Class QueryCreator
java.lang.Object
ch.nolix.system.sqlschema.querycreator.QueryCreator
- All Implemented Interfaces:
IQueryCreator
- Author:
- Silvan Wyss
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateQueryToGetTableCount(String tableName) createQueryToLoadNameAndDataTypeOfColumns(String tableName) createQueryToLoadTopFirstRecordWhereColumnIsNotNull(String tableName, String columnName)
-
Constructor Details
-
QueryCreator
public QueryCreator()
-
-
Method Details
-
createQueryToGetTableCount
- Specified by:
createQueryToGetTableCountin interfaceIQueryCreator
-
createQueryToGetTableCount
- Specified by:
createQueryToGetTableCountin interfaceIQueryCreator
-
createQueryToLoadNameAndDataTypeOfColumns
- Specified by:
createQueryToLoadNameAndDataTypeOfColumnsin interfaceIQueryCreator
-
createQueryToLoadTableNameAndNameAndDataTypeOfColumns
- Specified by:
createQueryToLoadTableNameAndNameAndDataTypeOfColumnsin interfaceIQueryCreator
-
createQueryToLoadTopFirstRecordWhereColumnIsNotNull
public String createQueryToLoadTopFirstRecordWhereColumnIsNotNull(String tableName, String columnName) - Specified by:
createQueryToLoadTopFirstRecordWhereColumnIsNotNullin interfaceIQueryCreator
-