_ConnectionDatabases (gb.db2)
This is a collection of all databases managed by the database server.
You may not see every database if the user you used to connect to the
server do not have sufficient rights.
属性
Count
|
Return the number of databases.
|
List
|
Return the list of all database names as a string array.
|
方法
Add
|
Create a new database.
|
Exist
|
Return if the specified database exists.
|
Refresh
|
Refresh the internal list of databases.
|
Remove
|
Deletes an existing database.
|