-
public final class QueryTableColumn extends Query
实体类的伴生对象中使用的字段类型,用于装入ast包的sql语法树中
-
-
Method Summary
Modifier and Type Method Description final StringgetTable()final StringgetColumn()final BooleangetIncr()final UnitsetIncr(Boolean incr)final BooleangetPrimaryKey()final UnitsetPrimaryKey(Boolean primaryKey)StringgetAlias()UnitsetAlias(String alias)final QueryTableColumnincr()设置字段为自增字段 final QueryTableColumnprimaryKey()设置字段为主键 -
Methods inherited from class dsl.QueryTableColumn
alias, and, asc, between, desc, div, div, eq, eq, eq, ge, ge, ge, gt, gt, gt, inList, inList, isNotNull, isNull, json, json, jsonText, jsonText, le, le, le, like, like, lt, lt, lt, minus, minus, ne, ne, ne, notBetween, notInList, notInList, notLike, notLike, or, plus, plus, rem, rem, times, times, xor -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getPrimaryKey
final Boolean getPrimaryKey()
-
setPrimaryKey
final Unit setPrimaryKey(Boolean primaryKey)
-
incr
final QueryTableColumn incr()
设置字段为自增字段
-
primaryKey
final QueryTableColumn primaryKey()
设置字段为主键
-
-
-
-