Uses of Class
planetj.dataengine.application.ApplicationSQLContext

Packages that use ApplicationSQLContext
planetj.dataengine.sqloperation   
 

Uses of ApplicationSQLContext in planetj.dataengine.sqloperation
 

Methods in planetj.dataengine.sqloperation that return ApplicationSQLContext
 ApplicationSQLContext SQLOperation.getNewSQLOperationContext()
          Creates and returns a new SQLContext to perform this SQLOperation's query.
 ApplicationSQLContext SQLOperation.getNewSQLOperationContext(Field field, Row row, ExecutingContext ec)
          Creates and returns a new SQLContext to perform this SQLOperation's query.