Package | Description |
---|---|
com.streamscape.ds.schema.column | |
com.streamscape.ds.schema.constraint | |
com.streamscape.ds.schema.procedure | |
com.streamscape.ds.schema.table |
Modifier and Type | Field and Description |
---|---|
static ColumnSchema[] |
ColumnSchema.emptyArray |
Modifier and Type | Method and Description |
---|---|
ColumnSchema |
ColumnSchema.duplicate() |
Modifier and Type | Method and Description |
---|---|
void |
ColumnSchema.setType(ColumnSchema other) |
Modifier and Type | Method and Description |
---|---|
void |
Constraint.checkCheckConstraint(com.streamscape.ds.session.Session session,
Table table,
ColumnSchema column,
java.lang.Object data) |
Modifier and Type | Method and Description |
---|---|
ColumnSchema |
RplScript.getParameter(int i) |
Modifier and Type | Method and Description |
---|---|
void |
RplScript.addParameter(ColumnSchema param) |
void |
RplScript.addTransientVariable(java.lang.String name,
ColumnSchema var) |
Modifier and Type | Method and Description |
---|---|
ColumnSchema |
Table.getColumn(int i)
Returns the Column object at the given index
|
ColumnSchema |
Table.getColumn(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
void |
Table.addColumn(ColumnSchema column)
Performs the table level checks and adds a column to the table at the
DDL level.
|
void |
TableWorks.addColumn(ColumnSchema column,
int colIndex,
com.streamscape.ds.lib.HsqlArrayList constraints) |
void |
Table.addColumnNoCheck(ColumnSchema column) |
void |
Table.renameColumn(ColumnSchema column,
NameManager.ObjectName newName) |
void |
TableWorks.retypeColumn(ColumnSchema oldCol,
ColumnSchema newCol)
Allows changing the type only.
|
void |
TableWorks.setColNullability(ColumnSchema column,
boolean nullable)
performs the work for changing the nullability of a column
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.