类 GaussQuery
java.lang.Object
com.baomidou.mybatisplus.generator.config.querys.AbstractDbQuery
com.baomidou.mybatisplus.generator.config.querys.ZenithQuery
com.baomidou.mybatisplus.generator.config.querys.GaussQuery
- 所有已实现的接口:
IDbQuery
已过时。
3.5.13 非标准Gauss官方驱动,只适用 jdbc:zenith
Gauss 表数据查询
- 从以下版本开始:
- 2019-06-27
- 作者:
- halower
-
构造器概要
构造器 -
方法概要
从类继承的方法 com.baomidou.mybatisplus.generator.config.querys.ZenithQuery
fieldComment, fieldKey, fieldName, fieldType, tableComment, tableFieldsSql, tableName, tablesSql从类继承的方法 com.baomidou.mybatisplus.generator.config.querys.AbstractDbQuery
fieldCustom, isKeyIdentity从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 com.baomidou.mybatisplus.generator.config.IDbQuery
primaryKeySql
-
构造器详细资料
-
GaussQuery
public GaussQuery()已过时。
-