Uses of Class
com.ocient.jdbc.XGStatement
| Package | Description |
|---|---|
| com.ocient.jdbc |
-
Uses of XGStatement in com.ocient.jdbc
Subclasses of XGStatement in com.ocient.jdbc Modifier and Type Class Description classXGPreparedStatementMethods in com.ocient.jdbc that return XGStatement Modifier and Type Method Description static XGStatementXGStatement. newXGStatement(XGConnection conn, boolean shouldRequestVersion)static XGStatementXGStatement. newXGStatement(XGConnection conn, boolean force, boolean oneShotForce)static XGStatementXGStatement. newXGStatement(XGConnection conn, int type, int concur, boolean force, boolean oneShotForce)static XGStatementXGStatement. newXGStatement(XGConnection conn, int type, int concur, int hold, boolean force, boolean oneShotForce)Constructors in com.ocient.jdbc with parameters of type XGStatement Constructor Description XGArray(int numElements, byte type, XGConnection conn, XGStatement stmt)XGResultSet(XGConnection conn, int fetchSize, XGStatement stmt)XGResultSet(XGConnection conn, int fetchSize, XGStatement stmt, int numClientThreads)XGResultSet(XGConnection conn, int fetchSize, XGStatement stmt, ClientWireProtocol.ResultSet re)XGResultSet(XGConnection conn, ArrayList<Object> rs, XGStatement stmt)