Class TableList<ROW extends Row>
java.lang.Object
javaforce.db.TableList<ROW>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidAdd another Table to this TableList.get(int id) Returns Table with assigned id.Returns Table with user-defined name.Returns list of Tables.booleanLoad list of tables from folder.voidremove(int id) Remove table with assigned id.voidsave(int id) Save table with assigned id.
-
Constructor Details
-
TableList
Create TableList- Parameters:
rowCreator- = interface to create new rows
-
-
Method Details
-
load
Load list of tables from folder. -
get
-
get
-
save
public void save(int id) Save table with assigned id. -
add
-
getTables
-
remove
public void remove(int id) Remove table with assigned id.
-