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

int
getRoundingMode
()
java.lang.String getSchema()
Gets the default schema that will be used to access SQL objects referenced in SQL
statements if the SQL objects are not fully qualified.
java.lang.String getServerDataSource()
Returns the NDCS server-side data source name used for the current Type 4
connection.
java.lang.String getT4LogFile()
Returns the Type 4 log file location associated with the current Type 4 connection.
java.util.logging.Level getT4LogLevel()
Returns the Type 4 log level associated with the current Type 4 connection.
boolean getTranslationVerification()
Returns the translation verification property associated with the current Type 4
connection.
java.lang.String getUrl()
Returns the URL used in the current Type 4 connection.
java.lang.String getURL()
Deprecated. Use the getUrl() to obtain the URL string.
java.lang.String getUser()
Returns the user name associated with this Type 4 connection.
void setBlobTableName(java.lang.String blobTableName)
Sets the table name to store and retrieve the BLOB data for all BLOB columns
accessed in the connection using the data source.
void setCatalog(java.lang.String catalog)
Sets the default catalog that will be used to access SQL objects referenced in SQL
statements if the SQL objects are not fully qualified.
void setClobTableName(java.lang.String clobTableName)
Sets the table name to store and retrieve the CLOB data for all CLOB columns
accessed in the connection using the data source.
void setConnectionTimeout(int connectionTimeout)
void setConnectionTimeout(java.lang.String connectionTimeout)
void setDataSourceName(java.lang.String dataSourceName)
Sets the data source name for the current Type 4 connection.
void setDescription(java.lang.String description)
Sets the description for the current Type 4 connection.
void setInitialPoolSize(int initialPoolSize)
The initial number of physical connections that the pool should be created with.
void setInitialPoolSize(java.lang.String initialPoolSize)
The initial number of physical connections that the pool should be created with.
void setISO88591(java.lang.String lang)
Sets the character set to use when encoding or decoding a Java String from a HP
Neoview Database data item described with the ISO88591 character set.