public class CanonicalVariableSQLConnection extends ParameterSetSQLConnection implements CanonicalVariableConnectivity
Config, Connection
Constructor and Description |
---|
CanonicalVariableSQLConnection(ReposConfig config,
java.lang.String repos) |
CanonicalVariableSQLConnection(ReposConfig config,
java.lang.String repos,
boolean connect) |
Modifier and Type | Method and Description |
---|---|
java.lang.Class |
determineClassOf(java.lang.String storagename)
Returns a Class object for the type of storage that would result
from instantiating the named storage.
|
RepositoryStorageNameQuery |
getStorageNameQuery()
Returns a name query instance appropriate for searching the repository
contents for storages matching various search criteria.
|
java.lang.Class |
resolveStorageFor(java.lang.Class iface)
For the given interface (or less typically class) return the RepositoryStorage
class extension for this repsoitory.
|
getSkeleton, getStorage, storageExists
close, commit, createAndTransferStorageThreaded, createSkeleton, createStatement, createStorage, createStorage, databaseExists, getCustodian, getDatabase, getFields, getFindNameDialogForClass, getLastInsertID, getManager, getMySQLFormat, getRepository, getStorageThreaded, getTables, getThreadedTransfers, isEmptyRepository, isValidRepository, mySQLFormat, openConnection, prepareStatement, setAutoCommit, setThreadedTransfers, tearDownSkeleton
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close, createStorage, getCustodian, getFindNameDialogForClass, getRepository, getStorage, storageExists
public CanonicalVariableSQLConnection(ReposConfig config, java.lang.String repos, boolean connect)
public CanonicalVariableSQLConnection(ReposConfig config, java.lang.String repos)
public java.lang.Class resolveStorageFor(java.lang.Class iface)
RepositoryConnectivity
resolveStorageFor
in interface RepositoryConnectivity
resolveStorageFor
in class ParameterSetSQLConnection
public RepositoryStorageNameQuery getStorageNameQuery()
RepositoryConnectivity
getStorageNameQuery
in interface RepositoryConnectivity
getStorageNameQuery
in class ParameterSetSQLConnection
public java.lang.Class determineClassOf(java.lang.String storagename)
RepositoryConnectivity
determineClassOf
in interface RepositoryConnectivity
determineClassOf
in class ParameterSetSQLConnection
Copyright © 2011, 2013. Daniel P. Dougherty