Schnittstelle IQueryCreator

Alle bekannten Implementierungsklassen:
QueryCreator

public interface IQueryCreator
Version:
2024-12-19
Autor:
Silvan Wyss
  • Methodendetails

    • createQueryToGetTableCount

      String createQueryToGetTableCount()
      Gibt zurück:
      a query to get number of tables.
    • createQueryToLoadCoumnsByTableId

      String createQueryToLoadCoumnsByTableId(String tableId)
      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

      String createQueryToLoadJoinedColumns(String tableName)
      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.