Class DataReportItemDao.JooqDSLContext
- java.lang.Object
-
- org.jooq.impl.DefaultDSLContext
-
- org.openforis.collect.persistence.jooq.CollectDSLContext
-
- org.openforis.collect.persistence.jooq.MappingDSLContext<I,T>
-
- org.openforis.collect.persistence.jooq.PersistedObjectMappingDSLContext<Integer,DataReportItem>
-
- org.openforis.collect.datacleansing.persistence.DataReportItemDao.JooqDSLContext
-
- All Implemented Interfaces:
Serializable,DSLContext,Scope
- Enclosing class:
- DataReportItemDao
protected static class DataReportItemDao.JooqDSLContext extends PersistedObjectMappingDSLContext<Integer,DataReportItem>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JooqDSLContext(Configuration config, DataReport report)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Configurationconfiguration()Insert<OfcDataReportItemRecord>createInsertStatement()Map<Object,Object>data()Objectdata(Object arg0)Objectdata(Object arg0, Object arg1)SQLDialectdialect()Object[]extractValues(DataReportItem item)SQLDialectfamily()protected voidfromObject(DataReportItem o, StoreQuery<?> q)DataReportItemfromRecord(Record r)protected DataReportItemnewEntity()org.jooq.conf.Settingssettings()-
Methods inherited from class org.openforis.collect.persistence.jooq.PersistedObjectMappingDSLContext
fromRecord, getId, setId
-
Methods inherited from class org.openforis.collect.persistence.jooq.MappingDSLContext
addFieldValues, deleteQuery, extractFields, fromResult, getIdField, getIdSequence, getTable, insertQuery, nextId, restartSequence, selectByFieldQuery, selectByIdQuery, selectContainsQuery, selectCountQuery, selectStartsWithQuery, updateQuery
-
Methods inherited from class org.openforis.collect.persistence.jooq.CollectDSLContext
createIndex, createIndex, getDataType, getDialect, isForeignKeySupported, isSchemaLess, isSQLite, nextId, restartSequence
-
Methods inherited from class org.jooq.impl.DefaultDSLContext
alterSequence, alterSequence, alterSequence, alterTable, alterTable, alterTable, attach, attach, batch, batch, batch, batch, batch, batch, batch, batchDelete, batchDelete, batchInsert, batchInsert, batchStore, batchStore, batchUpdate, batchUpdate, bind, bindContext, createGlobalTemporaryTable, createGlobalTemporaryTable, createGlobalTemporaryTable, createSequence, createSequence, createSequence, createTable, createTable, createTable, createTemporaryTable, createTemporaryTable, createTemporaryTable, createView, createView, createView, currval, currval, delete, deleteFrom, deleteQuery, dropIndex, dropIndex, dropIndexIfExists, dropIndexIfExists, dropSequence, dropSequence, dropSequence, dropSequenceIfExists, dropSequenceIfExists, dropSequenceIfExists, dropTable, dropTable, dropTable, dropTableIfExists, dropTableIfExists, dropTableIfExists, dropView, dropView, dropView, dropViewIfExists, dropViewIfExists, dropViewIfExists, execute, execute, execute, execute, executeDelete, executeDelete, executeInsert, executeUpdate, executeUpdate, extractBindValues, extractParam, extractParams, fetch, fetch, fetch, fetch, fetch, fetch, fetch, fetch, fetch, fetch, fetchAny, fetchAny, fetchCount, fetchCount, fetchCount, fetchExists, fetchExists, fetchExists, fetchFromCSV, fetchFromCSV, fetchFromJSON, fetchFromStringData, fetchFromStringData, fetchFromTXT, fetchFromTXT, fetchLazy, fetchLazy, fetchLazy, fetchLazy, fetchLazy, fetchLazy, fetchLazy, fetchLazy, fetchLazy, fetchLazy, fetchMany, fetchMany, fetchMany, fetchMany, fetchOne, fetchOne, fetchOne, fetchOne, fetchOne, fetchOne, fetchOne, fetchOne, fetchOne, fetchOne, fetchValue, fetchValue, fetchValue, fetchValue, fetchValue, fetchValue, fetchValue, fetchValue, fetchValues, fetchValues, fetchValues, fetchValues, fetchValues, fetchValues, fetchValues, fetchValues, fetchValues, insertInto, insertInto, insertInto, insertInto, insertInto, insertInto, insertInto, insertInto, insertInto, insertInto, insertInto, insertInto, insertInto, insertInto, insertInto, insertInto, insertInto, insertInto, insertInto, insertInto, insertInto, insertInto, insertInto, insertInto, insertInto, insertQuery, lastID, loadInto, map, map, mergeInto, mergeInto, mergeInto, mergeInto, mergeInto, mergeInto, mergeInto, mergeInto, mergeInto, mergeInto, mergeInto, mergeInto, mergeInto, mergeInto, mergeInto, mergeInto, mergeInto, mergeInto, mergeInto, mergeInto, mergeInto, mergeInto, mergeInto, mergeInto, mergeInto, meta, mock, mockResult, newRecord, newRecord, newRecord, newRecord, newRecord, newRecord, newRecord, newRecord, newRecord, newRecord, newRecord, newRecord, newRecord, newRecord, newRecord, newRecord, newRecord, newRecord, newRecord, newRecord, newRecord, newRecord, newRecord, newRecord, newRecord, newRecord, newResult, newResult, newResult, newResult, newResult, newResult, newResult, newResult, newResult, newResult, newResult, newResult, newResult, newResult, newResult, newResult, newResult, newResult, newResult, newResult, newResult, newResult, newResult, newResult, nextval, nextval, query, query, query, render, renderContext, renderInlined, renderNamedOrInlinedParams, renderNamedParams, resultQuery, resultQuery, resultQuery, select, select, select, select, select, select, select, select, select, select, select, select, select, select, select, select, select, select, select, select, select, select, select, select, selectCount, selectDistinct, selectDistinct, selectDistinct, selectDistinct, selectDistinct, selectDistinct, selectDistinct, selectDistinct, selectDistinct, selectDistinct, selectDistinct, selectDistinct, selectDistinct, selectDistinct, selectDistinct, selectDistinct, selectDistinct, selectDistinct, selectDistinct, selectDistinct, selectDistinct, selectDistinct, selectDistinct, selectDistinct, selectFrom, selectOne, selectQuery, selectQuery, selectZero, toString, transaction, transactionResult, truncate, truncate, truncate, update, updateQuery, with, with, with, withRecursive, withRecursive, withRecursive
-
-
-
-
Constructor Detail
-
JooqDSLContext
public JooqDSLContext(Configuration config, DataReport report)
-
-
Method Detail
-
newEntity
protected DataReportItem newEntity()
- Overrides:
newEntityin classMappingDSLContext<Integer,DataReportItem>
-
fromRecord
public DataReportItem fromRecord(Record r)
- Overrides:
fromRecordin classMappingDSLContext<Integer,DataReportItem>
-
fromObject
protected void fromObject(DataReportItem o, StoreQuery<?> q)
- Overrides:
fromObjectin classPersistedObjectMappingDSLContext<Integer,DataReportItem>
-
createInsertStatement
public Insert<OfcDataReportItemRecord> createInsertStatement()
-
extractValues
public Object[] extractValues(DataReportItem item)
-
configuration
public final Configuration configuration()
- Specified by:
configurationin interfaceScope
-
dialect
public final SQLDialect dialect()
-
family
public final SQLDialect family()
-
-