public class MSSQLKVImplementation extends SQLDriverKVImplementation<SQLDriverKVImplementation.Config>
SQLDriverKVImplementation.Config| Modifier and Type | Field and Description |
|---|---|
static String |
MSSQL_DRIVER_CLASS_NAME |
log, XML_DESCRIPTOR_RESOURCE| Constructor and Description |
|---|
MSSQLKVImplementation()
Default constructor.
|
MSSQLKVImplementation(String driverClassName)
Constructor allowing alternative driver.
|
| Modifier and Type | Method and Description |
|---|---|
protected MSSQLKVDatabase |
createSQLKVDatabase(SQLDriverKVImplementation.Config configuration) |
String[][] |
getCommandLineOptions() |
String |
getDescription(SQLDriverKVImplementation.Config configuration) |
SQLDriverKVImplementation.Config |
parseCommandLineOptions(ArrayDeque<String> options) |
createKVDatabasecreateAtomicKVStore, getConfigType, getImplementations, getUsageText, parseCommandLineFlag, parseCommandLineOption, requiresAtomicKVStore, requiresKVDatabasepublic static final String MSSQL_DRIVER_CLASS_NAME
public String[][] getCommandLineOptions()
getCommandLineOptions in class KVImplementation<SQLDriverKVImplementation.Config>public SQLDriverKVImplementation.Config parseCommandLineOptions(ArrayDeque<String> options)
parseCommandLineOptions in class KVImplementation<SQLDriverKVImplementation.Config>public String getDescription(SQLDriverKVImplementation.Config configuration)
getDescription in class KVImplementation<SQLDriverKVImplementation.Config>protected MSSQLKVDatabase createSQLKVDatabase(SQLDriverKVImplementation.Config configuration)
createSQLKVDatabase in class SQLDriverKVImplementation<SQLDriverKVImplementation.Config>Copyright © 2018. All rights reserved.