public class JDBCMessageStoreConstants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
JDBC_CONNECTION_DRIVER
Driver to use
|
static String |
JDBC_CONNECTION_URL
Connection URL to database
|
static String |
JDBC_DEFAULT_TABLE_NAME
Default name of the database table
|
static String |
JDBC_DSNAME
DataSource name exists
|
static String |
JDBC_ICCLASS
IcClass of the
|
static String |
JDBC_PASSWORD
Password that is used to create the connection with the broker
|
static String |
JDBC_TABLE
Name of the database table
|
static String |
JDBC_USERNAME
User Name that is used to create the connection with the broker
|
Constructor and Description |
---|
JDBCMessageStoreConstants() |
public static final String JDBC_CONNECTION_URL
public static final String JDBC_CONNECTION_DRIVER
public static final String JDBC_USERNAME
public static final String JDBC_PASSWORD
public static final String JDBC_DSNAME
public static final String JDBC_ICCLASS
public static final String JDBC_TABLE
public static final String JDBC_DEFAULT_TABLE_NAME
Copyright © 2005–2019 Apache Software Foundation. All rights reserved.