Neoview JDBC Type 4 Driver API Reference (R2.2, R2.3, R2.4, R2.5)

Retrieves the table name used to store BLOB data for all BLOB columns accessed
in the connection using the data source.
java.lang.String getCatalog()
Gets the default catalog that will be used to access SQL objects referenced in SQL
statements if the SQL objects are not fully qualified.
java.lang.String getClobTableName()
Retrieves the table name used to store CBLOB data for all CLOB columns
accessed in the connection using the data source.
int getConnectionTimeout()
java.lang.String getDataSourceName()
Returns the client's data source name.
java.lang.String getDescription()
Returns the description associated with the current Type 4 connection.
int getInitialPoolSize()
Returns the number of physical connections that the pool should be created with.
java.lang.String getISO88591()
Returns the ISO88591 character set mapping associated with the current Type 4
connection.
java.lang.String getKANJI()
Returns the KANJI character set mapping associated with the current Type 4
connection.
java.lang.String getKSC5601()
Returns the KSC5601 character set mapping associated with the current Type 4
connection.
java.lang.String getLanguage()
Returns the language in which error messages will be returned to the application.
java.util.Locale getLocale()
Returns the java.util.Locale object associated with the current Type 4
connection.
int getLoginTimeout()
Returns the login timeout value set for the current Type 4 connection.
int getMaxIdleTime()
Returns the max idle time value associated with this Type 4 connection.
int getMaxPoolSize()
Returns the maximum number of physical connections that the pool (free and
inuse) should contain.
int getMaxStatements()
Returns the total number of statements that can be cached.
int getMinPoolSize()
Returns the number of physical connections the pool should keep in the free pool.
int getNetworkTimeout()
Returns the network timeout value set for the current Type 4 connection.
long getReserveDataLocator()
Returns the value of the reserve data locator length.