JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH
Uses of Interface
acdp.Table
Packages that use
Table
Package
Description
acdp
Contains the core interfaces needed to operate a database.
Uses of
Table
in
acdp
Methods in
acdp
that return
Table
Modifier and Type
Method
Description
Table
Database.
getTable
(
String
tableName)
Returns the table with the specified name.
Table
Row.
getTable
()
Returns the table this row belongs to.
Table
[]
Database.
getTables
()
Returns all tables of this database.