org.apache.camel.component.sql
Class SqlConstants

java.lang.Object
  extended by org.apache.camel.component.sql.SqlConstants

public final class SqlConstants
extends Object

SQL Constants.


Field Summary
static String SQL_QUERY
           
static String SQL_ROW_COUNT
           
static String SQL_UPDATE_COUNT
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SQL_QUERY

public static final String SQL_QUERY
See Also:
Constant Field Values

SQL_UPDATE_COUNT

public static final String SQL_UPDATE_COUNT
See Also:
Constant Field Values

SQL_ROW_COUNT

public static final String SQL_ROW_COUNT
See Also:
Constant Field Values


Apache CAMEL