Klasse SchemaReader
java.lang.Object
ch.nolix.system.sqlmidschema.schemareader.SchemaReader
- Alle implementierten Schnittstellen:
Closeable
,CloseStateRequestable
,GroupCloseable
,ISchemaReader
,AutoCloseable
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
columnIsEmpty
(String tableName, String columnName) static SchemaReader
forDatabaseNameAndSqlConnectionAndSqlSchemaQueryCreator
(String databaseName, ISqlConnection sqlConnection, IQueryCreator sqlSchemaQueryCreator) int
void
Lets the currentGroupCloseable
note a close.Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.resourcecontrolapi.resourceclosingapi.CloseStateRequestable
isOpen
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.resourcecontrolapi.resourceclosingapi.GroupCloseable
close, createCloseDependencyTo, isClosed
-
Methodendetails
-
forDatabaseNameAndSqlConnectionAndSqlSchemaQueryCreator
public static SchemaReader forDatabaseNameAndSqlConnectionAndSqlSchemaQueryCreator(String databaseName, ISqlConnection sqlConnection, IQueryCreator sqlSchemaQueryCreator) -
columnIsEmpty
- Angegeben von:
columnIsEmpty
in SchnittstelleISchemaReader
-
getStoredCloseController
- Angegeben von:
getStoredCloseController
in SchnittstelleGroupCloseable
- Gibt zurück:
- the
ICloseController
of the currentGroupCloseable
.
-
getTableCount
public int getTableCount()- Angegeben von:
getTableCount
in SchnittstelleISchemaReader
-
getSchemaTimestamp
- Angegeben von:
getSchemaTimestamp
in SchnittstelleISchemaReader
-
loadTable
- Angegeben von:
loadTable
in SchnittstelleISchemaReader
-
loadTables
- Angegeben von:
loadTables
in SchnittstelleISchemaReader
-
noteClose
public void noteClose()Beschreibung aus Schnittstelle kopiert:GroupCloseable
Lets the currentGroupCloseable
note a close.- Angegeben von:
noteClose
in SchnittstelleGroupCloseable
-