META-INF.model.prefnode.map Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tentackle-test-pdo Show documentation
Show all versions of tentackle-test-pdo Show documentation
Test depdendency to support writing PDO-based tests.
Also generates the SQL-scripts for the TT tables and
contains some PDO tests.
This artifact must be included in test-scope only!
The newest version!
# a preferences node
name := DbPreferencesNode
id := 3
table := prefnode
## attributes
[tableserial, tracked]
String(32) user username name of user, null if system [mapnull]
String(192) name nodename name of the node
long parentId parentid ID of parent-node, 0 if root-node
long rootNodeId rootnodeid ID of the root-node
## indexes
unique index nodename := nodename, username
index parentid := parentid
index tableserial := tableserial
index root := rootnodeid