aRT-class {aRT}R Documentation

Class "aRT"

Description

Class that stores a virtual DBMA connection and manipulates databases.

Objects from the Class

Objects can be created by calls of the form openConn(user, password, port, host).

Slots

pointer:
An external pointer to a TerraLib object. DO NOT change it!

Extends

Class aRTcomponent, directly.

Methods

initialize:
Initializer of aRT class.
showDbs:
Shows the databases available.
deleteDb:
Removes a database from the DBMS.
openDb:
Opens an existent database from the DBMS.
createDb:
Creates a new database and returns it.
addUser:
Grants ALL permissions on the DBMS to a user.

Author(s)

Marcos Aurelio Carrero and Pedro Ribeiro de Andrade Neto

References

http://www.est.ufpr.br/aRT

See Also

See aRT-METHOD for a method of this class or CLASSNAME-class for links to other classes.


[Package aRT version 0.3-6 Index]