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:
createQueryToGetTableCountin SchnittstelleIQueryCreator- Gibt zurück:
- a query to get number of tables.
-
createQueryToLoadCoumnsByTableId
- Angegeben von:
createQueryToLoadCoumnsByTableIdin SchnittstelleIQueryCreator- Parameter:
tableId-- Gibt zurück:
- a query to load the columns of the table with the given tableId.
-
createQueryToLoadJoinedColumns
- Angegeben von:
createQueryToLoadJoinedColumnsin SchnittstelleIQueryCreator- Gibt zurück:
- a query to load the joined columns.
-
createQueryToLoadJoinedColumns
- Angegeben von:
createQueryToLoadJoinedColumnsin SchnittstelleIQueryCreator- Parameter:
tableName-- Gibt zurück:
- a query to load the joined columns by the given tableName.
-
createQueryToLoadSchemaTimestamp
- Angegeben von:
createQueryToLoadSchemaTimestampin SchnittstelleIQueryCreator- Gibt zurück:
- a query to load the schema timestamp.
-