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

setMaxFieldSize
public void setMaxFieldSize(int max)
throws java.sql.SQLException
Specified by:
setMaxFieldSize in interface java.sql.Statement
Throws:
java.sql.SQLException
setMaxRows
public void setMaxRows(int max)
throws java.sql.SQLException
Specified by:
setMaxRows in interface java.sql.Statement
Throws:
java.sql.SQLException
setQueryTimeout
public void setQueryTimeout(int seconds)
throws java.sql.SQLException
Specified by:
setQueryTimeout in interface java.sql.Statement
Throws:
java.sql.SQLException
setRoundingMode
public void setRoundingMode(int roundingMode)
setRoundingMode
public void setRoundingMode(java.lang.String roundingMode)
getStatementLabel
public java.lang.String getStatementLabel()
Use this method to retrieve the statement-label name that was used when creating the statement through the HP
connectivity service. You can subsequently use the name retrieved as the cursor name when invoking
INFOSTATS to gather resource statistics through either the executeQuery(String sql) or execute(String
sql)
methods.