Condividi tramite


setCatalog Method (SQLServerConnection)

Sets the given catalog name to select a subspace of this SQLServerConnection object's database in which to work.

public void setCatalog(java.lang.String catalog)

Parametri

catalog

A String that contains the catalog name.

Eccezioni

SQLServerException

Osservazioni

This setCatalog method is specified by the setCatalog method in the java.sql.Connection interface.

The catalog argument is escaped by Microsoft SQL Server 2005 JDBC Driver automatically. Using this method sets the catalog property for the Connection object. It is not set implicitly in any other way.

Vedere anche

Riferimento

SQLServerConnection Class

Concetti

SQLServerConnection Methods
SQLServerConnection Members