Database object methods
The following list summarizes the Database object methods:
Note: For all Perl Get and Set methods that map
to Visual Basic Properties, see the Properties section of this object.
- Method name
- Description
- ApplyPropertyChanges
- Updates the database's writable properties with any recent changes.
- GetConnectOptions
- Returns the connect options for a database.
- SetConnectOptions
- Sets the connect options for a database.
- SetInitialSchemaRev
- Sets the initial schema revision of a new database.
- Upgrade
- Upgrade this database to the specified schema revision.
- UpgradeMasterUserInfo
- Upgrade this database's user information.
Additional Perl Get and Set Methods that map to Visual Basic properties:
- Method name
- Description
- GetAllUsers
- Returns all users that are subscribed to a database.
- GetCheckTimeoutInterval
- Returns the interval at which to check for user timeouts.
- GetConnectHosts
- Returns the host name list for the physical location of the database server.
- GetConnectProtocols
- Returns the network protocol list for the database server.
- GetDatabaseFeatureLevel
- Gets the feature level of your session database.
- GetDatabaseName
- Returns the physical name of the database.
- GetDBOLogin
- Returns the database owner's login name.
- GetDBOPassword
- Returns the database owner's password.
- GetDescription
- Returns the descriptive comment associated with the database.
- GetName
- Returns the logical database name.
- GetROLogin
- Returns the login name for users who have read-only access to the database.
- GetROPassword
- Returns the password for users who have read-only access to the database.
- GetRWLogin
- Returns the login name for users who have read/write access to the database.
- GetRWPassword
- Returns the password for users who have read/write access to the database.
- GetSchemaRev
- Returns the schema revision currently in use by the database.
- GetServer
- Returns the name of the server on which the database resides.
- GetSubscribedGroups
- Returns the groups explicitly subscribed to this database.
- GetSubscribedUsers
- Returns the users that are explicitly subscribed to this database.
- GetTimeoutInterval
- Returns the user timeout interval.
- GetVendor
- Returns the vendor type of the database.
- SetCheckTimeoutInterval
- Sets the interval at which to check for user timeouts.
- SetConnectHosts
- Sets the host name list for the physical location of the database server.
- SetConnectProtocols
- Sets the network protocol list for the database server.
- SetDatabaseName
- Sets the physical name of the database.
- SetDBOLogin
- Sets the database owner's login name.
- SetDBOPassword
- Sets the database owner's password.
- SetDescription
- Sets the descriptive comment associated with the database.
- SetName
- Sets the logical database name.
- SetROLogin
- Sets the login name for users who have read-only access to the database.
- SetROPassword
- Sets the password for users who have read-only access to the database.
- SetRWLogin
- Sets the login name for users who have read/write access to the database.
- SetRWPassword
- Sets the password for users who have read/write access to the database.
- SetServer
- Sets the name of the server on which the database resides.
- SetTimeoutInterval
- Sets the user timeout interval.
- SetVendor
- Sets the vendor type of the database.