Ft.Rdf.Drivers.Oracle

Modules

DataBaseExceptions  os  re  types 

Classes

class DbAdapter
__init__(self, connString, modelName='rdfdefault', db=None)
_addResource(self, cur, head, tail)
_stmtSelect(self, subject, predicate, object, statementUri, domain, flags, idsOnly=0)
add(self, statements)
begin(self)
commit(self)
complete(self, subject, predicate, object, statementUri, domain, flags)
contains(self, subject, predicate, object, statementUri, domain, flags)
isResource(self, res)
objectsFromSubAndPreds(self, subject, predicates)
remove(self, statements)
removePattern(self, subject, predicate, object, statementUri, domain, flags)
resources(self)
rollback(self)
subjectsFromPredAndObjs(self, predicate, objects)
subjectsFromPredsAndObj(self, predicates, object)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft.Rdf.Drivers.Oracle'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
class PROPERTIES

Data and other non-method functions defined here:

OBJECT_TYPE_SUPPORTED = 1
int(x[, base]) -> integer

Convert a string or number to an integer, if possible. A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!) When converting a string, use
the optional base. It is an error to supply a base when converting a
non-string.
__doc__ = None
__module__ = 'Ft.Rdf.Drivers'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.

Functions

ConnectDb(connStr, modelName='rdfdefault')
ConnectStringToDict(connStr)
CreateDb(connStr, modelName='rdfdefault')
DestroyDb(connStr, modelName='rdfdefault')
EscapeQuotes(qstr)
ExistsDb(connStr, modelName='rdfdefault')
GetDb(connStr, modelName='rdfdefault')
MapObjectType(ot)
SplitUri(uri)

Data

CREATE_DDL = '\nCREATE TABLE urihead (\nID number primary key,\n...;\n\nCREATE INDEX aclidentname ON aclident (Name);\n'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
CREATE_FUNCS = 'CREATE OR REPLACE FUNCTION rlookup_func ( funcid...id OR R.id = objectid;\n\treturn(retval);\n END;\n'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
CREATE_USER = 'CREATE USER %(model)s IDENTIFIED BY %(model)s DE...ACE USERS;\nGRANT CONNECT, RESOURCE to %(model)s;\n'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
DESTROY_DDL = 'drop table ACLASSOC;\ndrop table ACLIDENT;\ndrop t... sequence STATMENTSEQ;\ndrop sequence URIHEADSEQ;\n'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
HTTPPLUS_PATTERN = <_sre.SRE_Pattern object>
MAILTO_PATTERN = <_sre.SRE_Pattern object>
NAME_PATTERN = r'[a-zA-Z_][a-zA-Z0-9\.\-_]*'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
OBJECT_TYPE_LITERAL = 'L'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
OBJECT_TYPE_RESOURCE = 'R'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
OBJECT_TYPE_UNKNOWN = '?'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
ORACLE_CONNECT_STRING = <_sre.SRE_Pattern object>
QUICK_TEST = "RDF_FILE = 'w3c1.rdf'\nfrom Ft.Rdf.Drivers import...Map=NSMAP)\nprint r\nprint Util.VersaDataToXml(r)\n\n"
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
RDF_MS_BASE = 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
UUID_PATTERN = <_sre.SRE_Pattern object>
__file__ = 'build/lib.linux-ppc-2.2/Ft/Rdf/Drivers/Oracle.py'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
__name__ = 'Ft.Rdf.Drivers.Oracle'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.