Class QueryCreator
java.lang.Object
ch.nolix.system.sqlmidschema.querycreator.QueryCreator
- All Implemented Interfaces:
IQueryCreator
- Author:
- Silvan Wyss
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
QueryCreator
public QueryCreator()
-
-
Method Details
-
createQueryToGetTableCount
- Specified by:
createQueryToGetTableCountin interfaceIQueryCreator- Returns:
- a query to get number of tables.
-
createQueryToLoadJoinedColumns
- Specified by:
createQueryToLoadJoinedColumnsin interfaceIQueryCreator- Returns:
- a query to load the joined columns.
-
createQueryToLoadJoinedColumns
- Specified by:
createQueryToLoadJoinedColumnsin interfaceIQueryCreator- Parameters:
tableName-- Returns:
- a query to load the joined columns by the given tableName.
-
createQueryToLoadSchemaTimestamp
- Specified by:
createQueryToLoadSchemaTimestampin interfaceIQueryCreator- Returns:
- a query to load the schema timestamp.
-