Class SysConstantEnumRecord
-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable,java.sql.SQLData,org.jooq.Attachable,org.jooq.Fields,org.jooq.Formattable,org.jooq.QualifiedRecord,org.jooq.Record,org.jooq.Record5,org.jooq.TableRecord,org.jooq.UpdatableRecord,pro.fessional.wings.warlock.database.autogen.tables.interfaces.ISysConstantEnum
@Generated(value = {""https://www.jooq.org"", ""jOOQ version:3.18.7"", ""schema version:2020102701""}, comments = "This class is generated by jOOQ") public class SysConstantEnumRecord extends UpdatableRecordImpl<R> implements Record5<T1, T2, T3, T4, T5>, ISysConstantEnum
The table
wings.sys_constant_enum.
-
-
Field Summary
Fields Modifier and Type Field Description public final RecordQualifier<R>qualifier
-
Constructor Summary
Constructors Constructor Description SysConstantEnumRecord()Create a detached SysConstantEnumRecord SysConstantEnumRecord(Integer id, String type, String code, String hint, String info)Create a detached, initialised SysConstantEnumRecord SysConstantEnumRecord(SysConstantEnum value)Create a detached, initialised SysConstantEnumRecord
-
Method Summary
Modifier and Type Method Description voidsetId(Integer value)Setter for sys_constant_enum.id.IntegergetId()Getter for sys_constant_enum.id.voidsetType(String value)Setter for sys_constant_enum.type.StringgetType()Getter for sys_constant_enum.type.voidsetCode(String value)Setter for sys_constant_enum.code.StringgetCode()Getter for sys_constant_enum.code.voidsetHint(String value)Setter for sys_constant_enum.hint.StringgetHint()Getter for sys_constant_enum.hint.voidsetInfo(String value)Setter for sys_constant_enum.info.StringgetInfo()Getter for sys_constant_enum.info.Record1<Integer>key()Row5<Integer, String, String, String, String>fieldsRow()Row5<Integer, String, String, String, String>valuesRow()Field<Integer>field1()Field<String>field2()Field<String>field3()Field<String>field4()Field<String>field5()Integercomponent1()Stringcomponent2()Stringcomponent3()Stringcomponent4()Stringcomponent5()Integervalue1()Stringvalue2()Stringvalue3()Stringvalue4()Stringvalue5()SysConstantEnumRecordvalue1(Integer value)SysConstantEnumRecordvalue2(String value)SysConstantEnumRecordvalue3(String value)SysConstantEnumRecordvalue4(String value)SysConstantEnumRecordvalue5(String value)SysConstantEnumRecordvalues(Integer value1, String value2, String value3, String value4, String value5)voidfrom(ISysConstantEnum from)Load data from another generated Record/POJO implementing the common interface ISysConstantEnum <E extends ISysConstantEnum> Einto(E into)Copy data into another generated Record/POJO implementing the common interface ISysConstantEnum -
Methods inherited from class org.jooq.impl.AbstractQualifiedRecord
getQualifier, getSQLTypeName, readSQL, with, writeSQL -
Methods inherited from class org.jooq.impl.UpdatableRecordImpl
children, copy, delete, fetchChild, fetchChildren, merge, refresh, store, update -
Methods inherited from class org.jooq.Record5
with -
Methods inherited from class org.jooq.impl.TableRecordImpl
fetchParent, getTable, insert, original, parent -
Methods inherited from class org.jooq.impl.AbstractRecord
changed, changed, compareTo, dataType, dataTypes, field, field, fieldStream, fields, format, formatCSV, formatChart, formatHTML, formatInsert, formatJSON, formatXML, from, fromArray, fromMap, get, get, get, getValue, getValue, getValue, indexOf, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, intoArray, intoList, intoMap, intoResultSet, intoStream, intoXML, intoXML, map, original, original, original, reset, size, toString, type, types, with -
Methods inherited from class org.jooq.impl.AbstractStore
equals, hashCode -
Methods inherited from class org.jooq.impl.AbstractFormattable
attach, configuration, detach, format, formatCSV, formatChart, formatHTML, formatInsert, formatJSON, formatXML -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
SysConstantEnumRecord
SysConstantEnumRecord()
Create a detached SysConstantEnumRecord
-
SysConstantEnumRecord
SysConstantEnumRecord(Integer id, String type, String code, String hint, String info)
Create a detached, initialised SysConstantEnumRecord
-
SysConstantEnumRecord
SysConstantEnumRecord(SysConstantEnum value)
Create a detached, initialised SysConstantEnumRecord
-
-
Method Detail
-
component1
Integer component1()
-
component2
String component2()
-
component3
String component3()
-
component4
String component4()
-
component5
String component5()
-
value1
SysConstantEnumRecord value1(Integer value)
-
value2
SysConstantEnumRecord value2(String value)
-
value3
SysConstantEnumRecord value3(String value)
-
value4
SysConstantEnumRecord value4(String value)
-
value5
SysConstantEnumRecord value5(String value)
-
values
SysConstantEnumRecord values(Integer value1, String value2, String value3, String value4, String value5)
-
from
void from(ISysConstantEnum from)
Load data from another generated Record/POJO implementing the common interface ISysConstantEnum
-
into
<E extends ISysConstantEnum> E into(E into)
Copy data into another generated Record/POJO implementing the common interface ISysConstantEnum
-
-
-
-