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 TypMethodeBeschreibungcreateQueryToLoadCoumnsByTableId
(String tableId) createQueryToLoadJoinedColumns
(String tableName)
-
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.
-
createQueryToLoadJoinedColumns
- Angegeben von:
createQueryToLoadJoinedColumns
in SchnittstelleIQueryCreator
- Gibt zurück:
- a query to load the joined columns.
-
createQueryToLoadJoinedColumns
- Angegeben von:
createQueryToLoadJoinedColumns
in SchnittstelleIQueryCreator
- Parameter:
tableName
-- Gibt zurück:
- a query to load the joined columns by the given tableName.
-
createQueryToLoadSchemaTimestamp
- Angegeben von:
createQueryToLoadSchemaTimestamp
in SchnittstelleIQueryCreator
- Gibt zurück:
- a query to load the schema timestamp.
-