|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A Connection
is an object from which Table
s can be
accessed. Every class which implements Connection
must
implement the public static method Schema getSchema()
.
Method Summary | |
Object |
contentsAsArray(String tableName)
In theory, this method returns the contents of tableName as
an array; in practice, it is a placeholder recognized by the optimizer
to do something much more efficient. |
Schema |
getSchema()
Returns the schema underlying this connection. |
Method Detail |
public Schema getSchema()
public static Schema
getSchemaStatic()
.
public Object contentsAsArray(String tableName)
tableName
as
an array; in practice, it is a placeholder recognized by the optimizer
to do something much more efficient. This involves calling Schema.getTableForMember(java.lang.String)
(tableName).Table.toRel(saffron.opt.Cluster, openjava.ptree.Expression)
(cluster, exp)
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |