Neoview JDBC Type 4 Driver API Reference (R2.2, R2.3, R2.4, R2.5)
Sets the round mode behaviour for the driver.
void setSchema(java.lang.String schema)
Sets the default schema that will be used to access SQL objects referenced in SQL
statements if the SQL objects are not fully qualified.
void setServerDataSource(java.lang.String serverDataSource)
Sets the NDCS server data source name.
void setT4LogFile(java.lang.String t4LogFile)
Sets the location of the file to which the logging is to be done.
void setT4LogLevel(java.lang.String level)
Sets the logging level for the current Type 4 connection.
void setTranslationVerification(boolean value)
Sets the translation verification property.
void setTranslationVerification(java.lang.String value)
Sets the translation verification property.
void setUrl(java.lang.String url)
Sets the URL for the Type 4 connection.
java.util.Properties setURL(java.lang.String url)
Sets the URL for the Type 4 connection.
void setUser(java.lang.String user)
Sets the user name to be used while connecting to NDCS server for authentication.
Methods inherited from class com.hp.t4jdbc.
T4Properties
getCpuToUse, getLogWriter, getProperties, getSPJEnv, setCpuToUse, setCpuToUse, setLogWriter,
setSPJEnv, setSPJEnv
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail
T4DSProperties
public T4DSProperties()
T4DSProperties
public T4DSProperties(java.util.Properties props)
Method Detail
setDescription
public void setDescription(java.lang.String description)