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

public void setTranslationVerification(boolean value)
Sets the translation verification property. If the value is TRUE, then the driver will generate SQLExceptions
when errors in translation are encountered. The default is FALSE.
Parameters:
value - TRUE or FALSE
See Also:
getTranslationVerification()
getTranslationVerification
public boolean getTranslationVerification()
Returns the translation verification property associated with the current Type 4 connection.
Returns:
TRUE implies that translation verification is performed.
See Also:
setTranslationVerification(String)
setClobTableName
public void setClobTableName(java.lang.String clobTableName)
throws java.sql.SQLException
Sets the table name to store and retrieve the CLOB data for all CLOB columns accessed in the connection using
the data source.
Parameters:
clobTableName - The clob table name, which is in the format
catalog_name.schema_name.clob_table_name
Throws:
java.sql.SQLException
Since:
1.1
getClobTableName
public 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.
Returns:
the clob table name, which is in the format catalog_name.schema_name.clob_table_name
Since:
1.1
setBlobTableName