skip to main content
JDBC Extensions : ExtDatabaseMetaData Interface
  

Try DataDirect Drivers Now

ExtDatabaseMetaData Interface

ExtDatabaseMetaData Methods
Description
int getClientApplicationNameLength()
Returns the maximum length of the client application name. A value of 0 indicates that the client application name is stored locally in the driver, not in the database. There is no maximum length if the application name is stored locally.
int getClientUserLength()
Returns the maximum length of the client user ID. A value of 0 indicates that the client user ID is stored locally in the driver, not in the database. There is no maximum length if the client user ID is stored locally.
int getClientHostnameLength()
Returns the maximum length of the hostname. A value of 0 indicates that the hostname is stored locally in the driver, not in the database. There is no maximum length if the hostname is stored locally.
int getClientAccountingInfoLength()
Returns the maximum length of the accounting information. A value of 0 indicates that the accounting information is stored locally in the driver, not in the database. There is no maximum length if the hostname is stored locally.