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. forkConnection(XGConnectionInfo.Hint hint, boolean hint_bypassLoadBalancerOnHandshakeOnly)Forks a new XGConnection based on the current connection, with optional hints for connection type.static XGConnectionXGConnection. leaseConnection(XGConnectionInfo info)Leases a connection to the database specified byinfo.static XGConnectionXGConnection. TEST_createConnection(String user, String pwd, String ip, int portNum, String url, String database, String protocolVersion, XGConnection.Tls tls, CaselessProperties hint_properties)Methods in com.ocient.jdbc that return types with arguments of type XGConnection Modifier and Type Method Description org.apache.commons.pool2.PooledObject<XGConnection>XGConnection.XGConnectionFactory. makeObject(XGConnectionInfo info)Methods in com.ocient.jdbc with parameters of type XGConnection Modifier and Type Method Description voidXGResultSet. asyncFinishFetch(XGConnection newConn)static XGPreparedStatementXGPreparedStatement. newXGPreparedStatement(XGConnection conn, String sql, boolean force, boolean oneShotForce)Deprecated.static XGPreparedStatementXGPreparedStatement. newXGPreparedStatement(XGConnection conn, String sql, int type, int concur, boolean force, boolean oneShotForce)Deprecated.static XGPreparedStatementXGPreparedStatement. newXGPreparedStatement(XGConnection conn, String sql, int type, int concur, int hold, boolean force, boolean oneShotForce)Deprecated.static XGStatementXGStatement. newXGStatement(XGConnection conn)Deprecated.static XGStatementXGStatement. newXGStatement(XGConnection conn, boolean force, boolean oneShotForce)Deprecated.static XGStatementXGStatement. newXGStatement(XGConnection conn, int type, int concur, boolean force, boolean oneShotForce)Deprecated.static XGStatementXGStatement. newXGStatement(XGConnection conn, int type, int concur, int hold, boolean force, boolean oneShotForce)Deprecated.Method parameters in com.ocient.jdbc with type arguments of type XGConnection Modifier and Type Method Description voidXGConnection.XGConnectionFactory. activateObject(XGConnectionInfo info, org.apache.commons.pool2.PooledObject<XGConnection> pooledObject)voidXGConnection.XGConnectionFactory. destroyObject(XGConnectionInfo info, org.apache.commons.pool2.PooledObject<XGConnection> pooledObject)voidXGConnection.XGConnectionFactory. passivateObject(XGConnectionInfo info, org.apache.commons.pool2.PooledObject<XGConnection> pooledObject)booleanXGConnection.XGConnectionFactory. validateObject(XGConnectionInfo info, org.apache.commons.pool2.PooledObject<XGConnection> pooledObject)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)XGPreparedStatement(XGConnection conn, String sql, int arg1, int arg2)XGPreparedStatement(XGConnection conn, String sql, int arg1, int arg2, int arg3)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)XGStatement(XGConnection conn, int type, int concur)XGStatement(XGConnection conn, int type, int concur, int hold)