ScxV6Server
Represents a connection to a database.
Contents
| Name | Description |
|---|---|
| AcceptAlarmByCookie Method | Accepts an alarm by its cookie. |
| BuildDate Method | Returns the product build date. |
| BuildNumber Method | Returns the product build number. |
| ChangePassword Method | Changes a user's password. |
| Connect Method | Establishes a connection to a database server |
| ConnectTimeout Method | Sets the connection timeout |
| CreateObject Method | Creates a new database object and returns an ScxV6Object object representing the new object. |
| DeleteArea Method | Deletes an Area of Interest from the database. |
| DeleteObject Method | Deletes a database object. |
| Disconnect Method | Disconnects an ScxV6Server from the database server. |
| FindObject Method | Locates a database object by its full name and returns an ScxV6Object object representing the object. |
| LookupObject Method | Locates a database object by its identifier and returns an ScxV6Object object representing the object. |
| Objects Method | Returns a list of all database objects that share a common class type. Each database object is returned as an ScxV6Object object. |
| RegisterSystem Method | Configures a client connection. |
| RootArea Method | Retrieve the root Area of Interest ("World"). |
| RootObject Method | Returns an ScxV6Object representing the root object in the database. |
| SetClientName Method | Sets the diagnostic client name at the server. |
| Systems Method | Returns an ScxV6Systems collection of all possible database connections. |