_ConnectionTables (gb.db2)

This class represents a collection of all the tables of the database you connected to with the connection object.

Esta clase es virtual.

Esta clase no es instanciable.

Esta clase actúa como un array de sólo lectura.

Esta clase es enumerable con la palabra clave FOR EACH.

Propiedades
Count   Return the number of database table.
List   Return a list of all database tables as a string array.

Métodos
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.