Uses of Class
org.compiere.util.CStatementVO
-
Packages that use CStatementVO Package Description org.compiere.db Provides for.... -
-
Uses of CStatementVO in org.compiere.db
Fields in org.compiere.db declared as CStatementVO Modifier and Type Field Description protected CStatementVO
ReadReplicaPreparedStatementProxy. p_vo
Value Objectprotected CStatementVO
StatementProxy. p_vo
Value ObjectMethods in org.compiere.db with parameters of type CStatementVO Modifier and Type Method Description static CCallableStatement
ProxyFactory. newCCallableStatement(CStatementVO info)
static CPreparedStatement
ProxyFactory. newCPreparedStatement(CStatementVO info)
static CStatement
ProxyFactory. newCStatement(CStatementVO info)
Constructors in org.compiere.db with parameters of type CStatementVO Constructor Description CallableStatementProxy(CStatementVO vo)
PreparedStatementProxy(CStatementVO vo)
StatementProxy(CStatementVO vo)
-