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 Summary
Constructors Constructor Description TableStatements(String createTableStatement, Collection<String> createIndicesStatements)Instantiates a new table. -
Method Summary
Modifier and Type Method Description booleanequals(Object o)Equals.Collection<String>getCreateIndicesStatements()Gets the creates the indices statements.StringgetCreateTableStatement()Gets the creates the table statement.inthashCode()Hash code.
-
Constructor Details
-
TableStatements
Instantiates a new table.- Parameters:
createTableStatement- the create table statementcreateIndicesStatements- the create indices statements
-
-
Method Details
-
getCreateTableStatement
Gets the creates the table statement.- Returns:
- the creates the table statement
-
getCreateIndicesStatements
Gets the creates the indices statements.- Returns:
- the creates the indices statements
-
equals
Equals. -
hashCode
public int hashCode()Hash code.
-