Class AdamTableDefinition

java.lang.Object
org.jooq.meta.AbstractDefinition
org.jooq.meta.AbstractElementContainerDefinition<org.jooq.meta.ColumnDefinition>
org.jooq.meta.AbstractTableDefinition
ch.ergon.adam.gradleplugin.util.AdamTableDefinition
All Implemented Interfaces:
org.jooq.meta.Definition, org.jooq.meta.TableDefinition

public class AdamTableDefinition extends org.jooq.meta.AbstractTableDefinition
  • Field Summary

    Fields inherited from class org.jooq.meta.AbstractElementContainerDefinition

    PRECISION_SCALE
  • Constructor Summary

    Constructors
    Constructor
    Description
    AdamTableDefinition(org.jooq.meta.SchemaDefinition schema, ch.ergon.adam.core.db.schema.Table table)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected List<org.jooq.meta.ColumnDefinition>
     

    Methods inherited from class org.jooq.meta.AbstractTableDefinition

    getCheckConstraints, getChildTables, getColumn, getColumn, getColumn, getColumns, getEmbeddables, getForeignKeys, getForeignKeys, getIdentity, getIndexes, getInverseForeignKeys, getInverseForeignKeys, getKey, getKeys, getManyToManyKeys, getManyToManyKeys, getParameters, getParameters0, getParentTable, getPrimaryKey, getReferencedEmbeddables, getReferencedTable, getTable, getTableOptions, getUniqueKey, getUniqueKeys, isMaterializedView, isSynthetic, isTableValuedFunction, isTemporary, isView, setParentTable

    Methods inherited from class org.jooq.meta.AbstractElementContainerDefinition

    getElement, getElement, getElement, getElements, parseNotNull, parsePrecision, parseScale, parseTypeName

    Methods inherited from class org.jooq.meta.AbstractDefinition

    create, create, equals, getCatalog, getComment, getConnection, getDatabase, getDefinitionPath, getDialect, getInputName, getName, getOutputName, getOverload, getPackage, getQualifiedInputName, getQualifiedInputNamePart, getQualifiedName, getQualifiedNamePart, getQualifiedOutputName, getQualifiedOutputNamePart, getSchema, getSource, hashCode, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.jooq.meta.Definition

    getCatalog, getComment, getDatabase, getDefinitionPath, getInputName, getName, getOutputName, getOverload, getPackage, getQualifiedInputName, getQualifiedInputNamePart, getQualifiedName, getQualifiedNamePart, getQualifiedOutputName, getQualifiedOutputNamePart, getSchema, getSource
  • Constructor Details

    • AdamTableDefinition

      public AdamTableDefinition(org.jooq.meta.SchemaDefinition schema, ch.ergon.adam.core.db.schema.Table table)
  • Method Details

    • getElements0

      protected List<org.jooq.meta.ColumnDefinition> getElements0() throws SQLException
      Overrides:
      getElements0 in class org.jooq.meta.AbstractTableDefinition
      Throws:
      SQLException