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.
- Get
CheckTimeoutInterval
- Returns the interval at which to check for user timeouts.
- Get
ConnectHosts
- Returns the host name list for the physical location of the database server.
- Get
ConnectProtocols
- Returns the network protocol list for the database server.
- Get
DatabaseFeatureLevel
- Gets the feature level of your session database.
- Get
DatabaseName
- Returns the physical name of the database.
- Get
DBOLogin
- Returns the database owner's login name.
- Get
DBOPassword
- Returns the database owner's password.
- Get
Description
- Returns the descriptive comment associated with the database.
- Get
Name
- Returns the logical database name.
- Get
ROLogin
- Returns the login name for users who have read-only access to the database.
- Get
ROPassword
- Returns the password for users who have read-only access to the database.
- Get
RWLogin
- Returns the login name for users who have read/write access to the database.
- Get
RWPassword
- Returns the password for users who have read/write access to the database.
- Get
SchemaRev
- Returns the schema revision currently in use by the database.
- Get
Server
- Returns the name of the server on which the database resides.
- Get
SubscribedGroups
- Returns the groups explicitly subscribed to this database.
- Get
SubscribedUsers
- Returns the users that are explicitly subscribed to this database.
- Get
TimeoutInterval
- Returns the user timeout interval.
- Get
Vendor
- Returns the vendor type of the database.
- Set
CheckTimeoutInterval
- Sets the interval at which to check for user timeouts.
- Set
ConnectHosts
- Sets the host name list for the physical location of the database server.
- Set
ConnectProtocols
- Sets the network protocol list for the database server.
- Set
DatabaseName
- Sets the physical name of the database.
- Set
DBOLogin
- Sets the database owner's login name.
- Set
DBOPassword
- Sets the database owner's password.
- Set
Description
- Sets the descriptive comment associated with the database.
- Set
Name
- Sets the logical database name.
- Set
ROLogin
- Sets the login name for users who have read-only access to the database.
- Set
ROPassword
- Sets the password for users who have read-only access to the database.
- Set
RWLogin
- Sets the login name for users who have read/write access to the database.
- Set
RWPassword
- Sets the password for users who have read/write access to the database.
- Set
Server
- Sets the name of the server on which the database resides.
- Set
TimeoutInterval
- Sets the user timeout interval.
- Set
Vendor
- Sets the vendor type of the database.