Uses of Class
planetj.dataengine.application.ApplicationSQLContext

Packages that use ApplicationSQLContext
planetj.dataengine.sqloperation   
planetj.magic   
 

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.
 

Uses of ApplicationSQLContext in planetj.magic
 

Methods in planetj.magic with parameters of type ApplicationSQLContext
protected static boolean InsertSQLParameterRequest.extractValues(Row primaryRow, ApplicationSQLContext context, HttpServletRequest request)
          Deprecated.  
protected static boolean InsertSQLParameterRequest.extractValues(Row primaryRow, ApplicationSQLContext context, HttpServletRequest request, HttpServletResponse response)
          Gets parameters out of the request, puts them into this paramter request's context, and executes the context.
protected static boolean InsertSQLParameterRequest.extractValues(ApplicationSQLContext context, HttpServletRequest request)
          Deprecated.  
protected static boolean InsertSQLParameterRequest.extractValues(ApplicationSQLContext context, HttpServletRequest request, HttpServletResponse response)
          Gets parameters out of the request, puts them into this paramter request's context, and executes the context.
protected static ValidationExceptionCollection InsertSQLParameterRequest.getValidationExceptions(ApplicationSQLContext context, HttpServletRequest request)
          Gets any validation exceptions.