*/
public RDBMSDatabaseGroupNode(int id, GroupSchemaNode schema, DatabaseGroupNode parent, TimeSequence timestamp, AnnotationList annotation, int pre, int post) {
super(schema, parent, timestamp, annotation, pre, post);
_identifier = new NodeIdentifier(id);
}