A B C D E F G I K L M N O P Q R S T U V W X _

T

t - Static variable in class dke.smwp.compiler.Scanner
 
t - Static variable in class dke.smwp.compiler.Parser
 
T - Static variable in class dke.smwp.compiler.Parser
 
TABLE_SMWP_WORKTRACE - Static variable in class dke.smwp.trigger.DerivedDataTrigger
 
TABLE_SMWP_XML_DOCUMENT - Static variable in class dke.smwp.GetPage
table containing xml documents
TABLE_SMWP_XML_DOCUMENT_PARAMS - Static variable in class dke.smwp.GetPage
table containing metadata for stored xml documents
tableExists(String) - Method in class dke.smwp.db.DB_Table
check if table designated by table_name exists in database
TableName - class dke.smwp.fragmentation.TableName.
Resolves and creates shortname to longname mapping.
TABLENAME_PARAM_MAPPING - Variable in class dke.smwp.serialize.FragmentClassSer
table containing parameter mapping
TABLENAME_PCFC_MAPPING - Static variable in class dke.smwp.serialize.PageClassSer
tablename contains mapping which fragment classes are mapped to which page classes
TABLENAME_SMWP_FC - Static variable in class dke.smwp.db.DB_smwp_fc
tablename for fragment classes
TABLENAME_SMWP_FC_PARAMS - Static variable in class dke.smwp.db.DB_smwp_fc_params
tablename for mapped fragment class parameters
TABLENAME_SMWP_LOG - Static variable in class dke.smwp.db.DB_smwp_log
table containing log information
TABLENAME_SMWP_PAGEREF_EXTERNAL - Static variable in class dke.smwp.db.DB_smwp_pageref_external
tablename for external page references
TABLENAME_SMWP_PAGEREF_INTERNAL - Static variable in class dke.smwp.db.DB_smwp_pageref_internal
tablename for internal page references
TABLENAME_SMWP_PARAM_MAPPING - Static variable in class dke.smwp.db.DB_smwp_param_mapping
tablename for smwp parameter mapping
TABLENAME_SMWP_PARAMETERS - Static variable in class dke.smwp.db.DB_smwp_parameters
tablename for metadata of parameters
TABLENAME_SMWP_PC - Static variable in class dke.smwp.db.DB_smwp_pc
tablename for page class names
TABLENAME_SMWP_PC_PARAMS - Static variable in class dke.smwp.db.DB_smwp_pc_params
tablename
TABLENAME_SMWP_PCFC_MAPPING - Static variable in class dke.smwp.db.DB_smwp_pcfc_mapping
tablename for page class to fragment class mapping
TABLENAME_SMWP_PUBLISH_FC - Static variable in class dke.smwp.db.DB_smwp_publish_fc
tablename for publication information of fragment class
TABLENAME_SMWP_PUBLISH_PC - Static variable in class dke.smwp.db.DB_smwp_publish_pc
tablename for publication information of page class
TABLENAME_SMWP_TABLENAME - Static variable in class dke.smwp.fragmentation.TableName
 
TABLENAME_SMWP_TABLENAME - Static variable in class dke.smwp.db.DB_smwp_tablename
tablename containing shortname-longname mapping
TABLENAME_SMWP_XML_DOCUMENT - Static variable in class dke.smwp.db.DB_XML_Document
tablename for storing xml documents
TABLENAME_SMWP_XML_DOCUMENT_PARAMS - Static variable in class dke.smwp.db.DB_XML_Document
tablename for storing metadata for xml documents
TableName() - Constructor for class dke.smwp.fragmentation.TableName
default constructor
TableNameResolver - class dke.smwp.TableNameResolver.
Resolves shortname mapped to longname All columnnames, tablenames, constraint names etc. are limited to 30 characters by the underlying oracle database.
TableNameResolver() - Constructor for class dke.smwp.TableNameResolver
 
Tcolumn - class dke.smwp.serialize.dbtypes.Tcolumn.
 
Tcolumn() - Constructor for class dke.smwp.serialize.dbtypes.Tcolumn
default constructor
Tcolumn(boolean) - Constructor for class dke.smwp.serialize.dbtypes.Tcolumn
constructor
TcolumnRef - class dke.smwp.serialize.dbtypes.TcolumnRef.
 
TcolumnRef() - Constructor for class dke.smwp.serialize.dbtypes.TcolumnRef
default constructor
TColumnTable - class dke.smwp.serialize.dbtypes.TColumnTable.
 
TColumnTable() - Constructor for class dke.smwp.serialize.dbtypes.TColumnTable
default constructor
TColumnTable(Tcolumn[]) - Constructor for class dke.smwp.serialize.dbtypes.TColumnTable
 
toDatum(Connection) - Method in class dke.smwp.serialize.dbtypes.TcolumnRef
ORAData interface
toDatum(Connection) - Method in class dke.smwp.serialize.dbtypes.Tcolumn
ORAData interface
toDatum(Connection) - Method in class dke.smwp.serialize.dbtypes.TColumnTable
ORAData interface
token - Static variable in class dke.smwp.compiler.Parser
 
Token - class dke.smwp.compiler.Token.
 
Token() - Constructor for class dke.smwp.compiler.Token
 
