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

public java.io.PrintWriter getLogWriter()
throws java.sql.SQLException
Returns the PrintWriter object associated with the current Type 4 connection.
Returns:
java.io.PrintWriter object associated with current connection.
Throws:
java.sql.SQLException - when error occurs.
See Also:
setLogWriter(PrintWriter), ConnectionPoolDataSource
setLogWriter
public void setLogWriter(java.io.PrintWriter printWriter)
throws java.sql.SQLException
Sets the PrintWriter object for the current Type 4 connection.
Parameters:
printWriter - For the current Type 4 logging.
Throws:
java.sql.SQLException - when error occurs.
See Also:
getLogWriter(), ConnectionPoolDataSource
setSPJEnv
public void setSPJEnv(java.lang.String SPJEnv)
setSPJEnv
public void setSPJEnv(boolean SPJEnv)
getSPJEnv
public boolean getSPJEnv()
setCpuToUse
public void setCpuToUse(java.lang.String cpu)
setCpuToUse
public void setCpuToUse(short cpu)
getCpuToUse