_ConnectionTables (gb.db2)
This class represents a collection of all the tables of the database you
connected to with the connection object.
属性
Count
|
Return the number of database table.
|
List
|
Return a list of all database tables as a string array.
|
方法
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.
|