Uses of Interface
planetj.dataengine.parameter.IJDBCSQLParameter

Packages that use IJDBCSQLParameter
planetj.dataengine.parameter   
 

Uses of IJDBCSQLParameter in planetj.dataengine.parameter
 

Classes in planetj.dataengine.parameter that implement IJDBCSQLParameter
 class ContextParameterParameter
          A parameter whose value can be extracted from a AbstractContext object.
 class ExecutingContextParameter
          A parameter which gets its value from an ExecutingContext
 class FieldOrUsageIdParameter
          A parameter which can get its values based on a usage id or a field name
 class ParameterParameter
          A parameter which gets its value from another parameter.
 class RequestAttribute
          A parameter which gets its value from an HttpServletRequest
 class RequestParameter
          A parameter which gets its value from an HttpServletRequest
 class RequestPromptParameter
          A parameter which can be displayed as a prompt to the user.
 class RowParameter
          A parameter whose value can be extracted from a Row object.
 class RuntimeParameter
          A parameter whose value is set upon application startup
 class SQLPromptParameter
          A parameter which corresponds to an SQLComparison.
 class TableParameter
          A parameter whose value is a String which indentifies a table.
 class UserParameter
          A parameter which can extract its value from an IUser object.