java.lang.Object
nl.aidministrator.rdf.ral.rdbms.SQLRAL
nl.aidministrator.rdf.ral.rdbms.MySQLRAL
- All Implemented Interfaces:
- nl.aidministrator.rdf.ral.RAL
- public class MySQLRAL
- extends SQLRAL
Defines MySQL specific SQL syntax.
- Version:
- 1.5, 01/30/02
| Fields inherited from class nl.aidministrator.rdf.ral.rdbms.SQLRAL |
_conPool, _namespaceTable, _nextNamespaceId, _nextValueId, _rdfPropertyId, _rdfsClassId, _rdfsCommentId, _rdfsDomainId, _rdfsLabelId, _rdfsLiteralId, _rdfsRangeId, _rdfsResourceId, _rdfsSubClassOfId, _rdfsSubPropertyOfId, _rdfTypeId, _reposName, CLASS_TABLE, COMMENT, COMMENT_TABLE, DOMAIN_TABLE, FALSE, ID_INT, INDEXLENGTH, IS_DERIVED, LABEL, LABEL_TABLE, LANGUAGE, LITERALS_TABLE, LOCALNAME, NAME, NAMESPACES_TABLE, PREFIX, PROPERTY_TABLE, RANGE_TABLE, RESOURCES_TABLE, SUBCLASSOF_TABLE, SUBPROPERTYOF_TABLE, TRIPLES_TABLE, TRUE, TYPE_TABLE, VALUE |
|
Constructor Summary |
MySQLRAL()
Initializes MySQL specific SQL syntax. |
| Methods inherited from class nl.aidministrator.rdf.ral.rdbms.SQLRAL |
_initDatabase, addClass, addComment, addDataStatement, addDomain, addInstance, addLabel, addProperty, addRange, addSubClass, addSubProperty, clearRepository, getClasses, getCommentsFor, getDomainFor, getInstancesOf, getLabelsFor, getNamespaces, getProperties, getRangeFor, getStatements, getSubClassesOf, getSubPropertiesOf, getSuperClassesOf, getSuperPropertiesOf, initialize, isClass, isComment, isInstanceOf, isLabel, isProperty, isStatement, isSubClassOf, isSubPropertyOf, removeDataStatements, shutDown |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MySQLRAL
public MySQLRAL()
- Initializes MySQL specific SQL syntax.