getMetadata().getPLSQLTables().add(plsqlTable.getMetadata());
return plsqlTable;
}
public Structure addStructure() {
StructureImpl structure = new StructureImpl();
getMetadata().getAttributes().getStructures().add(structure.getMetadata());
return structure;
}