Class WinPermEntryTable
-
- 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,pro.fessional.wings.faceless.service.lightid.LightIdAware
@Generated(value = {""https://www.jooq.org"", ""jOOQ version:3.18.9"", ""schema version:2020102701""}, comments = "This class is generated by jOOQ") public class WinPermEntryTable extends TableImpl<R> implements WingsJournalTable<T>, LightIdAware
The table
wings.win_perm_entry.
-
-
Field Summary
Fields Modifier and Type Field Description public final static WinPermEntryTableWinPermEntrypublic final static WinPermEntryTableasM2public final TableField<WinPermEntryRecord, Long>Idpublic final TableField<WinPermEntryRecord, LocalDateTime>CreateDtpublic final TableField<WinPermEntryRecord, LocalDateTime>ModifyDtpublic final TableField<WinPermEntryRecord, LocalDateTime>DeleteDtpublic final TableField<WinPermEntryRecord, Long>CommitIdpublic final TableField<WinPermEntryRecord, String>Scopespublic final TableField<WinPermEntryRecord, String>Actionpublic final TableField<WinPermEntryRecord, String>Remarkpublic final ConditionDiedDataConditionpublic final ConditionLiveDataConditionpublic final TableOptionsoptionspublic transient Identity<R, out Object>identity
-
Constructor Summary
Constructors Constructor Description WinPermEntryTable(String alias)Create an aliased win_perm_entrytable referenceWinPermEntryTable(Name alias)Create an aliased win_perm_entrytable referenceWinPermEntryTable()Create a win_perm_entrytable reference
-
Method Summary
Modifier and Type Method Description Class<WinPermEntryRecord>getRecordType()The class holding records for this type SchemagetSchema()UniqueKey<WinPermEntryRecord>getPrimaryKey()WinPermEntryTableas(String alias)WinPermEntryTableas(Name alias)WinPermEntryTableas(Table<out Object> alias)WinPermEntryTablerename(String name)Rename this table WinPermEntryTablerename(Name name)Rename this table WinPermEntryTablerename(Table<out Object> name)Rename this table Row8<Long, LocalDateTime, LocalDateTime, LocalDateTime, Long, String, String, String>fieldsRow()<U> SelectField<U>mapping(Function8<in Long, in LocalDateTime, in LocalDateTime, in LocalDateTime, in Long, in String, in String, in String, out U> from)Convenience mapping calling convertFrom. <U> SelectField<U>mapping(Class<U> toType, Function8<in Long, in LocalDateTime, in LocalDateTime, in LocalDateTime, in Long, in String, in String, in String, out U> from)Convenience mapping calling convertFrom. StringgetSeqName()LightIdAware seqName WinPermEntryTablegetAliasTable()alias asM2 ConditiongetOnlyDied()ConditiongetOnlyLive()Map<Field<out Object>, out Object>markDelete(JournalService.Journal commit)-
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
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
-
WinPermEntryTable
WinPermEntryTable(String alias)
Create an aliasedwin_perm_entrytable reference
-
WinPermEntryTable
WinPermEntryTable(Name alias)
Create an aliasedwin_perm_entrytable reference
-
WinPermEntryTable
WinPermEntryTable()
Create awin_perm_entrytable reference
-
-
Method Detail
-
getRecordType
Class<WinPermEntryRecord> getRecordType()
The class holding records for this type
-
getSchema
Schema getSchema()
-
getPrimaryKey
UniqueKey<WinPermEntryRecord> getPrimaryKey()
-
as
WinPermEntryTable as(String alias)
-
as
WinPermEntryTable as(Name alias)
-
as
WinPermEntryTable as(Table<out Object> alias)
-
rename
WinPermEntryTable rename(String name)
Rename this table
-
rename
WinPermEntryTable rename(Name name)
Rename this table
-
rename
WinPermEntryTable rename(Table<out Object> name)
Rename this table
-
fieldsRow
Row8<Long, LocalDateTime, LocalDateTime, LocalDateTime, Long, String, String, String> fieldsRow()
-
mapping
<U> SelectField<U> mapping(Function8<in Long, in LocalDateTime, in LocalDateTime, in LocalDateTime, in Long, in String, in String, in String, out U> from)
Convenience mapping calling convertFrom.
-
mapping
<U> SelectField<U> mapping(Class<U> toType, Function8<in Long, in LocalDateTime, in LocalDateTime, in LocalDateTime, in Long, in String, in String, in String, out U> from)
Convenience mapping calling convertFrom.
-
getSeqName
@NotNull() String getSeqName()
LightIdAware seqName
-
getAliasTable
@NotNull() WinPermEntryTable getAliasTable()
alias asM2
-
getOnlyDied
@NotNull() Condition getOnlyDied()
-
getOnlyLive
@NotNull() Condition getOnlyLive()
-
markDelete
@NotNull() Map<Field<out Object>, out Object> markDelete(JournalService.Journal commit)
-
-
-
-