Class DataQueryTypeDao.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.SurveyObjectMappingDSLContext<Integer,DataQueryType>
-
- org.openforis.collect.datacleansing.persistence.DataQueryTypeDao.JooqDSLContext
-
- All Implemented Interfaces:
Serializable,DSLContext,Scope
- Enclosing class:
- DataQueryTypeDao
protected static class DataQueryTypeDao.JooqDSLContext extends SurveyObjectMappingDSLContext<Integer,DataQueryType>
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.openforis.collect.persistence.jooq.SurveyObjectMappingDSLContext
survey
-
-
Constructor Summary
Constructors Constructor Description JooqDSLContext(Configuration config)JooqDSLContext(Configuration config, CollectSurvey survey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Configurationconfiguration()Map<Object,Object>data()Objectdata(Object arg0)Objectdata(Object arg0, Object arg1)SQLDialectdialect()SQLDialectfamily()protected voidfromObject(DataQueryType o, StoreQuery<?> q)protected voidfromRecord(Record r, DataQueryType o)protected DataQueryTypenewEntity()org.jooq.conf.Settingssettings()-
Methods inherited from class org.openforis.collect.persistence.jooq.SurveyObjectMappingDSLContext
getId, getSurvey, setId
-
Methods inherited from class org.openforis.collect.persistence.jooq.MappingDSLContext
addFieldValues, deleteQuery, extractFields, fromRecord, 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)
-
JooqDSLContext
public JooqDSLContext(Configuration config, CollectSurvey survey)
-
-
Method Detail
-
newEntity
protected DataQueryType newEntity()
- Overrides:
newEntityin classMappingDSLContext<Integer,DataQueryType>
-
fromRecord
protected void fromRecord(Record r, DataQueryType o)
- Overrides:
fromRecordin classSurveyObjectMappingDSLContext<Integer,DataQueryType>
-
fromObject
protected void fromObject(DataQueryType o, StoreQuery<?> q)
- Overrides:
fromObjectin classSurveyObjectMappingDSLContext<Integer,DataQueryType>
-
configuration
public final Configuration configuration()
- Specified by:
configurationin interfaceScope
-
dialect
public final SQLDialect dialect()
-
family
public final SQLDialect family()
-
-