The CDatabase type exposes the following members.

Methods

  NameDescription
Public methodCreate
Create a database based on settings passed on constructor
Public methodDelete
Delete (DROP) database based on settings passed on constructor
Public methodExists()()()()
Check if database is already on server based on settings passed on constructor
Public methodExists(String)
Check if database is already on server

See Also