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 CStatementProxyFactory. newCStatement(int resultSetType, int resultSetConcurrency, String trxName)static CStatementProxyFactory. newCStatement(CStatementVO info) -
Uses of CStatement in org.compiere.util
Subinterfaces of CStatement in org.compiere.util Modifier and Type Interface Description interfaceCCallableStatementInterface to wrap CallableStatementinterfaceCPreparedStatementInterface to wrap PreparedStatement
-