public class ImageFileSQLConnection extends RepositorySQLConnection implements ImageFileConnectivity
Config, Connection| Constructor and Description |
|---|
ImageFileSQLConnection(ReposConfig config,
java.lang.String repos) |
ImageFileSQLConnection(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.
|
java.lang.Class |
getFindNameDialogForClass(java.lang.Class storageclass) |
SQLDatabase |
getSkeleton() |
RepositoryStorage |
getStorage(java.lang.String storagename)
Gets the storage having the given nickname from the currently connected
repository.
|
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.
|
boolean |
storageExists(java.lang.String storagename)
Determines if the named storage already exists in the possibly remote
repository.
|
close, commit, createAndTransferStorageThreaded, createSkeleton, createStatement, createStorage, createStorage, databaseExists, getCustodian, getDatabase, getFields, getLastInsertID, getManager, getMySQLFormat, getRepository, getStorageThreaded, getTables, getThreadedTransfers, isEmptyRepository, isValidRepository, mySQLFormat, openConnection, prepareStatement, setAutoCommit, setThreadedTransfers, tearDownSkeletonclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, createStorage, getCustodian, getRepositorypublic ImageFileSQLConnection(ReposConfig config, java.lang.String repos, boolean connect)
public ImageFileSQLConnection(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 getFindNameDialogForClass(java.lang.Class storageclass)
getFindNameDialogForClass in interface RepositoryConnectivitygetFindNameDialogForClass in class RepositorySQLConnectionpublic java.lang.Class determineClassOf(java.lang.String storagename)
RepositoryConnectivitydetermineClassOf in interface RepositoryConnectivitydetermineClassOf in class RepositorySQLConnectionpublic RepositoryStorage getStorage(java.lang.String storagename)
RepositoryConnectivitygetStorage in interface RepositoryConnectivitygetStorage in class RepositorySQLConnectionpublic boolean storageExists(java.lang.String storagename)
RepositoryConnectivitystorageExists in interface RepositoryConnectivitystorageExists in class RepositorySQLConnectionCopyright © 2011, 2013. Daniel P. Dougherty