_ConnectionTables (gb.db2)
This class represents a collection of all the tables of the database you
connected to with the connection object.
This class is virtual.
This class is not creatable.
This class acts like a
read-only array.
This class is
enumerable with the
FOR EACH keyword.
Properties
Count
|
Return the number of database table.
|
List
|
Return a list of all database tables as a string array.
|
Methods
Add
|
Creates a new table.
|
Exist
|
Return if a specific table exists.
|
Refresh
|
Refresh the internal list of database tables.
|
Remove
|
Delete the specified table.
|