Klasse SchemaReader
java.lang.Object
ch.nolix.system.sqlschema.adapter.SchemaReader
- Alle implementierten Schnittstellen:
Closeable
,CloseStateRequestable
,GroupCloseable
,ISchemaReader
,AutoCloseable
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
columnsIsEmpty
(String tableName, String columnName) static SchemaReader
forDatabaseNameAndSqlConnectionAndQueryCreator
(String databaseName, ISqlConnection sqlConnection, IQueryCreator queryCreator) loadColumns
(String tableName) void
Lets the currentGroupCloseable
note a close.boolean
tableExists
(String tableName) 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
-
forDatabaseNameAndSqlConnectionAndQueryCreator
public static SchemaReader forDatabaseNameAndSqlConnectionAndQueryCreator(String databaseName, ISqlConnection sqlConnection, IQueryCreator queryCreator) -
columnsIsEmpty
- Angegeben von:
columnsIsEmpty
in SchnittstelleISchemaReader
-
getStoredCloseController
- Angegeben von:
getStoredCloseController
in SchnittstelleGroupCloseable
- Gibt zurück:
- the
ICloseController
of the currentGroupCloseable
.
-
loadColumns
- Angegeben von:
loadColumns
in SchnittstelleISchemaReader
-
loadFlatTables
- Angegeben von:
loadFlatTables
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
-
tableExists
- Angegeben von:
tableExists
in SchnittstelleISchemaReader
-