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

int getResultSetType()
java.lang.String getSQL()
Returns the raw SQL associated with the statement
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.
int getUpdateCount()
void setCursorName(java.lang.String name)
void setEscapeProcessing(boolean enable)
void setFetchDirection(int direction)
void setFetchSize(int rows)
void setMaxFieldSize(int max)
void setMaxRows(int max)
void setQueryTimeout(int seconds)
void setRoundingMode(int roundingMode)
void setRoundingMode(java.lang.String roundingMode)
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.sql.Statement
clearWarnings, getWarnings
Field Detail
NO_GENERATED_KEYS
public static final int NO_GENERATED_KEYS
See Also:
Constant Field Values