Interface IQueryCreator
- All Known Implementing Classes:
QueryCreator
public interface IQueryCreator
- Author:
- Silvan Wyss
-
Method Summary
-
Method Details
-
createQueryToGetTableCount
String createQueryToGetTableCount()- Returns:
- a query to get number of tables.
-
createQueryToLoadJoinedColumns
String createQueryToLoadJoinedColumns()- Returns:
- a query to load the joined columns.
-
createQueryToLoadJoinedColumns
-
createQueryToLoadSchemaTimestamp
String createQueryToLoadSchemaTimestamp()- Returns:
- a query to load the schema timestamp.
-