public class DerbyConnector extends SQLMetadataConnector
Constructor and Description |
---|
DerbyConnector(com.google.common.base.Supplier<MetadataStorageConnectorConfig> config,
com.google.common.base.Supplier<MetadataStorageTablesConfig> dbTables) |
DerbyConnector(com.google.common.base.Supplier<MetadataStorageConnectorConfig> config,
com.google.common.base.Supplier<MetadataStorageTablesConfig> dbTables,
org.skife.jdbi.v2.DBI dbi) |
Modifier and Type | Method and Description |
---|---|
org.skife.jdbi.v2.DBI |
getDBI() |
protected String |
getSerialType()
Auto-incrementing SQL type to use for IDs
Must be an integer type, which values will be automatically set by the database
The resulting string will be interpolated into the table creation statement, e.g.
|
String |
getValidationQuery() |
boolean |
tableExists(org.skife.jdbi.v2.Handle handle,
String tableName) |
createAuditTable, createConfigTable, createConfigTable, createEntryTable, createLockTable, createLogTable, createRulesTable, createRulesTable, createSegmentTable, createSegmentTable, createTable, createTaskTables, getConfig, getDatasource, getPayloadType, insertOrUpdate, isTransientException, lookup
@Inject public DerbyConnector(com.google.common.base.Supplier<MetadataStorageConnectorConfig> config, com.google.common.base.Supplier<MetadataStorageTablesConfig> dbTables)
public DerbyConnector(com.google.common.base.Supplier<MetadataStorageConnectorConfig> config, com.google.common.base.Supplier<MetadataStorageTablesConfig> dbTables, org.skife.jdbi.v2.DBI dbi)
public boolean tableExists(org.skife.jdbi.v2.Handle handle, String tableName)
tableExists
in class SQLMetadataConnector
protected String getSerialType()
SQLMetadataConnector
CREATE TABLE druid_table ( id NOT NULL, ... )
getSerialType
in class SQLMetadataConnector
public org.skife.jdbi.v2.DBI getDBI()
getDBI
in class SQLMetadataConnector
public String getValidationQuery()
getValidationQuery
in class SQLMetadataConnector
Copyright © 2011–2015. All rights reserved.