Class SysConstantEnumTable
-
- All Implemented Interfaces:
-
java.io.Serializable,org.jooq.Fields,org.jooq.GroupField,org.jooq.Named,org.jooq.Qualified,org.jooq.QueryPart,org.jooq.QueryPartInternal,org.jooq.RecordQualifier,org.jooq.SelectField,org.jooq.SelectFieldOrAsterisk,org.jooq.Table,org.jooq.TableLike,org.jooq.Typed,org.jooq.impl.FieldsTrait,org.jooq.impl.QOM.Aliasable,org.jooq.impl.QOM.UEmpty,org.jooq.impl.QOM.UNotYetImplemented,org.jooq.impl.ScopeMappable,org.jooq.impl.ScopeNestable,org.jooq.impl.SimpleCheckQueryPart,pro.fessional.wings.faceless.database.jooq.WingsAliasTable,pro.fessional.wings.faceless.database.jooq.WingsJournalTable
@Generated(value = {""https://www.jooq.org"", ""jOOQ version:3.18.7"", ""schema version:2020102701""}, comments = "This class is generated by jOOQ") public class SysConstantEnumTable extends TableImpl<R> implements WingsJournalTable<T>
The table
wings.sys_constant_enum.
-
-
Field Summary
Fields Modifier and Type Field Description public final static SysConstantEnumTableSysConstantEnumpublic final static SysConstantEnumTableasK5public final TableField<SysConstantEnumRecord, Integer>Idpublic final TableField<SysConstantEnumRecord, String>Typepublic final TableField<SysConstantEnumRecord, String>Codepublic final TableField<SysConstantEnumRecord, String>Hintpublic final TableField<SysConstantEnumRecord, String>Infopublic final TableOptionsoptionspublic transient Identity<R, out Object>identity
-
Constructor Summary
Constructors Constructor Description SysConstantEnumTable(String alias)Create an aliased sys_constant_enumtable referenceSysConstantEnumTable(Name alias)Create an aliased sys_constant_enumtable referenceSysConstantEnumTable()Create a sys_constant_enumtable reference
-
Method Summary
Modifier and Type Method Description Class<SysConstantEnumRecord>getRecordType()The class holding records for this type SchemagetSchema()UniqueKey<SysConstantEnumRecord>getPrimaryKey()SysConstantEnumTableas(String alias)SysConstantEnumTableas(Name alias)SysConstantEnumTableas(Table<out Object> alias)SysConstantEnumTablerename(String name)Rename this table SysConstantEnumTablerename(Name name)Rename this table SysConstantEnumTablerename(Table<out Object> name)Rename this table Row5<Integer, String, String, String, String>fieldsRow()<U> SelectField<U>mapping(Function5<in Integer, in String, in String, in String, in String, out U> from)Convenience mapping calling convertFrom. <U> SelectField<U>mapping(Class<U> toType, Function5<in Integer, in String, in String, in String, in String, out U> from)Convenience mapping calling convertFrom. SysConstantEnumTablegetAliasTable()alias asK5 -
Methods inherited from class org.jooq.impl.AbstractTable
$alias, $aliased, $dataType, $schema, as, asMultiset, asTable, asterisk, convert, convertFrom, convertTo, crossApply, crossJoin, divideBy, eq, equal, fields, forceIndex, forceIndexForGroupBy, forceIndexForJoin, forceIndexForOrderBy, from, fullJoin, fullOuterJoin, getBinding, getCatalog, getChecks, getConverter, getDataType, getIdentity, getIndexes, getKeys, getOptions, getPackage, getRecordTimestamp, getRecordVersion, getReferences, getReferencesFrom, getReferencesTo, getTableType, getType, getUniqueKeys, ignoreIndex, ignoreIndexForGroupBy, ignoreIndexForJoin, ignoreIndexForOrderBy, innerJoin, join, leftAntiJoin, leftJoin, leftOuterJoin, leftSemiJoin, naturalFullOuterJoin, naturalJoin, naturalLeftOuterJoin, naturalRightOuterJoin, ne, newRecord, notEqual, outerApply, recordType, rightJoin, rightOuterJoin, rowid, straightJoin, useIndex, useIndexForGroupBy, useIndexForJoin, useIndexForOrderBy, where, whereExists, whereNotExists, withOrdinality -
Methods inherited from class org.jooq.impl.TableImpl
accept, clauses, declaresTables, equals, field, field, hashCode, isSimple, join -
Methods inherited from class pro.fessional.wings.faceless.database.jooq.WingsJournalTable
getOnlyDied, getOnlyLive, markDelete, onlyDied, onlyLive -
Methods inherited from class org.jooq.impl.AbstractNamed
$name, getComment, getCommentPart, getName, getQualifiedName, getUnqualifiedName -
Methods inherited from class org.jooq.Table
straightJoin -
Methods inherited from class org.jooq.impl.FieldsTrait
dataType, dataTypes, fieldStream, indexOf, type, types -
Methods inherited from class org.jooq.impl.QOM.Aliasable
$aliased -
Methods inherited from class org.jooq.impl.AbstractQueryPart
declaresCTE, declaresFields, declaresWindows, generatesCast, rendersContent, toString -
Methods inherited from class org.jooq.SelectField
as -
Methods inherited from class org.jooq.Typed
$dataType, getBinding, getConverter, getDataType, getType -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
SysConstantEnumTable
SysConstantEnumTable(String alias)
Create an aliasedsys_constant_enumtable reference
-
SysConstantEnumTable
SysConstantEnumTable(Name alias)
Create an aliasedsys_constant_enumtable reference
-
SysConstantEnumTable
SysConstantEnumTable()
Create asys_constant_enumtable reference
-
-
Method Detail
-
getRecordType
Class<SysConstantEnumRecord> getRecordType()
The class holding records for this type
-
getSchema
Schema getSchema()
-
getPrimaryKey
UniqueKey<SysConstantEnumRecord> getPrimaryKey()
-
as
SysConstantEnumTable as(String alias)
-
as
SysConstantEnumTable as(Name alias)
-
as
SysConstantEnumTable as(Table<out Object> alias)
-
rename
SysConstantEnumTable rename(String name)
Rename this table
-
rename
SysConstantEnumTable rename(Name name)
Rename this table
-
rename
SysConstantEnumTable rename(Table<out Object> name)
Rename this table
-
mapping
<U> SelectField<U> mapping(Function5<in Integer, in String, in String, in String, in String, out U> from)
Convenience mapping calling convertFrom.
-
mapping
<U> SelectField<U> mapping(Class<U> toType, Function5<in Integer, in String, in String, in String, in String, out U> from)
Convenience mapping calling convertFrom.
-
getAliasTable
@NotNull() SysConstantEnumTable getAliasTable()
alias asK5
-
-
-
-