jet.server.api.db
Interface Tables

All Superinterfaces:
DBCollection

public interface Tables
extends DBCollection

A Tables is a container of Table.


Method Summary
 Table[] toArray()
          Gets all Table.
 
Methods inherited from interface jet.server.api.db.DBCollection
contains, contains, isEmpty, iterator, size
 

Method Detail

toArray

Table[] toArray()
Gets all Table.

Returns:
array of Table