Class WinConfRuntimeTable

  • 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 WinConfRuntimeTable
    extends TableImpl<R> implements WingsJournalTable<T>
                        

    The table wings.win_conf_runtime.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Class<WinConfRuntimeRecord> getRecordType() The class holding records for this type
      Schema getSchema()
      UniqueKey<WinConfRuntimeRecord> getPrimaryKey()
      WinConfRuntimeTable as(String alias)
      WinConfRuntimeTable as(Name alias)
      WinConfRuntimeTable as(Table<out Object> alias)
      WinConfRuntimeTable rename(String name) Rename this table
      WinConfRuntimeTable rename(Name name) Rename this table
      WinConfRuntimeTable rename(Table<out Object> name) Rename this table
      Row6<String, String, String, String, String, String> fieldsRow()
      <U> SelectField<U> mapping(Function6<in String, in String, in String, in String, in String, in String, out U> from) Convenience mapping calling convertFrom.
      <U> SelectField<U> mapping(Class<U> toType, Function6<in String, in String, in String, in String, in String, in String, out U> from) Convenience mapping calling convertFrom.
      WinConfRuntimeTable getAliasTable() alias asS4
      • 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