Class SysStandardI18nRecord
-
- 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.ISysStandardI18n
@Generated(value = {""https://www.jooq.org"", ""jOOQ version:3.18.7"", ""schema version:2020102701""}, comments = "This class is generated by jOOQ") public class SysStandardI18nRecord extends UpdatableRecordImpl<R> implements Record5<T1, T2, T3, T4, T5>, ISysStandardI18n
The table
wings.sys_standard_i18n.
-
-
Field Summary
Fields Modifier and Type Field Description public final RecordQualifier<R>qualifier
-
Constructor Summary
Constructors Constructor Description SysStandardI18nRecord()Create a detached SysStandardI18nRecord SysStandardI18nRecord(String base, String kind, String ukey, String lang, String hint)Create a detached, initialised SysStandardI18nRecord SysStandardI18nRecord(SysStandardI18n value)Create a detached, initialised SysStandardI18nRecord
-
Method Summary
Modifier and Type Method Description voidsetBase(String value)Setter for sys_standard_i18n.base.StringgetBase()Getter for sys_standard_i18n.base.voidsetKind(String value)Setter for sys_standard_i18n.kind.StringgetKind()Getter for sys_standard_i18n.kind.voidsetUkey(String value)Setter for sys_standard_i18n.ukey.StringgetUkey()Getter for sys_standard_i18n.ukey.voidsetLang(String value)Setter for sys_standard_i18n.lang.StringgetLang()Getter for sys_standard_i18n.lang.voidsetHint(String value)Setter for sys_standard_i18n.hint.StringgetHint()Getter for sys_standard_i18n.hint.Record4<String, String, String, String>key()Row5<String, String, String, String, String>fieldsRow()Row5<String, String, String, String, String>valuesRow()Field<String>field1()Field<String>field2()Field<String>field3()Field<String>field4()Field<String>field5()Stringcomponent1()Stringcomponent2()Stringcomponent3()Stringcomponent4()Stringcomponent5()Stringvalue1()Stringvalue2()Stringvalue3()Stringvalue4()Stringvalue5()SysStandardI18nRecordvalue1(String value)SysStandardI18nRecordvalue2(String value)SysStandardI18nRecordvalue3(String value)SysStandardI18nRecordvalue4(String value)SysStandardI18nRecordvalue5(String value)SysStandardI18nRecordvalues(String value1, String value2, String value3, String value4, String value5)voidfrom(ISysStandardI18n from)Load data from another generated Record/POJO implementing the common interface ISysStandardI18n <E extends ISysStandardI18n> Einto(E into)Copy data into another generated Record/POJO implementing the common interface ISysStandardI18n -
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
-
SysStandardI18nRecord
SysStandardI18nRecord()
Create a detached SysStandardI18nRecord
-
SysStandardI18nRecord
SysStandardI18nRecord(String base, String kind, String ukey, String lang, String hint)
Create a detached, initialised SysStandardI18nRecord
-
SysStandardI18nRecord
SysStandardI18nRecord(SysStandardI18n value)
Create a detached, initialised SysStandardI18nRecord
-
-
Method Detail
-
component1
String component1()
-
component2
String component2()
-
component3
String component3()
-
component4
String component4()
-
component5
String component5()
-
value1
SysStandardI18nRecord value1(String value)
-
value2
SysStandardI18nRecord value2(String value)
-
value3
SysStandardI18nRecord value3(String value)
-
value4
SysStandardI18nRecord value4(String value)
-
value5
SysStandardI18nRecord value5(String value)
-
values
SysStandardI18nRecord values(String value1, String value2, String value3, String value4, String value5)
-
from
void from(ISysStandardI18n from)
Load data from another generated Record/POJO implementing the common interface ISysStandardI18n
-
into
<E extends ISysStandardI18n> E into(E into)
Copy data into another generated Record/POJO implementing the common interface ISysStandardI18n
-
-
-
-