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

java.io.PrintWriter getLogWriter()
Returns the PrintWriter object associated with the current Type 4 connection.
java.util.Properties getProperties()
Returns all the connection properties associated with the current Type 4 connection
object in the java.util.Properties object.
boolean getSPJEnv()
void setCpuToUse(short cpu)
void setCpuToUse(java.lang.String cpu)
void setLogWriter(java.io.PrintWriter printWriter)
Sets the PrintWriter object for the current Type 4 connection.
void setSPJEnv(boolean SPJEnv)
void setSPJEnv(java.lang.String SPJEnv)
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail
T4Properties
public T4Properties()
T4Properties
public T4Properties(java.util.Properties props)
Method Detail
getProperties
public java.util.Properties getProperties()
Returns all the connection properties associated with the current Type 4 connection object in the
java.util.Properties object.
Returns:
The properties associated with the current Type 4 connection.
getLogWriter