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

public void setBlobTableName(java.lang.String blobTableName)
throws java.sql.SQLException
Sets the table name to store and retrieve the BLOB data for all BLOB columns accessed in the connection using
the data source.
Parameters:
blobTableName - the blob table name, which is in the format
catalog_name.schema_name.blob_table_name
Throws:
java.sql.SQLException
Since:
1.1
getBlobTableName
public java.lang.String getBlobTableName()
Retrieves the table name used to store BLOB data for all BLOB columns accessed in the connection using the
data source.
Returns:
the blob table name which is of the format catalog_name.schema_name.blob_table_name
Since:
1.1
setReserveDataLocator
public void setReserveDataLocator(java.lang.String reserveDataLocator)
Configures the number of data locators to be reserved by the Type 4 connection. Default value is 100.
Parameters:
reserveDataLocator - Sets the value of the reserve data locator length for the binding) feature.
Since:
1.1
setReserveDataLocator
public void setReserveDataLocator(long reserveDataLocatorLen)
Configures the number of data locators to be reserved by the Type 4 connection. Default value is 100.
Parameters:
reserveDataLocatorLen - Sets the value of the reserve data locator length for the Type 4 connection.
Since:
1.1
getReserveDataLocator
public long getReserveDataLocator()