toString() - Method in class dke.smwp.serialize.PageClassSer
generates String representation in following syntax
"page-class " pcName "<" [ pcParamNames { "," pcParamNames } ] ">"
toString() - Method in class dke.smwp.serialize.PageSer
Generates String-representation of page class name in following syntax: pc_name "(" [ pc_param_name { "," pc_param_name } ] ")"
toString() - Method in class dke.smwp.serialize.FragmentClassSer
String representation of FragmentClassSer using following syntax "fragment-class <" [fc_paramName {"," fc_paramName} ] ">"
toString() - Method in class dke.smwp.serialize.TupleModificationDescr
gets String representation of tuple modificationm description
toString() - Method in class dke.smwp.serialize.dbtypes.Tcolumn
 
toString() - Method in class dke.smwp.serialize.dbtypes.TColumnTable
 
toString() - Method in class dke.smwp.fragmentation.FragmentClass
generates string representation for fragment class fc_rootName < [ paramName { "," paramName } ]
toString() - Method in class dke.smwp.fragmentation.AbstractParameter
string representation of abstract parameter
toString() - Method in class dke.smwp.fragmentation.FragmentationRelation
generates String representation of FragmentationRelation object
toString() - Method in class dke.smwp.fragmentation.ForeignKeyConstraint
generate String representation of foreign key constraint for usage as part of an SQL statement; syntax: " FOREIGN KEY (" column_name_referencing {"," column_name_referencing } ") REFERENCES " tablename_referenced "(" column_name_referenced {"," column_name_referenced } ")"
toString() - Method in class dke.smwp.fragmentation.Column
genterates string representation of Column object
toString() - Method in class dke.smwp.fragmentation.PredicateParameter
generats String representation of PredicateParameter object
toString() - Method in class dke.smwp.fragmentation.ValueParameter
generats String representation of ValueParameter object
toString() - Method in class dke.smwp.fragmentation.PageClass
generates page class name for string output; pc_rootName "<" [ paramName { "," paramName } ] ">"
toString() - Method in class dke.xml.QName
generates String representation of QName in following syntax
"{" namespaceURI "}" localname
triggeredSerializeFragmentDeletion(String, TColumnTable) - Static method in class dke.smwp.serialize.TriggerTarget
deletes published pages (xml documents) method invoced by PL/SQL trigger on tuple deletion in Fragmentation Relation
triggeredSerializeFragmentInsertion(String, TColumnTable) - Static method in class dke.smwp.serialize.TriggerTarget
creates new pages serialized as xml documents method invoced by PL/SQL trigger on tuple insertion in Fragmentation Relation
triggeredSerializeFragmentModification(String, TColumnTable, TColumnTable) - Static method in class dke.smwp.serialize.TriggerTarget
updates published Page Class/pages (xml documents) by deleting old pages designated by fragmentation parameter values of oldTuple and creating new pages designated by newTuple method invoced by PL/SQL trigger on tuple update in Fragmentation Relation
triggeredSerializeTupleDeletion(String, String, TColumnTable) - Static method in class dke.smwp.serialize.TriggerTarget
method invoced by pl/sql trigger on tuple deletion in fragment class relation
triggeredSerializeTupleInsertion(String, String, TColumnTable) - Static method in class dke.smwp.serialize.TriggerTarget
method invoced by pl/sql trigger on tuple insert in fragment class relation
triggeredSerializeTupleModification(String, String, TColumnTable, TColumnTable) - Static method in class dke.smwp.serialize.TriggerTarget
updates Page Class/pages (xml documents) method invoced by PL/SQL trigger on tuple update in Fragment Class relation
TriggerTarget - class dke.smwp.serialize.TriggerTarget.
recipient for triggered events from database; receives triggered events and invoces propper methods using the predefined maintenance mode for each page class
TriggerTarget() - Constructor for class dke.smwp.serialize.TriggerTarget
 
TUPLE_DELETE - Static variable in class dke.smwp.serialize.TupleModificationDescr
 
TUPLE_INSERT - Static variable in class dke.smwp.serialize.TupleModificationDescr
 
TUPLE_UPDATE - Static variable in class dke.smwp.serialize.TupleModificationDescr
 
tupleAsXMLTuple(FragmentSer, TColumnTable) - Static method in class dke.smwp.serialize.SerializeTupleModification
converts tuple data from TColumn into an Hashtable containing column description QName as key, and tuple data as data;
tupleElt - Variable in class dke.smwp.serialize.IncrementalModificationFilter
private cache of tuple element
tupleElt - Variable in class dke.smwp.serialize.TupleModificationDescr
element name of modified tuple
tupleEltInDepth - Variable in class dke.smwp.serialize.IncrementalModificationFilter
 
TupleModificationDescr - class dke.smwp.serialize.TupleModificationDescr.
Describes tuple modification used to process modification to xml documents
TupleModificationDescr(QName, QName, String, Hashtable, int) - Constructor for class dke.smwp.serialize.TupleModificationDescr
constructor
TYPE_SMWP_FC_DERIVED - Static variable in class dke.smwp.db.DB_smwp_fc
designator for fragment class type: derived fragment class
TYPE_SMWP_FC_PRIMARY - Static variable in class dke.smwp.db.DB_smwp_fc
designator for fragment class type: primary fragment class
TYPE_SMWP_FC_ROOT - Static variable in class dke.smwp.db.DB_smwp_fc
designator for fragment class type: root fragment class

A B C D E F G I K L M N O P Q R S T U V W X _