| Package | Description |
|---|---|
| ca.uqac.dim.turtledb |
| Modifier and Type | Field and Description |
|---|---|
protected Schema |
Table.m_schema |
protected Schema |
Projection.m_schema |
| Modifier and Type | Method and Description |
|---|---|
Schema |
Join.getSchema() |
Schema |
Renaming.getSchema() |
Schema |
Selection.getSchema() |
Schema |
VariableTable.getSchema() |
Schema |
Table.getSchema() |
Schema |
NAryRelation.getSchema() |
abstract Schema |
Relation.getSchema()
Returns the relation's schema
|
Schema |
Projection.getSchema() |
Schema |
Product.getSchema() |
protected static Schema |
XmlQueryParser.parseSchema(org.w3c.dom.Node e)
Parse a schema.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Tuple.setSchema(Schema sch)
Overwrites the schema of a tuple.
|
protected void |
Table.setSchema(Schema sch)
Sets the table's schema
|
void |
Projection.setSchema(Schema sch) |
| Constructor and Description |
|---|
Projection(Schema sch,
Relation rel) |
Schema(Schema s)
Constructor by copy
|
Tuple(Schema sch,
java.lang.String values) |
Tuple(Schema sch,
Value[] val) |
Copyright © Sylvain HallĂ©. All Rights Reserved.