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

G

generateLongname(String, ArrayList) - Static method in class dke.smwp.fragmentation.TableName
generates longname from root_name and param_names (alphabetical order); root_name {"_" param_name}
generateLongname(String, String[]) - Static method in class dke.smwp.fragmentation.TableName
generates longname from root_name and param_names (alphabetical order); root_name {"_" param_name}
generateShortname(String) - Static method in class dke.smwp.fragmentation.TableName
generates a valid shortname from longname (neccessary due the 30 char restriction on tablenames in oracle)
GENERATION_APPROACH_CORE_SMWP - Static variable in class dke.smwp.fragmentation.PageClass
publication strategy, incrementally modify affected pages when fragment class data was modified
GENERATION_APPROACH_ON_THE_FLY - Static variable in class dke.smwp.fragmentation.PageClass
publicaton strategy, which re-creates ALL PAGES of page class when fragment class data was modified
GENERATION_APPROACH_PULL_OF_FRAGMENTS - Static variable in class dke.smwp.fragmentation.PageClass
publication strategy, which re-creates affected pages when fragment class data was modified
Get() - Static method in class dke.smwp.compiler.Parser
 
get(String) - Method in class dke.smwp.serialize.PageClassSerCache
gets PageClassSer object by page class name
get(String) - Method in class dke.smwp.serialize.FragmentClassSerCache
gets fragment class designated by fcName from cache
get(String) - Method in class dke.smwp.db.DB_smwp_pageref_internal
gets internal page references designated by source page class
get(String) - Method in class dke.smwp.db.DB_smwp_pageref_external
gets external page references designated by source page class
get(String, String) - Method in class dke.smwp.db.DB_smwp_pageref_internal
gets internal page references designated by source page class and fragment class
get(String, String) - Method in class dke.smwp.db.DB_smwp_pageref_external
gets external page references designated by source page class and fragment class
getAccess(String) - Method in class dke.smwp.serialize.FileAccessSync
gets access to file by applying Java's synchronized to the retrieved FileAccessDescr object.
getAffectedPages(Connection, String, boolean) - Method in class dke.smwp.serialize.FragmentSer
gets all pages which need to be modified due modification of current fragment; if fragmentUsedAsFoundationFragmentClass is set to true only pages are fetched which use the current fragment as foundation fragment class; if the parameter is set to false all mapped page classes are mapped;
getAliasName() - Method in class dke.smwp.fragmentation.FragmentClass
 
