Package org.jooq.meta

Interface TableElementDefinition

All Superinterfaces:
Definition
All Known Subinterfaces:
EmbeddableDefinition, IndexDefinition
All Known Implementing Classes:
AbstractIndexDefinition, DefaultEmbeddableDefinition

public interface TableElementDefinition extends Definition
The definition of an object that is contained in a table.
Author:
Lukas Eder
  • Method Details

    • getTable

      TableDefinition getTable()
      The table that this object is part of.