类 ClickHouseQuery
java.lang.Object
cn.jrack.metadata.query.AbstractDBQuery
cn.jrack.metadata.query.ClickHouseQuery
- 所有已实现的接口:
IDBQuery
ClickHouseQuery
- 作者:
- ZhaoYang
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明columnsSql(String schemaName, String tableName) 从元数据表中获取表字段信息isPK()获取模式名称下的所有表,从元数据表中获取获取从类继承的方法 cn.jrack.metadata.query.AbstractDBQuery
autoIncrement, catalogName, characterSet, collation, columnCustom, columnPosition, createTableSql, createTime, defaultValue, engine, nullableValue, options, precision, rows, scale, tableType, updateTime
-
构造器详细资料
-
ClickHouseQuery
public ClickHouseQuery()
-
-
方法详细资料
-
schemaAllSql
-
tablesSql
获取模式名称下的所有表,从元数据表中获取获取- 参数:
schemaName- 模式名称- 返回:
- String
-
columnsSql
从元数据表中获取表字段信息- 参数:
schemaName- 模式名称tableName- 表名- 返回:
- String
-
schemaName
- 指定者:
schemaName在接口中IDBQuery- 覆盖:
schemaName在类中AbstractDBQuery
-
tableName
- 指定者:
tableName在接口中IDBQuery- 覆盖:
tableName在类中AbstractDBQuery
-
tableComment
- 指定者:
tableComment在接口中IDBQuery- 覆盖:
tableComment在类中AbstractDBQuery
-
columnName
- 指定者:
columnName在接口中IDBQuery- 覆盖:
columnName在类中AbstractDBQuery
-
columnType
- 指定者:
columnType在接口中IDBQuery- 覆盖:
columnType在类中AbstractDBQuery
-
columnComment
- 指定者:
columnComment在接口中IDBQuery- 覆盖:
columnComment在类中AbstractDBQuery
-
columnKey
- 指定者:
columnKey在接口中IDBQuery- 覆盖:
columnKey在类中AbstractDBQuery
-
isNullable
- 指定者:
isNullable在接口中IDBQuery- 覆盖:
isNullable在类中AbstractDBQuery
-
createTableName
- 指定者:
createTableName在接口中IDBQuery- 覆盖:
createTableName在类中AbstractDBQuery
-
isPK
- 指定者:
isPK在接口中IDBQuery- 覆盖:
isPK在类中AbstractDBQuery
-