Class SysStandardI18nTable
-
- 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.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.9"", ""schema version:2020102701""}, comments = "This class is generated by jOOQ") public class SysStandardI18nTable extends TableImpl<R> implements WingsJournalTable<T>
The table
wings.sys_standard_i18n.
-
-
Field Summary
Fields Modifier and Type Field Description public final static SysStandardI18nTableSysStandardI18npublic final static SysStandardI18nTableasM5public final TableField<SysStandardI18nRecord, String>Basepublic final TableField<SysStandardI18nRecord, String>Kindpublic final TableField<SysStandardI18nRecord, String>Ukeypublic final TableField<SysStandardI18nRecord, String>Langpublic final TableField<SysStandardI18nRecord, String>Hintpublic final TableOptionsoptionspublic transient Identity<R, out Object>identity
-
Constructor Summary
Constructors Constructor Description SysStandardI18nTable(String alias)Create an aliased sys_standard_i18ntable referenceSysStandardI18nTable(Name alias)Create an aliased sys_standard_i18ntable referenceSysStandardI18nTable()Create a sys_standard_i18ntable reference
-
Method Summary
Modifier and Type Method Description Class<SysStandardI18nRecord>getRecordType()The class holding records for this type SchemagetSchema()UniqueKey<SysStandardI18nRecord>getPrimaryKey()SysStandardI18nTableas(String alias)SysStandardI18nTableas(Name alias)SysStandardI18nTableas(Table<out Object> alias)SysStandardI18nTablerename(String name)Rename this table SysStandardI18nTablerename(Name name)Rename this table SysStandardI18nTablerename(Table<out Object> name)Rename this table Row5<String, String, String, String, String>fieldsRow()<U> SelectField<U>mapping(Function5<in String, in String, in String, in String, in String, out U> from)Convenience mapping calling convertFrom. <U> SelectField<U>mapping(Class<U> toType, Function5<in String, in String, in String, in String, in String, out U> from)Convenience mapping calling convertFrom. SysStandardI18nTablegetAliasTable()alias asM5 -
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, fullJoin, fullOuterJoin, fullOuterJoin, getBinding, getCatalog, getChecks, getConverter, getDataType, getIdentity, getIndexes, getKeys, getOptions, getPackage, getRecordTimestamp, getRecordVersion, getReferences, getReferencesFrom, getReferencesTo, getTableType, getType, getUniqueKeys, ignoreIndex, ignoreIndexForGroupBy, ignoreIndexForJoin, ignoreIndexForOrderBy, innerJoin, innerJoin, join, leftAntiJoin, leftAntiJoin, leftJoin, leftJoin, leftOuterJoin, leftOuterJoin, leftSemiJoin, leftSemiJoin, naturalFullOuterJoin, naturalJoin, naturalLeftOuterJoin, naturalRightOuterJoin, ne, newRecord, notEqual, outerApply, recordType, rightJoin, rightJoin, rightOuterJoin, 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
-
SysStandardI18nTable
SysStandardI18nTable(String alias)
Create an aliasedsys_standard_i18ntable reference
-
SysStandardI18nTable
SysStandardI18nTable(Name alias)
Create an aliasedsys_standard_i18ntable reference
-
SysStandardI18nTable
SysStandardI18nTable()
Create asys_standard_i18ntable reference
-
-
Method Detail
-
getRecordType
Class<SysStandardI18nRecord> getRecordType()
The class holding records for this type
-
getSchema
Schema getSchema()
-
getPrimaryKey
UniqueKey<SysStandardI18nRecord> getPrimaryKey()
-
as
SysStandardI18nTable as(String alias)
-
as
SysStandardI18nTable as(Name alias)
-
as
SysStandardI18nTable as(Table<out Object> alias)
-
rename
SysStandardI18nTable rename(String name)
Rename this table
-
rename
SysStandardI18nTable rename(Name name)
Rename this table
-
rename
SysStandardI18nTable rename(Table<out Object> name)
Rename this table
-
mapping
<U> SelectField<U> mapping(Function5<in String, 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 String, in String, in String, in String, in String, out U> from)
Convenience mapping calling convertFrom.
-
getAliasTable
@NotNull() SysStandardI18nTable getAliasTable()
alias asM5
-
-
-
-