public static enum SQLStatements.SID extends Enum<SQLStatements.SID>
Modifier and Type | Method and Description |
---|---|
static SQLStatements.SID |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SQLStatements.SID[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SQLStatements.SID getOntologies
public static final SQLStatements.SID getOntologyByName
public static final SQLStatements.SID getOntologyByID
public static final SQLStatements.SID getOntologyDate
public static final SQLStatements.SID setOntologyDate
public static final SQLStatements.SID insertOntology
public static final SQLStatements.SID deleteOntology
public static final SQLStatements.SID deleteNodesForOntology
public static final SQLStatements.SID deleteNodeNamesForOntology
public static final SQLStatements.SID deleteAssociationsForOntology
public static final SQLStatements.SID deleteDictionaryEntriesForOntology
public static final SQLStatements.SID getRootNodes
public static final SQLStatements.SID getIsRootNode
public static final SQLStatements.SID getNodeNames
public static final SQLStatements.SID getNodeExists
public static final SQLStatements.SID insertNodeID
public static final SQLStatements.SID deleteNodeID
public static final SQLStatements.SID insertNodeName
public static final SQLStatements.SID deleteNodeNames
public static final SQLStatements.SID getInboundAssociations
public static final SQLStatements.SID getOutboundAssociations
public static final SQLStatements.SID getUndirectedAssociations
public static final SQLStatements.SID insertAssociation
public static final SQLStatements.SID deleteAssociation
public static final SQLStatements.SID deleteNodeAssociations
public static final SQLStatements.SID queryDictionary
public static final SQLStatements.SID insertDictionaryEntry
public static final SQLStatements.SID deleteDictionaryEntry
public static final SQLStatements.SID deleteTableIfExists
public static SQLStatements.SID[] values()
for (SQLStatements.SID c : SQLStatements.SID.values()) System.out.println(c);
public static SQLStatements.SID valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright (C) 2013, 2014 Raphael Dickfelder, Jan Göpfert, Benjamin Paassen, Andreas Stöckel, licensed under the AGPL v. 3: http://openresearch.cit-ec.de/projects/scie