org.midao.jdbc.core.handlers
Class HandlersConstants

java.lang.Object
  extended by org.midao.jdbc.core.handlers.HandlersConstants

public class HandlersConstants
extends java.lang.Object

Collection of constants used by Handlers. Might be moved into different class before final release


Field Summary
static QueryParameters EMPTY_QUERY_PARAMS
           
static java.lang.String ERROR_PARAMETER_NOT_FOUND
           
static java.lang.String ERROR_WRONG_PARAMETER_COUNT
           
static QueryInputProcessor SPRING_PROCESSOR
           
static java.lang.String STMT_UPDATE_COUNT
           
static OutputHandler<java.lang.Integer> UPDATE_ROW_COUNT_HANDLER
           
 
Constructor Summary
HandlersConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ERROR_PARAMETER_NOT_FOUND

public static final java.lang.String ERROR_PARAMETER_NOT_FOUND
See Also:
Constant Field Values

ERROR_WRONG_PARAMETER_COUNT

public static final java.lang.String ERROR_WRONG_PARAMETER_COUNT
See Also:
Constant Field Values

EMPTY_QUERY_PARAMS

public static final QueryParameters EMPTY_QUERY_PARAMS

UPDATE_ROW_COUNT_HANDLER

public static final OutputHandler<java.lang.Integer> UPDATE_ROW_COUNT_HANDLER

SPRING_PROCESSOR

public static final QueryInputProcessor SPRING_PROCESSOR

STMT_UPDATE_COUNT

public static final java.lang.String STMT_UPDATE_COUNT
See Also:
Constant Field Values
Constructor Detail

HandlersConstants

public HandlersConstants()


Copyright © 2013. All Rights Reserved.