public interface JdbcDatastoreCommodityContext extends JdbcDatastore, com.holonplatform.core.datastore.DatastoreCommodityContext
DatastoreCommodityContext.JdbcDatastore.Builder<D extends JdbcDatastore>, JdbcDatastore.ConnectionOperation<R>| Modifier and Type | Method and Description |
|---|---|
Optional<com.holonplatform.jdbc.DatabasePlatform> |
getDatabase()
Get the database type to which
DataSource is connected. |
DataSource |
getDataSource()
Get the
DataSource bound to the datastore. |
JdbcDialect |
getDialect()
Get the
JdbcDialect bound to the datastore. |
boolean |
isTraceEnabled()
Get whether to trace Datastore operations.
|
builder, withConnectionbulkDelete, bulkInsert, bulkUpdate, create, delete, getAvailableCommodities, insert, query, refresh, save, updateDataSource getDataSource()
DataSource bound to the datastore.Optional<com.holonplatform.jdbc.DatabasePlatform> getDatabase()
DataSource is connected.DatabasePlatform of the DataSource database, empty if not availableJdbcDialect getDialect()
JdbcDialect bound to the datastore.boolean isTraceEnabled()
true if tracing is enabled, false otherwiseCopyright © 2017 The Holon Platform. All rights reserved.