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

getServiceName
public java.lang.String getServiceName()
throws java.sql.SQLException
Retrieves the current service name of this connection object.
Throws:
java.sql.SQLException - - if a database access error occurs
setServiceName
public void setServiceName(java.lang.String serviceName)
throws java.sql.SQLException
Sets the current service name for this connection object.
Parameters:
serviceName - - a service name to set.
Throws:
java.sql.SQLException - - if a database access error occurs
isReadOnly
public boolean isReadOnly()
throws java.sql.SQLException
Specified by:
isReadOnly in interface java.sql.Connection
Throws:
java.sql.SQLException
nativeSQL
public java.lang.String nativeSQL(java.lang.String sql)
throws java.sql.SQLException
Specified by:
nativeSQL in interface java.sql.Connection
Throws:
java.sql.SQLException
prepareCall
public java.sql.CallableStatement prepareCall(java.lang.String sql)
throws java.sql.SQLException
Specified by:
prepareCall in interface java.sql.Connection