Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Retrieves the current catalog name of this SQLServerConnection object.
Syntax
  
public java.lang.String getCatalog()  
Return Value
A String that contains the catalog name.
Exceptions
Remarks
This getCatalog method is specified by the getCatalog method in the java.sql.Connection interface.
Returns the current catalog property of the SQLServerConnection object, or null if it is not set. The catalog property is set explicitly with the setCatalog method, or is implicitly updated by reading the environment change on TDS for the current catalog.