| Modifier and Type | Method and Description |
|---|---|
protected DatabaseStoreQueryBuilderStrategy |
JdbcMapStoreFactory.getDatabaseStoreQueryBuilderStrategy(String strategyName,
String fileNameTransformerStrategy)
Gets the DatabaseStoreQueryBuilderStrategy implementation for the given strategy name.
|
| Constructor and Description |
|---|
JdbcMapStore(DataSource datasource,
String tableName,
DatabaseStoreQueryBuilderStrategy databaseStoreQueryBuilderStrategy,
org.mule.runtime.api.serialization.SerializationProtocol serializationProtocol) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDatabaseStoreQueryBuilderStrategy |
class |
DefaultDatabaseStoreQueryBuilderStrategy
Implementation of standard queries dialect for JdbcMapStore operations.
|
class |
MicrosoftSqlDatabaseStoreQueryBuilderStrategy
Implementation of Microsoft SQL Server queries dialect for JdbcMapStore operations.
|
class |
MySqlDatabaseStoreQueryBuilderStrategy
Implementation of MySQL queries dialect for JdbcMapStore operations.
|
class |
PostgreSqlDatabaseStoreQueryBuilderStrategy
Implementation of PostgreSQL queries dialect for JdbcMapStore operations.
|
Copyright © 2006–2022 MuleSoft, Inc.. All rights reserved.