Schnittstelle IQueryCreator
- Alle bekannten Implementierungsklassen:
QueryCreator
public interface IQueryCreator
- Version:
- 2024-12-19
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungcreateQueryToLoadCoumnsByTableId
(String tableId) createQueryToLoadJoinedColumns
(String tableName)
-
Methodendetails
-
createQueryToGetTableCount
String createQueryToGetTableCount()- Gibt zurück:
- a query to get number of tables.
-
createQueryToLoadCoumnsByTableId
- Parameter:
tableId
-- Gibt zurück:
- a query to load the columns of the table with the given tableId.
-
createQueryToLoadJoinedColumns
String createQueryToLoadJoinedColumns()- Gibt zurück:
- a query to load the joined columns.
-
createQueryToLoadJoinedColumns
- Parameter:
tableName
-- Gibt zurück:
- a query to load the joined columns by the given tableName.
-
createQueryToLoadSchemaTimestamp
String createQueryToLoadSchemaTimestamp()- Gibt zurück:
- a query to load the schema timestamp.
-