Class TableStatements
java.lang.Object
org.eclipse.dirigible.database.sql.TableStatements
Table object containing SQL statements needed to create it.
-
Constructor Summary
ConstructorsConstructorDescriptionTableStatements(String createTableStatement, Collection<String> createIndicesStatements) Instantiates a new table. -
Method Summary
Modifier and TypeMethodDescriptionbooleanEquals.Gets the creates the indices statements.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.
-