Uses of Class
nl.cwi.monetdb.embedded.tables.MonetDBTable
Package | Description |
---|---|
nl.cwi.monetdb.embedded.env | |
nl.cwi.monetdb.embedded.tables |
-
Uses of MonetDBTable in nl.cwi.monetdb.embedded.env
Methods in nl.cwi.monetdb.embedded.env that return MonetDBTable Modifier and Type Method Description MonetDBTable
MonetDBEmbeddedConnection. getMonetDBTable(String tableName)
Retrieves a MonetDB Table in the current schema for further operations.MonetDBTable
MonetDBEmbeddedConnection. getMonetDBTable(String schemaName, String tableName)
Retrieves a database table for further operations on it such as appending data. -
Uses of MonetDBTable in nl.cwi.monetdb.embedded.tables
Methods in nl.cwi.monetdb.embedded.tables that return MonetDBTable Modifier and Type Method Description MonetDBTable
RowIterator. getTable()
Gets the original table of this iterator.