org.uninode.db

Type Database

org.uninode.0.1200
Instance of Type
Inheriting from Node

A Database is used to access information from databases.
The jdbc driver must be included in the class path of the UniNode server.

Type dataValue
org.uninode.Type.displayPattern{att:org.uninode.db.Database.name}

Attribute summaryDefined inUninode® IdPropertiesDefault
StringconnectionName
the connectionName, without the 'jdbc:' prefix and the database name suffix, E.g. 'sybase:Tds:mydatabase:4100' or 'mysql://localhost'.
Databaseorg.uninode.0.1203
StringdbName
the name of the database
Databaseorg.uninode.0.1204
StringjdbcDriverClassName
the class name of the jdbc driver. Used to instanciate and register the driver.
Databaseorg.uninode.0.1205
IntmaxConnectionsDatabaseorg.uninode.0.121025
Stringname
the name of the database pool
Databaseorg.uninode.0.1201
Stringpassword
the password associated with the username for the database.
Databaseorg.uninode.0.1207
BooleanpromptDatabaseorg.uninode.0.1209N
DatabaseProtocolprotocol
the protocol of the database. Can be 'standard' or 'mysql'.
Databaseorg.uninode.0.1202
BooleanreadOnlyDatabaseorg.uninode.0.1208N
Stringusername
the username for access to the database
Databaseorg.uninode.0.1206
StringtoString
This is the display string.
Nodeorg.uninode.0.102
Typetype
The type of an object determines the behaviour and attributes of the object.
Nodeorg.uninode.0.101
StringuriNodeorg.uninode.0.103