Klasse QueryCreator
java.lang.Object
ch.nolix.system.sqlmidschema.querycreator.QueryCreator
- Alle implementierten Schnittstellen:
IQueryCreator
- Version:
- 2021-09-02
- Autor:
- Silvan Wyss
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungcreateQueryToLoadColumnsByTableName
(String tableName) createQueryToLoadCoumnsByTableId
(String tableId)
-
Konstruktordetails
-
QueryCreator
public QueryCreator()
-
-
Methodendetails
-
createQueryToGetTableCount
- Angegeben von:
createQueryToGetTableCount
in SchnittstelleIQueryCreator
- Gibt zurück:
- a query to get number of tables.
-
createQueryToLoadCoumnsByTableId
- Angegeben von:
createQueryToLoadCoumnsByTableId
in SchnittstelleIQueryCreator
- Parameter:
tableId
-- Gibt zurück:
- a query to load the columns of the table with the given tableId.
-
createQueryToLoadColumnsByTableName
- Angegeben von:
createQueryToLoadColumnsByTableName
in SchnittstelleIQueryCreator
- Parameter:
tableName
-- Gibt zurück:
- a query to load the columns of the table with the given tableName.
-
createQueryToLoadFlatTableById
- Angegeben von:
createQueryToLoadFlatTableById
in SchnittstelleIQueryCreator
- Parameter:
id
-- Gibt zurück:
- a query to load the flat table with the given id.
-
createQueryToLoadFlatTableByName
- Angegeben von:
createQueryToLoadFlatTableByName
in SchnittstelleIQueryCreator
- Parameter:
name
-- Gibt zurück:
- a query to load the flat table with the given name.
-
createQueryToLoadFlatTables
- Angegeben von:
createQueryToLoadFlatTables
in SchnittstelleIQueryCreator
- Gibt zurück:
- a query to load the flat tables.
-
createQueryToLoadSchemaTimestamp
- Angegeben von:
createQueryToLoadSchemaTimestamp
in SchnittstelleIQueryCreator
- Gibt zurück:
- a query to load the schema timestamp.
-