public class TimerStorageSQLConnection extends RepositorySQLConnection implements TimerStorageConnectivity
Config, Connection| Constructor and Description |
|---|
TimerStorageSQLConnection(ReposConfig config,
java.lang.String repos) |
TimerStorageSQLConnection(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.
|
SQLDatabase |
getSkeleton() |
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.
|
close, commit, createAndTransferStorageThreaded, createSkeleton, createStatement, createStorage, createStorage, databaseExists, getCustodian, getDatabase, getFields, getFindNameDialogForClass, getLastInsertID, getManager, getMySQLFormat, getRepository, getStorage, getStorageThreaded, getTables, getThreadedTransfers, isEmptyRepository, isValidRepository, mySQLFormat, openConnection, prepareStatement, setAutoCommit, setThreadedTransfers, storageExists, tearDownSkeletonclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, createStorage, getCustodian, getFindNameDialogForClass, getRepository, getStorage, storageExistspublic TimerStorageSQLConnection(ReposConfig config, java.lang.String repos, boolean connect)
public TimerStorageSQLConnection(ReposConfig config, java.lang.String repos)
public java.lang.Class resolveStorageFor(java.lang.Class iface)
RepositoryConnectivityresolveStorageFor in interface RepositoryConnectivityresolveStorageFor in class RepositorySQLConnectionpublic SQLDatabase getSkeleton()
getSkeleton in class RepositorySQLConnectionpublic RepositoryStorageNameQuery getStorageNameQuery()
RepositoryConnectivitygetStorageNameQuery in interface RepositoryConnectivitygetStorageNameQuery in class RepositorySQLConnectionpublic java.lang.Class determineClassOf(java.lang.String storagename)
RepositoryConnectivitydetermineClassOf in interface RepositoryConnectivitydetermineClassOf in class RepositorySQLConnectionCopyright © 2011, 2013. Daniel P. Dougherty