getAllPageClasses() - Method in class dke.smwp.db.DB_smwp_pc
gets names of all defined Page Classes
getAllSystemid(Connection) - Method in class dke.smwp.db.DB_XML_Document
gets the filenames (systemID's) of all saved xml documents
getArray() - Method in class dke.smwp.serialize.dbtypes.TColumnTable
array accessor methods
getArray(long, int) - Method in class dke.smwp.serialize.dbtypes.TColumnTable
 
getBaseType() - Method in class dke.smwp.serialize.dbtypes.TColumnTable
 
getBaseTypeName() - Method in class dke.smwp.serialize.dbtypes.TColumnTable
 
getColumn() - Method in class dke.smwp.fragmentation.AbstractParameter
gets Column object; only for ValueParameter which contains exactly one column
getColumn() - Method in class dke.smwp.fragmentation.FragmentationRelation
gets columns; depreciated - do not use (fragmentation relation can have more than one columns)
getColumn() - Method in class dke.smwp.fragmentation.PredicateParameter
get label column from predicate parameter relation
getColumn() - Method in class dke.smwp.fragmentation.ValueParameter
returns Column object from ValueParameter relation (RV_) (RV_ relations contain exactly one column)
getColumn(String, String) - Method in class dke.smwp.db.DB_Table
fetches column object from given table and column name
getColumnName() - Method in class dke.smwp.fragmentation.Column
gets column name
getColumns_rr() - Method in class dke.smwp.fragmentation.FragmentationRelation
gets all column names of reference relation
getColumns() - Method in class dke.smwp.fragmentation.FragmentClass
 
getColumns() - Method in class dke.smwp.fragmentation.AbstractParameter
gets Column objects of parameter
getColumns() - Method in class dke.smwp.fragmentation.FragmentationRelation
gets all columns of fragmentation relation
getColumns(String) - Method in class dke.smwp.db.DB_Table
fetches all columns as Column objects from given table into an ArrayList
getColumns(String, String[]) - Method in class dke.smwp.db.DB_Table
fetches all columns as Column objects from given table and given column names into ArrayList
getConnection() - Method in class dke.smwp.ConnectionPool
gets the connection handle
getDataType() - Method in class dke.smwp.fragmentation.Column
 
getDerivBaseClass() - Method in class dke.smwp.fragmentation.FragmentClass
returns the derivation base class for fragment class (if fragment class is a derived fragment class)
getDerivBaseClassLongName() - Method in class dke.smwp.fragmentation.FragmentClass
 
getDerivBaseClassShortName() - Method in class dke.smwp.fragmentation.FragmentClass
 
getDerivedTupleTrigger_derivBase_after(DerivedFragmentClass, FragmentClass, FragmentClass) - Method in class dke.smwp.trigger.DerivedDataTrigger
creates PL/SQL trigger code for PL/SQL trigger defined upon Fragment Class derivatoinBaseClass and Fragment Class fragmentClass as trigger target; due mutating table problems this trigger is devided into before and after trigger; the generated trigger uses the data saved into the temporary database relation as substitute to :NEW, :OLD database operators to propagate changes from fragmentBaseClass to fragmentClass
getDerivedTupleTrigger_derivBase_before(DerivedFragmentClass, FragmentClass) - Method in class dke.smwp.trigger.DerivedDataTrigger
creates PL/SQL trigger code for PL/SQL trigger defined upon Fragment Class derivatoinBaseClass and Fragment Class fragmentClass as trigger target; due mutating table problems this trigger is devided into before and after trigger; the generated trigger saves inserted/deleted/updated tuples in derivationBaseClass into a temporary database relation for further processing in the after part of this trigger
getDerivedTupleTrigger_fragBase(DerivedFragmentClass, FragmentClass, FragmentClass) - Method in class dke.smwp.trigger.DerivedDataTrigger
creates PL/SQL trigger code for trigger defined upon fragment class fragmentBaseClass and fragment class fragmentClass as trigger target;
getDescriptor() - Method in class dke.smwp.serialize.dbtypes.TColumnTable
 
getDocument(Connection, String, String, boolean) - Method in class dke.smwp.serialize.PageSer
gets xml document from spezified source (designated by storageMedia
getElement(long) - Method in class dke.smwp.serialize.dbtypes.TColumnTable
 
getExpansiveTrigger(String, String, String) - Method in class dke.smwp.trigger.ReferenceRelationTrigger
generates trigger code for expansive trigger, which triggers from fragment root class (from which the reference was generated upon) into the reference relation (value based) which inserts new parameters into the reference relation
getFCElementLocalname() - Method in class dke.smwp.fragmentation.FragmentClass
gets publishing information for xml - fc_element_localname
getFCElementLocalname(String) - Method in class dke.smwp.db.DB_smwp_publish_fc
fetches fc_element_localname from meta-data table for given Fragment Class
getFcName() - Method in class dke.smwp.serialize.FragmentClassSer
gets fragment class name
getFCRootName() - Method in class dke.smwp.fragmentation.AbstractParameter
gets root fragment class name upon which the parameter is defined
getForeignKeys() - Method in class dke.smwp.fragmentation.FragmentClass
 
getForeignKeys(String) - Method in class dke.smwp.db.DB_Table
get foreign key constraints of table designated by tablename
getFoundationFragmentClass() - Method in class dke.smwp.serialize.PageClassSer
get foundation fragment class of page class
getFragBaseClass() - Method in class dke.smwp.fragmentation.FragmentClass
returns the fragmnetation base class for fragment class (if fragment class is either primary fragment class or derived fragment class)
getFragmentationKeys(FragmentClass, String, boolean) - Method in class dke.smwp.trigger.DerivedDataTrigger
creates comma seperated list of primary keys from Fragment Class fragmentClass; method used for trigger generation on SQL cursor handling; syntax of generated String:
prefix columnName [columnType] { "," prefix columnName [columnType] }
getFragmentationRelation() - Method in class dke.smwp.serialize.FragmentClassSer
Get the name of the fragmentation relation (this is a short name).
getFragmentationRelation() - Method in class dke.smwp.fragmentation.FragmentClass
returns the fragmentation relation for fragment class
getFragmentBaseClassLongName() - Method in class dke.smwp.fragmentation.FragmentClass
 
getFragmentBaseClassShortName() - Method in class dke.smwp.fragmentation.FragmentClass
 
getFragmentClass() - Method in class dke.smwp.serialize.FragmentSer
get fragment class
getFragmentClassData(String) - Method in class dke.smwp.db.DB_smwp_fc
gets Fragment Class meta-data of given Fragment Class
getFragmentClasses() - Method in class dke.smwp.serialize.PageClassSer
get all fragment classes which are mapped to page class
getFragmentClasses() - Method in class dke.smwp.db.DB_smwp_fc
gets Fragment Class meta-data of all Fragment Classes;
getFragmentClassUsingParameter(String, String) - Method in class dke.smwp.db.DB_smwp_parameters
gets names of Fragment Classes using the parameter paramName which is defined upon Root Fragment Class fc_longName TODO: does not fetch parameters of derived fragment classes
getFragmentElementname() - Method in class dke.smwp.fragmentation.XMLPublishFCStatement
gets fragment element name
getFragmentParameters(Connection, FragmentClassSer, TColumnTable) - Static method in class dke.smwp.serialize.SerializeTupleModification
Extracts the fragment parameters from the given tuple that resides within the given fragment class.
getFragmentPredicate() - Method in class dke.smwp.fragmentation.FragmentClass
gets fragment selection predicate for fragment class
getFragmentPredicate(String) - Method in class dke.smwp.db.DB_smwp_fc
fetching fragment selection predicate from meta-data table for Fragment Class designated by fc_longName
getGenerationApproach() - Method in class dke.smwp.fragmentation.PageClass
gets generation approach for page class
getInstance() - Static method in class dke.smwp.serialize.FileAccessSync
retrieves the only instance
getInstance() - Static method in class dke.smwp.serialize.SerializeTupleModification
gets instance of SerializeIncrementalImpl (only one instance exists)
getInstance() - Static method in class dke.smwp.serialize.PageClassSerCache
gets instance of PageClassSerCache (only one instance exists)
getInstance() - Static method in class dke.smwp.serialize.FragmentClassSerCache
gets instance of FragmentClassSerCache (only one instance exists)
getInstance() - Static method in class dke.smwp.SMWP_Properties
gets properties object
getInstance() - Static method in class dke.smwp.ConnectionPool
gets the sole instance of ConnectionPool
getJoinAttributesForFragmentClass(String) - Method in class dke.smwp.fragmentation.DerivedFragmentClass
parse join predicate (SQL statements) and retrieve attribute names of derivation base class (which are used as join attributes); e.g. following join predicate (where aliasName2 ^= alias Name of derivation base class
aliasName1.attribute1 = aliasName2.attribute2 AND aliasName1.attribute3 = aliasName2.attribute4 ==> retrieve attribute2 and attribute4 for aliasName2
getJoinClause() - Method in class dke.smwp.compiler.InternalPageRef
 
getJoinPredicate() - Method in class dke.smwp.fragmentation.DerivedFragmentClass
gets join predicate; sql statement used to join fragmentation base class with derivation base class;
getKindOfModification() - Method in class dke.smwp.serialize.TupleModificationDescr
gets kind of modification
getLabelTriggerCode(Connection, PredicateParameter, ArrayList, String, String) - Method in class dke.smwp.trigger.PrimaryDataTrigger
creates PL/SQL trigger code to get Predicate Parameter Label for inserted/deleted/updated tuples in corresponding Fragment Base Class
getLocalName() - Method in class dke.xml.QName
get QName localname
getLongname() - Method in class dke.smwp.fragmentation.AbstractParameter
gets longname (rr_name) of reference relation
getLongName() - Method in class dke.smwp.fragmentation.FragmentClass
returns fragment class longname
getLongname(String) - Static method in class dke.smwp.fragmentation.TableName
resolves longname upon which a shortname is mapped
getLongname(String) - Method in class dke.smwp.db.DB_smwp_tablename
resolves logical from meta-data for pyhsical shortName atabase relation
getMaintenanceMode() - Method in class dke.smwp.serialize.PageClassSer
get maintenance mode
getMappedFragmentClasses(String) - Method in class dke.smwp.db.DB_smwp_pcfc_mapping
gets all fragment class mapping of given page class
getMappedPageClasses(Connection, String, boolean) - Method in class dke.smwp.serialize.FragmentClassSer
Fetches page classes which are mapped to current fragment class; If isUsedAsFoundationFragmentClass is set to true only page classes are fetched which use the current fragment class as foundation fragment class.
getMappedPageClasses(String) - Method in class dke.smwp.db.DB_smwp_pcfc_mapping
gets all page class mapping of given fragment class
getMappingForPC(String) - Method in class dke.smwp.db.DB_smwp_param_mapping
gets page class parameter mapping
getName() - Method in class dke.smwp.serialize.PageClassSer
get page class name
getName() - Method in class dke.smwp.serialize.dbtypes.Tcolumn
accessor methods
getNamespace() - Method in class dke.smwp.fragmentation.XMLPublishFCStatement
gets fragment element namespace
getNamespaceURI() - Method in class dke.xml.QName
get QName namespace
getNewestParameter() - Method in class dke.smwp.fragmentation.FragmentClass
 
getNsURI() - Method in class dke.smwp.fragmentation.PageClass
gets page class namespace
getORADataFactory() - Static method in class dke.smwp.serialize.dbtypes.TcolumnRef
 
getORADataFactory() - Static method in class dke.smwp.serialize.dbtypes.Tcolumn
 
getORADataFactory() - Static method in class dke.smwp.serialize.dbtypes.TColumnTable
 
getOutput() - Method in class dke.smwp.CommandProcessor
gets the String output for command execution which is generated another method in this class for creating, dropping, altering, etc. fragment classes, fragment class parameters and page classes.
GetPage - class dke.smwp.GetPage.
Reads XML documents from database and stores their contents into files.
GetPage() - Constructor for class dke.smwp.GetPage
Default Constructor
getPageElementname() - Method in class dke.smwp.fragmentation.XMLPublishPCStatement
get page element name
getPageNamespace() - Method in class dke.smwp.fragmentation.XMLPublishPCStatement
get page namespace
getParameter() - Method in class dke.smwp.fragmentation.Column
 
getParameter(String, String) - Method in class dke.smwp.db.DB_smwp_parameters
gets the parameter designated by the Root Fragment Class fc_rootName and parameter name
getParameterByFragmentClass(String, String) - Method in class dke.smwp.db.DB_smwp_parameters
gets all parameters used by fragment class recursive method - iterates trough fragmentation tree in order to find the Root Fragment Class on which the searched parameter is defined upon and returns this parameter
getParameterNames() - Method in class dke.smwp.serialize.PageClassSer
get parameter names
getParameterNames() - Method in class dke.smwp.serialize.FragmentClassSer
get parameter names used by fragment class
getParameters() - Method in class dke.smwp.serialize.FragmentSer
get fragment class parameters
getParameters() - Method in class dke.smwp.serialize.FragmentClassSer
gets fragment class parameters
getParameters() - Method in class dke.smwp.fragmentation.FragmentClass
gets parameter names for FragmentClass
getParameters(String) - Method in class dke.smwp.db.DB_smwp_fc_params
gets parameter names used by Fragment Class designated by
getParameters(String) - Method in class dke.smwp.db.DB_smwp_parameters
gets List of parameters designated by the name of the parameter paramName, regardless of which Root Fragment Class it is defined
getParameters(String) - Method in class dke.smwp.db.DB_smwp_pc_params
gets parameter names defined upon Page Class pc_name
getParametersByFragmentClass(String) - Method in class dke.smwp.db.DB_smwp_parameters
gets List of all parameters which are defined upon Root Fragment Class fc_rootName
getParamKind() - Method in class dke.smwp.fragmentation.AbstractParameter
gets parameter kind; either "value" or "predicate"
getParamMapping(Connection, PageClassSer, int) - Method in class dke.smwp.serialize.FragmentClassSer
fetch mapping of fragment class - page class parameters as Hashtable; using page class parameter names as key and fragment class parameter names as value;
getParamName() - Method in class dke.smwp.fragmentation.AbstractParameter
gets parameter name
getParamNames(String) - Method in class dke.smwp.db.DB_smwp_parameters
get parameter names for parameters (ValueParameter, PredicateParameter) which are defined upon Root Fragment Class designated by fc_rootName
getParamTuple(String, String) - Method in class dke.smwp.db.DB_smwp_parameters
gets parameter data for parameter defined upon Fragment Class fc_rootName
getParentElt() - Method in class dke.smwp.serialize.TupleModificationDescr
gets name parent element
getPCElementName() - Method in class dke.smwp.fragmentation.PageClass
gets page class element name
getPcName() - Method in class dke.smwp.fragmentation.PageClass
gets page class name
getPrimaryKeys() - Method in class dke.smwp.fragmentation.FragmentClass
 
getPrimaryKeys(String) - Method in class dke.smwp.db.DB_Table
get column names of table which are primary key
getPrimaryTrigger(FragmentClass) - Method in class dke.smwp.trigger.PrimaryDataTrigger
creates PL/SQL trigger code for Primary Tuple Trigger where the newest Fragment Class Parameter is ValueParameter;
getPrimaryTriggerPredicateBased(Connection, FragmentClass) - Method in class dke.smwp.trigger.PrimaryDataTrigger
creates PL/SQL trigger code for Primary Tuple Trigger where the newest Fragment Class Parameter is PredicateParameter;
getProcessSmwpOutput() - Method in class dke.smwp.compiler.Compiler
fetches output string from the last executed smwp statement
getPublishingInfo(String) - Method in class dke.smwp.db.DB_smwp_publish_fc
fetches xml publishing information for given Fragment Class
getReferencedColumns() - Method in class dke.smwp.fragmentation.ForeignKeyConstraint
get columns referenced by foreign key statement
getReferencedTable() - Method in class dke.smwp.fragmentation.ForeignKeyConstraint
get table referenced by foreign key statement
getReferenceRelationAttributeName(String, String) - Method in class dke.smwp.db.DB_smwp_parameters
gets attribute name of reference relation which is used as Value Parameter and mapped to parameter name param_name
getReferenceRelationName(String, String) - Method in class dke.smwp.db.DB_smwp_parameters
gets attribute name of reference relation which is used as Value Parameter and mapped to parameter name param_name
getReferencingColumns() - Method in class dke.smwp.fragmentation.ForeignKeyConstraint
get columns which are referencing other columns via foreign key statement
getRootName() - Method in class dke.smwp.fragmentation.FragmentClass
 
getRootName(String) - Method in class dke.smwp.db.DB_smwp_fc
recursive walk up the fragmentation hierarchy to get the name of the Root Fragment Class of a given Fragment Class designaed by fc_longName;
getRootName(String, String[]) - Method in class dke.smwp.fragmentation.PageClass
gets root name of page class;
getRowIdQName() - Method in class dke.smwp.serialize.TupleModificationDescr
gets qualified name for rowid element
getRowIdValue() - Method in class dke.smwp.serialize.TupleModificationDescr
gets rowid value, which qualifies exactly one tuple
getRRName() - Method in class dke.smwp.fragmentation.AbstractParameter
gets name of reference relation
getRRParam() - Method in class dke.smwp.fragmentation.AbstractParameter
gets name of reference relation column name which is mapped to parameter name
getShortname() - Method in class dke.smwp.fragmentation.AbstractParameter
gets shortname of reference relation; generates shortname if it has not been defined yet;
getShortName() - Method in class dke.smwp.fragmentation.FragmentClass
 
getShortName(Connection, String) - Static method in class dke.smwp.TableNameResolver
resolves shortname mapped to longname
getShortname(String) - Static method in class dke.smwp.fragmentation.TableName
resolves shortname which is mapped to longname
getShortname(String) - Method in class dke.smwp.db.DB_smwp_tablename
resolves physical shortName from meta-data for logical longName database relation
getSourceFcAlias() - Method in class dke.smwp.compiler.InternalPageRef
 
getSourceFcName() - Method in class dke.smwp.compiler.InternalPageRef
 
getSourcePcName() - Method in class dke.smwp.compiler.InternalPageRef
 
getStorageMedia() - Method in class dke.smwp.serialize.PageClassSer
get storage media
getSynchronizedTrigger1(String, String, String) - Method in class dke.smwp.trigger.ReferenceRelationTrigger
generates trigger code for synchronized trigger, which triggers from fragment root class (from which the reference was generated upon) into the reference relation (value based) which synchronizes value parameters between these two relations
getSynchronizedTrigger2(String, String, String) - Method in class dke.smwp.trigger.ReferenceRelationTrigger
generates trigger code for synchronized trigger, which triggers from fragment root class (from which the reference was generated upon) into the reference relation (value based) which synchronizes value parameters between these two relations
getSystemId() - Method in class dke.smwp.serialize.PageClassSer
A page class' system ID is never a full filename, but one that will be expanded by a page with actual parameter values.
getSystemId() - Method in class dke.smwp.serialize.PageSer
gets page (xml document) systemid which is folderpath and filename prefix for page
getSystemidRoot() - Method in class dke.smwp.fragmentation.PageClass
gets system id
getTargetFcAlias() - Method in class dke.smwp.compiler.InternalPageRef
 
getTargetFcName() - Method in class dke.smwp.compiler.InternalPageRef
 
getTargetPcAlias() - Method in class dke.smwp.compiler.ExternalPageRef
 
getTargetPcName() - Method in class dke.smwp.compiler.ExternalPageRef
 
getTColumnPosition(String, ArrayList) - Method in class dke.smwp.trigger.AbstractTrigger
checks the position of a column in a TColumnTable object; not by using the TColumnsTable directly but checking for the same order of columns in the table tableName, also used for TColumnTable generation;
getTColumnPosition(String, String) - Method in class dke.smwp.trigger.AbstractTrigger
checks the position of a column in a TColumnTable object; not by using the TColumnsTable directly but checking for the same order of columns in the table tableName, also used for TColumnTable generation;
getTColumnPosition(String, String[]) - Method in class dke.smwp.trigger.AbstractTrigger
checks the position of a column in a TColumnTable object; not using the TColumnsTable directly but checking for the same order of columns in table tableName used for TColumnTable generation;
getTColumnString(String) - Method in class dke.smwp.trigger.AbstractTrigger
generates PL/SQL trigger code for creating and initializing TColumnTable objects within triger; TColumnTable is used as container for tuples which are used by java stored procedures;
getTextFromInput() - Method in class dke.smwp.tools.Console
gets text from input field
getTrigger(AbstractParameter, AbstractParameter, FragmentationRelation, String, int) - Method in class dke.smwp.trigger.FragmentationTrigger
creates PL/SQL trigger code for Fragmentation Relation;
getTrigger(AbstractParameter, FragmentationRelation, String, boolean) - Method in class dke.smwp.trigger.FragmentationTrigger
creates PL/SQL trigger code for Fragmentation Relation;
getTrigger(FragmentClass, FragmentationRelation) - Method in class dke.smwp.trigger.DataFragmentTrigger
creates PL/SQL trigger code for PL/SQL trigger defined upon Fragmentation Relation fr_fragmentClass which triggers to fragmentClass; trigger propagates tuple deletion in FR<> to FC<> where FC<> parameters equal FR<> parameter
getTriggerCode(Connection, String) - Method in class dke.smwp.trigger.SerializeTrigger
gets PL/SQL trigger code for Serialize Trigger which is defined upon Fragment Class relation fc_longName which invoces java stored procedures for keeping xml documents (via publishing as Page Class) up to date.
getTriggerCode(FragmentClass) - Method in class dke.smwp.trigger.SerializeFragmentTrigger
gets PL/SQL trigger code for Serialize Fragment Trigger which is defined upon Fragmentation Relation which keeps fragments and fragment instances (xml documents) synchronized.
getTupleElementLocalname() - Method in class dke.smwp.fragmentation.FragmentClass
gets publishing information for xml - tuple_element_localname
getTupleElementLocalname(String) - Method in class dke.smwp.db.DB_smwp_publish_fc
fetches tuple_element_localname from meta-data table for given fragment class
getTupleElementName() - Method in class dke.smwp.fragmentation.XMLPublishFCStatement
gets tuple element name
getTupleElt() - Method in class dke.smwp.serialize.TupleModificationDescr
gets name of tuple element
getTuplePredicate() - Method in class dke.smwp.fragmentation.FragmentClass
gets tuple selection predicate for fragment class
getTuplePredicate(String) - Method in class dke.smwp.db.DB_smwp_fc
fetching tuple selection predicate from meta-data table for Fragment Class designated by fc_longName
getTupleRelation() - Method in class dke.smwp.serialize.FragmentClassSer
get tablename of fragment class relation
getType() - Method in class dke.smwp.serialize.dbtypes.Tcolumn
 
getValue() - Method in class dke.smwp.serialize.dbtypes.TcolumnRef
 
getValue() - Method in class dke.smwp.serialize.dbtypes.Tcolumn
 
getWhereClause(ArrayList, ArrayList, String, String, String, String) - Method in class dke.smwp.trigger.AbstractTrigger
generates sql where clause; used for PL/SQL trigger; columns_left and columns_right can contain a mixture of Column and String objects leftPrefix columnName_left comparison_operator rightPrefix columnName_right { seperator leftPrefix columnName_left comparison_operator rightPrefix columnName_right }
getWhereClause(ArrayList, String, String, String, String) - Method in class dke.smwp.trigger.AbstractTrigger
generates sql where clause; used for PL/SQL trigger; the same colun name is used on both sides of the comparison operator; columns can contain a mixture of Column and String objects; leftPrefix columnName comparison_operator rightPrefix columnName { seperator leftPrefix columnName comparison_operator rightPrefix columnName }
getWhereClause(String[], String[], String, String, String, String) - Method in class dke.smwp.trigger.AbstractTrigger
generates sql where clause; used for PL/SQL trigger; leftPrefix columnName_left comparison_operator rightPrefix columnName_right { seperator leftPrefix columnName_left comparison_operator rightPrefix columnName_right }
getWhereClause(String[], String, String, String, String) - Method in class dke.smwp.trigger.AbstractTrigger
generates sql where clause; used for PL/SQL trigger; the same coloumn name is used on both sides of the comarison operator with different prefixes; leftPrefix columnName comparison_operator rightPrefix columnName { seperator leftPrefix columnName comparison_operator rightPrefix columnName }
getXMLFragmentLocalName() - Method in class dke.smwp.serialize.FragmentClassSer
gets fragment local name (xml element name for fragment)
getXMLLocalName() - Method in class dke.smwp.serialize.PageClassSer
get xml Localname
getXMLNsUri() - Method in class dke.smwp.serialize.PageClassSer
get xml NamespaceURI
getXMLNsUri() - Method in class dke.smwp.serialize.FragmentClassSer
gets fragment class namespace uri
getXMLPublishStatement(String) - Method in class dke.smwp.db.DB_smwp_publish_pc
gets xml publishing information for a given page class
getXMLTuple() - Method in class dke.smwp.serialize.TupleModificationDescr
gets affected tuple
getXMLTupleLocalName() - Method in class dke.smwp.serialize.FragmentClassSer
gets fragment tuple local name (xml element name for fragment tuples)

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