com.scooterframework.orm.sqldataexpress.processor
Class DataProcessorTypes
java.lang.Object
com.scooterframework.orm.sqldataexpress.processor.DataProcessorTypes
public class DataProcessorTypes
- extends java.lang.Object
DataProcessorTypes class.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STORED_PROCEDURE_PROCESSOR
public static final java.lang.String STORED_PROCEDURE_PROCESSOR
- See Also:
- Constant Field Values
FUNCTION_PROCESSOR
public static final java.lang.String FUNCTION_PROCESSOR
- See Also:
- Constant Field Values
NAMED_SQL_STATEMENT_PROCESSOR
public static final java.lang.String NAMED_SQL_STATEMENT_PROCESSOR
- See Also:
- Constant Field Values
DIRECT_SQL_STATEMENT_PROCESSOR
public static final java.lang.String DIRECT_SQL_STATEMENT_PROCESSOR
- See Also:
- Constant Field Values
DataProcessorTypes
public DataProcessorTypes()