Uses of Class
com.ocient.jdbc.XGConnection
| Package | Description |
|---|---|
| com.ocient.jdbc |
-
Uses of XGConnection in com.ocient.jdbc
Constructors in com.ocient.jdbc with parameters of type XGConnection Constructor Description XGArray(int numElements, byte type, XGConnection conn, XGStatement stmt)XGPreparedStatement(XGConnection conn, String sql, boolean force, boolean oneShotForce)XGPreparedStatement(XGConnection conn, String sql, int arg1, int arg2, boolean force, boolean oneShotForce)XGPreparedStatement(XGConnection conn, String sql, int arg1, int arg2, int arg3, boolean force, boolean oneShotForce)XGResultSet(XGConnection conn, int fetchSize, XGStatement stmt)XGResultSet(XGConnection conn, int fetchSize, XGStatement stmt, ClientWireProtocol.ResultSet re)XGResultSet(XGConnection conn, ArrayList<Object> rs, XGStatement stmt)XGStatement(XGConnection conn, boolean force, boolean oneShotForce)XGStatement(XGConnection conn, int type, int concur, boolean force, boolean oneShotForce)XGStatement(XGConnection conn, int type, int concur, int hold, boolean force, boolean oneShotForce)