Class Table


  • public class Table
    extends Object
    A relational Table, containing columns and indexes.
    Author:
    Guillaume Le Cousin
    • Constructor Detail

      • Table

        public Table​(org.springframework.data.relational.core.sql.SqlIdentifier sqlId,
                     org.springframework.data.relational.core.sql.IdentifierProcessing idProcessing)
    • Method Detail

      • add

        public void add​(Column col)
      • add

        public void add​(Index index)
      • getIndexes

        public List<Index> getIndexes()
      • toSql

        public String toSql()
      • getReferenceName

        public String getReferenceName()