Class TableStatements

java.lang.Object
org.eclipse.dirigible.database.sql.TableStatements

public class TableStatements
extends Object
Table object containing SQL statements needed to create it.
  • Constructor Details

    • TableStatements

      public TableStatements​(String createTableStatement, Collection<String> createIndicesStatements)
      Instantiates a new table.
      Parameters:
      createTableStatement - the create table statement
      createIndicesStatements - the create indices statements
  • Method Details