All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.model.prefnode.map Maven / Gradle / Ivy

Go to download

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





© 2015 - 2024 Weber Informatics LLC | Privacy Policy