Class JDBCMessageStoreConstants
- java.lang.Object
-
- org.apache.synapse.message.store.impl.jdbc.JDBCMessageStoreConstants
-
public class JDBCMessageStoreConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
JDBC_CONNECTION_DRIVER
Driver to usestatic String
JDBC_CONNECTION_URL
Connection URL to databasestatic String
JDBC_DEFAULT_TABLE_NAME
Default name of the database tablestatic String
JDBC_DSNAME
DataSource name existsstatic String
JDBC_ICCLASS
IcClass of thestatic String
JDBC_PASSWORD
Password that is used to create the connection with the brokerstatic String
JDBC_TABLE
Name of the database tablestatic String
JDBC_USERNAME
User Name that is used to create the connection with the broker
-
Constructor Summary
Constructors Constructor Description JDBCMessageStoreConstants()
-
-
-
Field Detail
-
JDBC_CONNECTION_URL
public static final String JDBC_CONNECTION_URL
Connection URL to database- See Also:
- Constant Field Values
-
JDBC_CONNECTION_DRIVER
public static final String JDBC_CONNECTION_DRIVER
Driver to use- See Also:
- Constant Field Values
-
JDBC_USERNAME
public static final String JDBC_USERNAME
User Name that is used to create the connection with the broker- See Also:
- Constant Field Values
-
JDBC_PASSWORD
public static final String JDBC_PASSWORD
Password that is used to create the connection with the broker- See Also:
- Constant Field Values
-
JDBC_DSNAME
public static final String JDBC_DSNAME
DataSource name exists- See Also:
- Constant Field Values
-
JDBC_ICCLASS
public static final String JDBC_ICCLASS
IcClass of the- See Also:
- Constant Field Values
-
JDBC_TABLE
public static final String JDBC_TABLE
Name of the database table- See Also:
- Constant Field Values
-
JDBC_DEFAULT_TABLE_NAME
public static final String JDBC_DEFAULT_TABLE_NAME
Default name of the database table- See Also:
- Constant Field Values
-
-