|
|
@ -11,8 +11,8 @@ import java.time.LocalDateTime; |
|
|
|
|
|
|
|
import org.jooq.Field; |
|
|
|
import org.jooq.Record1; |
|
|
|
import org.jooq.Record12; |
|
|
|
import org.jooq.Row12; |
|
|
|
import org.jooq.Record13; |
|
|
|
import org.jooq.Row13; |
|
|
|
import org.jooq.impl.UpdatableRecordImpl; |
|
|
|
|
|
|
|
|
|
|
@ -20,7 +20,7 @@ import org.jooq.impl.UpdatableRecordImpl; |
|
|
|
* This class is generated by jOOQ. |
|
|
|
*/ |
|
|
|
@SuppressWarnings({ "all", "unchecked", "rawtypes" }) |
|
|
|
public class TableColumnDocumentRecord extends UpdatableRecordImpl<TableColumnDocumentRecord> implements Record12<Integer, Integer, Integer, String, String, String, String, Integer, Integer, String, String, LocalDateTime> { |
|
|
|
public class TableColumnDocumentRecord extends UpdatableRecordImpl<TableColumnDocumentRecord> implements Record13<Integer, Integer, Integer, String, String, String, String, Integer, Integer, Boolean, String, String, LocalDateTime> { |
|
|
|
|
|
|
|
private static final long serialVersionUID = 1L; |
|
|
|
|
|
|
@ -154,12 +154,26 @@ public class TableColumnDocumentRecord extends UpdatableRecordImpl<TableColumnDo |
|
|
|
return (Integer) get(8); |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* Setter for <code>databasir.table_column_document.is_primary_key</code>. |
|
|
|
*/ |
|
|
|
public void setIsPrimaryKey(Boolean value) { |
|
|
|
set(9, value); |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* Getter for <code>databasir.table_column_document.is_primary_key</code>. |
|
|
|
*/ |
|
|
|
public Boolean getIsPrimaryKey() { |
|
|
|
return (Boolean) get(9); |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* Setter for <code>databasir.table_column_document.nullable</code>. YES, |
|
|
|
* NO, UNKNOWN |
|
|
|
*/ |
|
|
|
public void setNullable(String value) { |
|
|
|
set(9, value); |
|
|
|
set(10, value); |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
@ -167,7 +181,7 @@ public class TableColumnDocumentRecord extends UpdatableRecordImpl<TableColumnDo |
|
|
|
* NO, UNKNOWN |
|
|
|
*/ |
|
|
|
public String getNullable() { |
|
|
|
return (String) get(9); |
|
|
|
return (String) get(10); |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
@ -175,7 +189,7 @@ public class TableColumnDocumentRecord extends UpdatableRecordImpl<TableColumnDo |
|
|
|
* YES, NO, UNKNOWN |
|
|
|
*/ |
|
|
|
public void setAutoIncrement(String value) { |
|
|
|
set(10, value); |
|
|
|
set(11, value); |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
@ -183,21 +197,21 @@ public class TableColumnDocumentRecord extends UpdatableRecordImpl<TableColumnDo |
|
|
|
* YES, NO, UNKNOWN |
|
|
|
*/ |
|
|
|
public String getAutoIncrement() { |
|
|
|
return (String) get(10); |
|
|
|
return (String) get(11); |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* Setter for <code>databasir.table_column_document.create_at</code>. |
|
|
|
*/ |
|
|
|
public void setCreateAt(LocalDateTime value) { |
|
|
|
set(11, value); |
|
|
|
set(12, value); |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* Getter for <code>databasir.table_column_document.create_at</code>. |
|
|
|
*/ |
|
|
|
public LocalDateTime getCreateAt() { |
|
|
|
return (LocalDateTime) get(11); |
|
|
|
return (LocalDateTime) get(12); |
|
|
|
} |
|
|
|
|
|
|
|
// -------------------------------------------------------------------------
|
|
|
@ -210,17 +224,17 @@ public class TableColumnDocumentRecord extends UpdatableRecordImpl<TableColumnDo |
|
|
|
} |
|
|
|
|
|
|
|
// -------------------------------------------------------------------------
|
|
|
|
// Record12 type implementation
|
|
|
|
// Record13 type implementation
|
|
|
|
// -------------------------------------------------------------------------
|
|
|
|
|
|
|
|
@Override |
|
|
|
public Row12<Integer, Integer, Integer, String, String, String, String, Integer, Integer, String, String, LocalDateTime> fieldsRow() { |
|
|
|
return (Row12) super.fieldsRow(); |
|
|
|
public Row13<Integer, Integer, Integer, String, String, String, String, Integer, Integer, Boolean, String, String, LocalDateTime> fieldsRow() { |
|
|
|
return (Row13) super.fieldsRow(); |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|
public Row12<Integer, Integer, Integer, String, String, String, String, Integer, Integer, String, String, LocalDateTime> valuesRow() { |
|
|
|
return (Row12) super.valuesRow(); |
|
|
|
public Row13<Integer, Integer, Integer, String, String, String, String, Integer, Integer, Boolean, String, String, LocalDateTime> valuesRow() { |
|
|
|
return (Row13) super.valuesRow(); |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
@ -269,17 +283,22 @@ public class TableColumnDocumentRecord extends UpdatableRecordImpl<TableColumnDo |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|
public Field<String> field10() { |
|
|
|
return TableColumnDocument.TABLE_COLUMN_DOCUMENT.NULLABLE; |
|
|
|
public Field<Boolean> field10() { |
|
|
|
return TableColumnDocument.TABLE_COLUMN_DOCUMENT.IS_PRIMARY_KEY; |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|
public Field<String> field11() { |
|
|
|
return TableColumnDocument.TABLE_COLUMN_DOCUMENT.NULLABLE; |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|
public Field<String> field12() { |
|
|
|
return TableColumnDocument.TABLE_COLUMN_DOCUMENT.AUTO_INCREMENT; |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|
public Field<LocalDateTime> field12() { |
|
|
|
public Field<LocalDateTime> field13() { |
|
|
|
return TableColumnDocument.TABLE_COLUMN_DOCUMENT.CREATE_AT; |
|
|
|
} |
|
|
|
|
|
|
@ -329,17 +348,22 @@ public class TableColumnDocumentRecord extends UpdatableRecordImpl<TableColumnDo |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|
public String component10() { |
|
|
|
return getNullable(); |
|
|
|
public Boolean component10() { |
|
|
|
return getIsPrimaryKey(); |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|
public String component11() { |
|
|
|
return getNullable(); |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|
public String component12() { |
|
|
|
return getAutoIncrement(); |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|
public LocalDateTime component12() { |
|
|
|
public LocalDateTime component13() { |
|
|
|
return getCreateAt(); |
|
|
|
} |
|
|
|
|
|
|
@ -389,17 +413,22 @@ public class TableColumnDocumentRecord extends UpdatableRecordImpl<TableColumnDo |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|
public String value10() { |
|
|
|
return getNullable(); |
|
|
|
public Boolean value10() { |
|
|
|
return getIsPrimaryKey(); |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|
public String value11() { |
|
|
|
return getNullable(); |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|
public String value12() { |
|
|
|
return getAutoIncrement(); |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|
public LocalDateTime value12() { |
|
|
|
public LocalDateTime value13() { |
|
|
|
return getCreateAt(); |
|
|
|
} |
|
|
|
|
|
|
@ -458,25 +487,31 @@ public class TableColumnDocumentRecord extends UpdatableRecordImpl<TableColumnDo |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|
public TableColumnDocumentRecord value10(String value) { |
|
|
|
setNullable(value); |
|
|
|
public TableColumnDocumentRecord value10(Boolean value) { |
|
|
|
setIsPrimaryKey(value); |
|
|
|
return this; |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|
public TableColumnDocumentRecord value11(String value) { |
|
|
|
setNullable(value); |
|
|
|
return this; |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|
public TableColumnDocumentRecord value12(String value) { |
|
|
|
setAutoIncrement(value); |
|
|
|
return this; |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|
public TableColumnDocumentRecord value12(LocalDateTime value) { |
|
|
|
public TableColumnDocumentRecord value13(LocalDateTime value) { |
|
|
|
setCreateAt(value); |
|
|
|
return this; |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|
public TableColumnDocumentRecord values(Integer value1, Integer value2, Integer value3, String value4, String value5, String value6, String value7, Integer value8, Integer value9, String value10, String value11, LocalDateTime value12) { |
|
|
|
public TableColumnDocumentRecord values(Integer value1, Integer value2, Integer value3, String value4, String value5, String value6, String value7, Integer value8, Integer value9, Boolean value10, String value11, String value12, LocalDateTime value13) { |
|
|
|
value1(value1); |
|
|
|
value2(value2); |
|
|
|
value3(value3); |
|
|
@ -489,6 +524,7 @@ public class TableColumnDocumentRecord extends UpdatableRecordImpl<TableColumnDo |
|
|
|
value10(value10); |
|
|
|
value11(value11); |
|
|
|
value12(value12); |
|
|
|
value13(value13); |
|
|
|
return this; |
|
|
|
} |
|
|
|
|
|
|
@ -506,7 +542,7 @@ public class TableColumnDocumentRecord extends UpdatableRecordImpl<TableColumnDo |
|
|
|
/** |
|
|
|
* Create a detached, initialised TableColumnDocumentRecord |
|
|
|
*/ |
|
|
|
public TableColumnDocumentRecord(Integer id, Integer tableDocumentId, Integer databaseDocumentId, String name, String type, String comment, String defaultValue, Integer size, Integer decimalDigits, String nullable, String autoIncrement, LocalDateTime createAt) { |
|
|
|
public TableColumnDocumentRecord(Integer id, Integer tableDocumentId, Integer databaseDocumentId, String name, String type, String comment, String defaultValue, Integer size, Integer decimalDigits, Boolean isPrimaryKey, String nullable, String autoIncrement, LocalDateTime createAt) { |
|
|
|
super(TableColumnDocument.TABLE_COLUMN_DOCUMENT); |
|
|
|
|
|
|
|
setId(id); |
|
|
@ -518,6 +554,7 @@ public class TableColumnDocumentRecord extends UpdatableRecordImpl<TableColumnDo |
|
|
|
setDefaultValue(defaultValue); |
|
|
|
setSize(size); |
|
|
|
setDecimalDigits(decimalDigits); |
|
|
|
setIsPrimaryKey(isPrimaryKey); |
|
|
|
setNullable(nullable); |
|
|
|
setAutoIncrement(autoIncrement); |
|
|
|
setCreateAt(createAt); |
|
|
@ -539,6 +576,7 @@ public class TableColumnDocumentRecord extends UpdatableRecordImpl<TableColumnDo |
|
|
|
setDefaultValue(value.getDefaultValue()); |
|
|
|
setSize(value.getSize()); |
|
|
|
setDecimalDigits(value.getDecimalDigits()); |
|
|
|
setIsPrimaryKey(value.getIsPrimaryKey()); |
|
|
|
setNullable(value.getNullable()); |
|
|
|
setAutoIncrement(value.getAutoIncrement()); |
|
|
|
setCreateAt(value.getCreateAt()); |
|
|
|