Package org.apache.camel.component.sql
Class SqlConstants
- java.lang.Object
-
- org.apache.camel.component.sql.SqlConstants
-
public final class SqlConstants extends Object
SQL Constants.
-
-
Field Summary
Fields Modifier and Type Field Description static String
SQL_GENERATED_COLUMNS
String[] or int[] input header - optional Set it to specify the expected generated columns, see:static String
SQL_GENERATED_KEYS_DATA
List output header containing the generated keys retrievedstatic String
SQL_GENERATED_KEYS_ROW_COUNT
int output header giving the number of rows of generated keysstatic String
SQL_PARAMETERS
The SQL parameters when using the option useMessageBodyForSqlstatic String
SQL_QUERY
static String
SQL_RETRIEVE_GENERATED_KEYS
Boolean input header.static String
SQL_ROW_COUNT
static String
SQL_UPDATE_COUNT
-
-
-
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
-
SQL_RETRIEVE_GENERATED_KEYS
public static final String SQL_RETRIEVE_GENERATED_KEYS
Boolean input header. Set its value to true to retrieve generated keys, default is false- See Also:
- Constant Field Values
-
SQL_GENERATED_COLUMNS
public static final String SQL_GENERATED_COLUMNS
String[] or int[] input header - optional Set it to specify the expected generated columns, see:
-
SQL_GENERATED_KEYS_ROW_COUNT
public static final String SQL_GENERATED_KEYS_ROW_COUNT
int output header giving the number of rows of generated keys- See Also:
- Constant Field Values
-
SQL_GENERATED_KEYS_DATA
public static final String SQL_GENERATED_KEYS_DATA
List output header containing the generated keys retrieved- See Also:
- Constant Field Values
-
SQL_PARAMETERS
public static final String SQL_PARAMETERS
The SQL parameters when using the option useMessageBodyForSql- See Also:
- Constant Field Values
-
-