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 CStatementVOReadReplicaPreparedStatementProxy. p_voValue Objectprotected CStatementVOStatementProxy. p_voValue ObjectMethods in org.compiere.db with parameters of type CStatementVO Modifier and Type Method Description static CCallableStatementProxyFactory. newCCallableStatement(CStatementVO info)static CPreparedStatementProxyFactory. newCPreparedStatement(CStatementVO info)static CStatementProxyFactory. newCStatement(CStatementVO info)Constructors in org.compiere.db with parameters of type CStatementVO Constructor Description CallableStatementProxy(CStatementVO vo)PreparedStatementProxy(CStatementVO vo)StatementProxy(CStatementVO vo)
-