Uses of Interface
org.compiere.util.CStatement
-
Packages that use CStatement Package Description org.compiere.db Provides for....org.compiere.util -
-
Uses of CStatement in org.compiere.db
Methods in org.compiere.db that return CStatement Modifier and Type Method Description static CStatement
ProxyFactory. newCStatement(int resultSetType, int resultSetConcurrency, String trxName)
static CStatement
ProxyFactory. newCStatement(CStatementVO info)
-
Uses of CStatement in org.compiere.util
Subinterfaces of CStatement in org.compiere.util Modifier and Type Interface Description interface
CCallableStatement
Interface to wrap CallableStatementinterface
CPreparedStatement
Interface to wrap PreparedStatement
-