Class WinConfRuntimeRecord
-
- 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.Record6,org.jooq.TableRecord,org.jooq.UpdatableRecord,pro.fessional.wings.warlock.database.autogen.tables.interfaces.IWinConfRuntime
@Generated(value = {""https://www.jooq.org"", ""jOOQ version:3.18.7"", ""schema version:2020102701""}, comments = "This class is generated by jOOQ") public class WinConfRuntimeRecord extends UpdatableRecordImpl<R> implements Record6<T1, T2, T3, T4, T5, T6>, IWinConfRuntime
The table
wings.win_conf_runtime.
-
-
Field Summary
Fields Modifier and Type Field Description public final RecordQualifier<R>qualifier
-
Constructor Summary
Constructors Constructor Description WinConfRuntimeRecord()Create a detached WinConfRuntimeRecord WinConfRuntimeRecord(String key, String current, String previous, String initial, String comment, String handler)Create a detached, initialised WinConfRuntimeRecord WinConfRuntimeRecord(WinConfRuntime value)Create a detached, initialised WinConfRuntimeRecord
-
Method Summary
Modifier and Type Method Description voidsetKey(String value)Setter for win_conf_runtime.key.StringgetKey()Getter for win_conf_runtime.key.voidsetCurrent(String value)Setter for win_conf_runtime.current.StringgetCurrent()Getter for win_conf_runtime.current.voidsetPrevious(String value)Setter for win_conf_runtime.previous.StringgetPrevious()Getter for win_conf_runtime.previous.voidsetInitial(String value)Setter for win_conf_runtime.initial.StringgetInitial()Getter for win_conf_runtime.initial.voidsetComment(String value)Setter for win_conf_runtime.comment.StringgetComment()Getter for win_conf_runtime.comment.voidsetHandler(String value)Setter for win_conf_runtime.handler.StringgetHandler()Getter for win_conf_runtime.handler.Record1<String>key()Row6<String, String, String, String, String, String>fieldsRow()Row6<String, String, String, String, String, String>valuesRow()Field<String>field1()Field<String>field2()Field<String>field3()Field<String>field4()Field<String>field5()Field<String>field6()Stringcomponent1()Stringcomponent2()Stringcomponent3()Stringcomponent4()Stringcomponent5()Stringcomponent6()Stringvalue1()Stringvalue2()Stringvalue3()Stringvalue4()Stringvalue5()Stringvalue6()WinConfRuntimeRecordvalue1(String value)WinConfRuntimeRecordvalue2(String value)WinConfRuntimeRecordvalue3(String value)WinConfRuntimeRecordvalue4(String value)WinConfRuntimeRecordvalue5(String value)WinConfRuntimeRecordvalue6(String value)WinConfRuntimeRecordvalues(String value1, String value2, String value3, String value4, String value5, String value6)voidfrom(IWinConfRuntime from)Load data from another generated Record/POJO implementing the common interface IWinConfRuntime <E extends IWinConfRuntime> Einto(E into)Copy data into another generated Record/POJO implementing the common interface IWinConfRuntime -
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.Record6
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
-
WinConfRuntimeRecord
WinConfRuntimeRecord()
Create a detached WinConfRuntimeRecord
-
WinConfRuntimeRecord
WinConfRuntimeRecord(String key, String current, String previous, String initial, String comment, String handler)
Create a detached, initialised WinConfRuntimeRecord
-
WinConfRuntimeRecord
WinConfRuntimeRecord(WinConfRuntime value)
Create a detached, initialised WinConfRuntimeRecord
-
-
Method Detail
-
setCurrent
void setCurrent(String value)
Setter for
win_conf_runtime.current.
-
getCurrent
String getCurrent()
Getter for
win_conf_runtime.current.
-
setPrevious
void setPrevious(String value)
Setter for
win_conf_runtime.previous.
-
getPrevious
String getPrevious()
Getter for
win_conf_runtime.previous.
-
setInitial
void setInitial(String value)
Setter for
win_conf_runtime.initial.
-
getInitial
String getInitial()
Getter for
win_conf_runtime.initial.
-
setComment
void setComment(String value)
Setter for
win_conf_runtime.comment.
-
getComment
String getComment()
Getter for
win_conf_runtime.comment.
-
setHandler
void setHandler(String value)
Setter for
win_conf_runtime.handler.
-
getHandler
String getHandler()
Getter for
win_conf_runtime.handler.
-
component1
String component1()
-
component2
String component2()
-
component3
String component3()
-
component4
String component4()
-
component5
String component5()
-
component6
String component6()
-
value1
WinConfRuntimeRecord value1(String value)
-
value2
WinConfRuntimeRecord value2(String value)
-
value3
WinConfRuntimeRecord value3(String value)
-
value4
WinConfRuntimeRecord value4(String value)
-
value5
WinConfRuntimeRecord value5(String value)
-
value6
WinConfRuntimeRecord value6(String value)
-
values
WinConfRuntimeRecord values(String value1, String value2, String value3, String value4, String value5, String value6)
-
from
void from(IWinConfRuntime from)
Load data from another generated Record/POJO implementing the common interface IWinConfRuntime
-
into
<E extends IWinConfRuntime> E into(E into)
Copy data into another generated Record/POJO implementing the common interface IWinConfRuntime
-
-
-
-