| Package | Description |
|---|---|
| org.apache.activemq.artemis.jdbc.store.sql |
| Modifier and Type | Method and Description |
|---|---|
static PropertySQLProvider.Factory.SQLDialect |
PropertySQLProvider.Factory.identifyDialect(String name) |
static PropertySQLProvider.Factory.SQLDialect |
PropertySQLProvider.Factory.SQLDialect.identifyDialect(String name)
Return null if no known dialect has been identified.
|
static PropertySQLProvider.Factory.SQLDialect |
PropertySQLProvider.Factory.investigateDialect(Connection connection) |
static PropertySQLProvider.Factory.SQLDialect |
PropertySQLProvider.Factory.SQLDialect.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertySQLProvider.Factory.SQLDialect[] |
PropertySQLProvider.Factory.SQLDialect.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Factory(PropertySQLProvider.Factory.SQLDialect dialect) |
PropertySQLProvider(PropertySQLProvider.Factory.SQLDialect dialect,
String tableName,
Properties sqlProperties) |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.