org.uninode.db | ![]() |
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 data | Value |
org.uninode.Type.displayPattern | {att:org.uninode.db.Database.name} |
Attribute summary | Defined in | Uninode® Id | Properties | Default | |
String | connectionName the connectionName, without the 'jdbc:' prefix and the database name suffix, E.g. 'sybase:Tds:mydatabase:4100' or 'mysql://localhost'. | Database | org.uninode.0.1203 | ||
String | dbName the name of the database | Database | org.uninode.0.1204 | ||
String | jdbcDriverClassName the class name of the jdbc driver. Used to instanciate and register the driver. | Database | org.uninode.0.1205 | ||
Int | maxConnections | Database | org.uninode.0.1210 | 25 | |
String | name the name of the database pool | Database | org.uninode.0.1201 | ||
String | password the password associated with the username for the database. | Database | org.uninode.0.1207 | ||
Boolean | prompt | Database | org.uninode.0.1209 | N | |
DatabaseProtocol | protocol the protocol of the database. Can be 'standard' or 'mysql'. | Database | org.uninode.0.1202 | ||
Boolean | readOnly | Database | org.uninode.0.1208 | N | |
String | username the username for access to the database | Database | org.uninode.0.1206 | ||
String | toString This is the display string. | Node | org.uninode.0.102 | ||
Type | type The type of an object determines the behaviour and attributes of the object. | Node | org.uninode.0.101 | ||
String | uri | Node | org.uninode.0.103 |