Uses of Class
com.ocient.jdbc.XGConnection
| Package | Description |
|---|---|
| com.ocient.jdbc |
-
Uses of XGConnection in com.ocient.jdbc
Fields in com.ocient.jdbc declared as XGConnection Modifier and Type Field Description protected XGConnectionXGStatement. connMethods in com.ocient.jdbc that return XGConnection Modifier and Type Method Description XGConnectionXGConnection. copy()XGConnectionXGConnection. copy(boolean shouldRequestVersion)XGConnectionXGConnection. copy(boolean shouldRequestVersion, boolean noRedirect)Methods in com.ocient.jdbc with parameters of type XGConnection Modifier and Type Method Description static XGPreparedStatementXGPreparedStatement. newXGPreparedStatement(XGConnection conn, String sql, boolean force, boolean oneShotForce)static XGPreparedStatementXGPreparedStatement. newXGPreparedStatement(XGConnection conn, String sql, int type, int concur, boolean force, boolean oneShotForce)static XGPreparedStatementXGPreparedStatement. newXGPreparedStatement(XGConnection conn, String sql, int type, int concur, int hold, boolean force, boolean oneShotForce)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 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, int numClientThreads)XGResultSet(XGConnection conn, int fetchSize, XGStatement stmt, ClientWireProtocol.ResultSet re)XGResultSet(XGConnection conn, ArrayList<Object> rs, XGStatement stmt)XGStatement(XGConnection conn, boolean shouldRequestVersion)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)