_ConnectionTables (gb.db2)
This class represents a collection of all the tables of the database you
connected to with the connection object.
Questa classe è virtuale.
Questa classe non è creabile.
Questa classe si comporta come un
solo-lettura array.
Questa classe è
enumerabile con la parola chiave
FOR EACH.
Proprietà
Count
|
Return the number of database table.
|
List
|
Return a list of all database tables as a string array.
|
Metodi
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.
|