Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
G
- generate(GeneratorSource.Request, StreamObserver<GeneratorSource.Response>) - Method in class de.ubs.xdm3.GeneratorSourceService
-
Handles the generate request from the client.
- generate(EntityDefinition, int, String, Map<String, String>) - Method in interface de.ubs.xdm3.ChatClientService
- generateAttribute(EntityInstance, FieldDefinition) - Method in class de.ubs.xdm3.processor.AttributeGeneratorProcessor
-
Generate the attribute value.
- generateAttribute(EntityInstance, FieldDefinition) - Method in class de.ubs.xdm3.wrapper.AttributeGeneratorWrapper
-
Generates an attribute for the given entity instance.
- generateEntity() - Method in class de.ubs.xdm3.processor.EntityGeneratorProcessor
-
Generates the entity.
- generateEntity() - Method in class de.ubs.xdm3.wrapper.EntityGeneratorWrapper
-
Generates an entity instance.
- generateScenario() - Method in class de.ubs.xdm3.processor.EntityScenarioGeneratorProcessor
-
Generate the entities for the scenario.
- generateScenario() - Method in class de.ubs.xdm3.wrapper.EntityScenarioGeneratorWrapper
-
Generates a scenario.
- generateValueByRegexPattern(String) - Method in class de.ubs.xdm.utils.modification.ScriptContext
-
Allows the user to specify a regular expression pattern with which this function will generate a random value matching this regular expression.
- GeneratorSourceService - Class in de.ubs.xdm3
-
gRPC service implementation for the Generator Source Service.
- GeneratorSourceService(ChatClientService) - Constructor for class de.ubs.xdm3.GeneratorSourceService
-
Constructs a new GeneratorSourceService with the specified ChatClientService.
- generatorWrapper - Variable in class de.ubs.xdm3.processor.AbstractProcessor
- GeneratorWrapper<P> - Class in de.ubs.xdm3.wrapper
-
Abstract base class for generator wrappers.
- get() - Method in class de.ubs.xdm.utils.jdbc.util.ConnectionPool
- get(String) - Method in class de.ubs.xdm.utils.modification.ModificationContext
-
Retrieves a value from the store that works in the scope of one rule specified for a table.
- get(String, PropertyObject.ApplyHooks) - Method in class de.ubs.xdm.utils.databasemodel.model.db.PropertyObject
- get(String, Object...) - Method in class de.ubs.xdm3.batch.modification.ModificationUtils
-
Retrieves the data for the specified key from the specified table.
- getAdditionalColumns() - Method in interface de.ubs.xdm.utils.databasemodel.model.Index
-
Returns a list of addtional columns that are not enforeced for uniqueness, but are stored within the index, to improve the performance of index access only.
- getAdditionalVariables() - Method in class de.ubs.xdm3.processor.AbstractProcessor
-
Get additional variables that are specific to the implementation and must be part of the respective wrapper.
- getAdditionalVariables() - Method in class de.ubs.xdm3.processor.AttributeGeneratorProcessor
-
Gets additional variables from the Mapping table container specific to the attribute generator.
- getAlias(String, String) - Method in class de.ubs.xdm.utils.databasemodel.AbstractObjectContainer
- getAlias(String, String) - Method in class de.ubs.xdm.utils.databasemodel.MultiObjectContainer
- getAlias(String, String) - Method in class de.ubs.xdm.utils.databasemodel.ObjectContainer
- getAliases() - Method in interface de.ubs.xdm.utils.databasemodel.model.Aliasable
- getAliases(StandaloneObject) - Method in class de.ubs.xdm.utils.databasemodel.ObjectContainer
- getAliasList() - Method in class de.ubs.xdm.utils.databasemodel.AbstractObjectContainer
-
Returns a collection of
AbstractAliasobjects.
Note: if this is an instance ofMultiObjectContainer, the collection is not guaranteed to include all aliases in the container. - getAliasList() - Method in class de.ubs.xdm.utils.databasemodel.MultiObjectContainer
- getAliasList() - Method in class de.ubs.xdm.utils.databasemodel.ObjectContainer
- getAliasMap() - Method in class de.ubs.xdm.utils.databasemodel.AbstractObjectContainer
- getAliasMap() - Method in class de.ubs.xdm.utils.databasemodel.MultiObjectContainer
- getAliasMap() - Method in class de.ubs.xdm.utils.databasemodel.ObjectContainer
- getAllocatedObject(Object) - Method in class de.ubs.xdm.utils.databasemodel.AbstractObjectContainer
-
Deprecated.Has no longer an effect, implementations return object itself
- getAllocatedObject(Object) - Method in class de.ubs.xdm.utils.databasemodel.MultiObjectContainer
- getAllocatedObject(Object) - Method in class de.ubs.xdm.utils.databasemodel.ObjectContainer
- getApproximatePhysicalSize() - Method in interface de.ubs.xdm.utils.databasemodel.model.Table
-
This method returns the physical size of the table that the database system uses to store the data.
- getApproximateRowCount() - Method in interface de.ubs.xdm.utils.databasemodel.model.Table
-
Returns the approximate row count of the table.
- getAuxiliaryList() - Method in class de.ubs.xdm.utils.databasemodel.AbstractObjectContainer
-
Returns a collection of
AuxiliaryObjects.
Note: if this is an instance ofMultiObjectContainer, the collection is not guaranteed to include all auxiliary objects in the container. - getAuxiliaryList() - Method in class de.ubs.xdm.utils.databasemodel.MultiObjectContainer
- getAuxiliaryList() - Method in class de.ubs.xdm.utils.databasemodel.ObjectContainer
- getBaseObject() - Method in interface de.ubs.xdm.utils.databasemodel.model.Alias
- getBlockSize() - Method in interface de.ubs.xdm.utils.databasemodel.model.Tablespace
-
Returns the size of kilobytes that the database system uses to internally divide the data into blocks.
- getBoolean(String) - Method in class de.ubs.xdm.utils.databasemodel.model.db.PropertyObject
- getBoolean(String, PropertyObject.ApplyHooks) - Method in class de.ubs.xdm.utils.databasemodel.model.db.PropertyObject
- getCache() - Method in interface de.ubs.xdm.utils.databasemodel.model.Sequence
-
Returns the cache size of the identity column.
- getCheckCondition() - Method in interface de.ubs.xdm.utils.databasemodel.model.CheckConstraint
-
Returns the check condition of the check constraint.
- getCheckConditionNativeProperty() - Method in interface de.ubs.xdm.utils.databasemodel.model.CheckConstraint
- getCheckConstraints() - Method in interface de.ubs.xdm.utils.databasemodel.model.Table
-
Returns a list of check constraints that are defined on the table.
- getCode() - Method in interface de.ubs.xdm3.model.ObjectDefinition
-
Get the code of the object definition.
- getColumn() - Method in interface de.ubs.xdm.utils.databasemodel.model.LimitKeyElement
- getColumn(String) - Method in interface de.ubs.xdm.utils.databasemodel.model.ColumnProvider
-
Returns the column with the specified name or null if not colummn exists with that name.
- getColumn(String, PropertyObject.ApplyHooks) - Method in interface de.ubs.xdm.utils.databasemodel.model.ColumnProvider
-
Returns the column with the specified name or null if not colummn exists with that name.
- getColumnAt(int) - Method in interface de.ubs.xdm.utils.databasemodel.model.ColumnProvider
-
Returns the column at the specified index.
- getColumnCount() - Method in interface de.ubs.xdm.utils.databasemodel.model.ColumnProvider
-
Returns the number of columns of this table.
- getColumnIdx(String) - Method in interface de.ubs.xdm.utils.databasemodel.model.ColumnProvider
-
Returns the column index of the column with the specified name or -1 if not colummn exists with that name.
- getColumnList() - Method in interface de.ubs.xdm.utils.databasemodel.model.ColumnProvider
-
Returns the column definitions that the view contains.
- getColumnList() - Method in interface de.ubs.xdm.utils.databasemodel.model.ForeignKeyConstraint
-
Returns the list of columns that are part of the foreign key constraint.
- getColumnList() - Method in interface de.ubs.xdm.utils.databasemodel.model.PrimaryKeyConstraint
-
Returns the list of columns that are part of the primary constraint.
- getColumnList() - Method in interface de.ubs.xdm.utils.databasemodel.model.UniqueKeyConstraint
-
Returns the list of columns that are part of the unique constraint.
- getColumnName() - Method in interface de.ubs.xdm.utils.databasemodel.model.IndexKeyColumn
-
Returns the column name of the key.
- getColumnName(PropertyObject.ApplyHooks) - Method in interface de.ubs.xdm.utils.databasemodel.model.IndexKeyColumn
-
Returns the column name of the key.
- getColumnNo() - Method in interface de.ubs.xdm.utils.databasemodel.model.Column
-
Returns the number of the column within the respective table.
- getColumnTypeClassification(String) - Method in class de.ubs.xdm.utils.modification.ModificationContext
- getCommentText() - Method in interface de.ubs.xdm.utils.databasemodel.model.Commentable
-
Returns the text of the comment.
- getCommonProperty(String, PropertyObject.ApplyHooks) - Method in interface de.ubs.xdm.utils.databasemodel.model.CommonPropertyProvider
-
Returns the value of the specifies property or null if the property does not exist.
- getCommonPropertyBoolean(String, String, PropertyObject.ApplyHooks) - Method in class de.ubs.xdm.utils.databasemodel.model.db.PropertyObject
- getCommonPropertyDouble(String, String, PropertyObject.ApplyHooks) - Method in class de.ubs.xdm.utils.databasemodel.model.db.PropertyObject
- getCommonPropertyInteger(String, String, PropertyObject.ApplyHooks) - Method in class de.ubs.xdm.utils.databasemodel.model.db.PropertyObject
- getCommonPropertyLong(String, String, PropertyObject.ApplyHooks) - Method in class de.ubs.xdm.utils.databasemodel.model.db.PropertyObject
- getCommonPropertyString(String, String, PropertyObject.ApplyHooks) - Method in class de.ubs.xdm.utils.databasemodel.model.db.PropertyObject
-
This method returns a string object that is found by key
nativeKey. - getCompleteVersion() - Method in class de.ubs.xdm.utils.databasemodel.model.DatabaseMetaData
- getConfigurationParameter(String) - Method in class de.ubs.xdm.utils.databasemodel.model.DatabaseMetaData
- getConnectionName() - Method in class de.ubs.xdm.utils.databasemodel.model.TableReferenceInfo
- getConstraint(String) - Method in interface de.ubs.xdm.utils.databasemodel.model.Table
-
Returns the constraint with the specified name.
- getConstraints() - Method in interface de.ubs.xdm.utils.databasemodel.model.Table
-
Returns all constraints that are defined on the table.
- getConstraintType() - Method in interface de.ubs.xdm.utils.databasemodel.model.Constraint
-
Returns the type of constraint.
- getContainer() - Method in class de.ubs.xdm.utils.databasemodel.model.db.PropertyObject
- getContainer() - Method in class de.ubs.xdm.utils.databasemodel.model.ReferencedItem
- getContainer(int) - Method in class de.ubs.xdm.utils.databasemodel.MultiObjectContainer
- getContainerByIndex(int) - Method in class de.ubs.xdm.utils.databasemodel.MultiObjectContainer
-
This method returns the sub-container with the given index.
- getContainerByName(String) - Method in class de.ubs.xdm.utils.databasemodel.MultiObjectContainer
-
This method returns the inner container with the given name.
- getContainerIndex() - Method in class de.ubs.xdm.utils.databasemodel.AbstractObjectContainer
- getContainerIndex() - Method in class de.ubs.xdm.utils.databasemodel.model.db.PropertyObject
- getContainerIndex() - Method in class de.ubs.xdm.utils.databasemodel.MultiObjectContainer
- getContainerIndex() - Method in class de.ubs.xdm.utils.databasemodel.ObjectContainer
-
Returns the index of this container in the parent MultiObjectContainer.
- getContainerName() - Method in class de.ubs.xdm.utils.databasemodel.AbstractObjectContainer
- getContainerName() - Method in interface de.ubs.xdm.utils.databasemodel.model.ForeignKeyConstraint
- getContainers() - Method in class de.ubs.xdm.utils.databasemodel.MultiObjectContainer
-
returns the container list without null entries
- getCreatedOn() - Method in interface de.ubs.xdm.utils.databasemodel.model.Constraint
-
Returns the time and date when the constraint was created.
- getCreatedOn() - Method in interface de.ubs.xdm.utils.databasemodel.model.Index
-
Returns the time and date when the index was created.
- getCreatedOn() - Method in interface de.ubs.xdm.utils.databasemodel.model.Table
-
Returns the time and date when the table was created.
- getCreatedOn() - Method in interface de.ubs.xdm.utils.databasemodel.model.Tablespace
-
Returns the time and date when the tablespace was created.
- getCreatedOn() - Method in interface de.ubs.xdm.utils.databasemodel.model.View
-
Returns the time and date when the table was created.
- getCreationDate() - Method in class de.ubs.xdm.utils.databasemodel.AbstractObjectContainer
- getCreationDate() - Method in class de.ubs.xdm.utils.databasemodel.MultiObjectContainer
- getCreationDate() - Method in class de.ubs.xdm.utils.databasemodel.ObjectContainer
- getCurrentCatalogFieldShortener() - Method in class de.ubs.xdm.utils.databasemodel.AbstractObjectContainer
- getCurrentColumn() - Method in class de.ubs.xdm.utils.modification.ModificationContext
-
This return an internal representation of the column.
- getCurrentSourceConnectionPool() - Method in class de.ubs.xdm.utils.modification.ModificationContext
- getCurrentSourceTable() - Method in class de.ubs.xdm.utils.modification.ModificationContext
-
This return an internal representation of the source table.
- getCurrentSourceTableName() - Method in class de.ubs.xdm.utils.modification.ModificationContext
- getCurrentSourceTableSchema() - Method in class de.ubs.xdm.utils.modification.ModificationContext
- getCurrentTable() - Method in class de.ubs.xdm.utils.modification.ModificationContext
-
This return an internal representation of the table.
- getCurrentTableMappedName() - Method in class de.ubs.xdm.utils.modification.ModificationContext
- getCurrentTableMappedSchema() - Method in class de.ubs.xdm.utils.modification.ModificationContext
- getCurrentTableName() - Method in class de.ubs.xdm.utils.modification.ModificationContext
- getCurrentTableSchema() - Method in class de.ubs.xdm.utils.modification.ModificationContext
- getCurrentTargetConnectionPool() - Method in class de.ubs.xdm.utils.modification.ModificationContext
- getCurrentTime() - Method in class de.ubs.xdm.utils.databasemodel.AbstractObjectContainer
- getCurrentTime() - Method in class de.ubs.xdm.utils.databasemodel.MultiObjectContainer
- getCurrentTime() - Method in class de.ubs.xdm.utils.databasemodel.ObjectContainer
- getCustomTypeName() - Method in interface de.ubs.xdm.utils.databasemodel.model.Column
- getDatabaseFunctionLevel() - Method in class de.ubs.xdm.utils.databasemodel.model.DatabaseMetaData
- getDatabaseMetaData() - Method in class de.ubs.xdm.utils.databasemodel.AbstractObjectContainer
- getDatabaseMetaData() - Method in class de.ubs.xdm.utils.databasemodel.MultiObjectContainer
- getDatabaseMetaData() - Method in class de.ubs.xdm.utils.databasemodel.ObjectContainer
- getDatabaseName() - Method in interface de.ubs.xdm.utils.databasemodel.model.Table
- getDatabaseName() - Method in interface de.ubs.xdm.utils.databasemodel.model.Tablespace
-
Returns the name of the database containing this tablespace.
- getDatabaseName(PropertyObject.ApplyHooks) - Method in interface de.ubs.xdm.utils.databasemodel.model.Table
-
returns the database name of the tablespace the table resides in
- getDatabaseName(PropertyObject.ApplyHooks) - Method in interface de.ubs.xdm.utils.databasemodel.model.Tablespace
-
Returns the name of the database containing this tablespace.
- getDatabaseNames() - Method in class de.ubs.xdm.utils.databasemodel.AbstractObjectContainer
-
Returns a list of all the database names which are referenced by this container.
- getDatabaseNames() - Method in class de.ubs.xdm.utils.databasemodel.MultiObjectContainer
- getDatabaseNames() - Method in class de.ubs.xdm.utils.databasemodel.ObjectContainer
- getDatabaseProductName() - Method in class de.ubs.xdm.utils.databasemodel.model.DatabaseMetaData
- getDatabaseRelease() - Method in class de.ubs.xdm.utils.databasemodel.model.DatabaseMetaData
- getDatabaseType() - Method in class de.ubs.xdm.utils.databasemodel.model.DatabaseMetaData
- getDatabaseVersion() - Method in class de.ubs.xdm.utils.databasemodel.model.DatabaseMetaData
- getDataColumns() - Method in class de.ubs.xdm.utils.modification.ModificationContext
- getDataFiles() - Method in interface de.ubs.xdm.utils.databasemodel.model.Tablespace
-
Returns a list of data files for this tablespace.
- getDataType() - Method in interface de.ubs.xdm.utils.databasemodel.model.Sequence
-
Returns the used data type of the sequence.
- getDataTypeName() - Method in interface de.ubs.xdm.utils.databasemodel.model.Sequence
-
Returns the used data type name of the sequence.
- getDataTypePrecision() - Method in interface de.ubs.xdm.utils.databasemodel.model.Sequence
-
Returns the precision of the used data type.
- getDefault() - Method in interface de.ubs.xdm.utils.databasemodel.model.Column
-
Returns the kind of default that has been specified on the column.
- getDefaultValue() - Method in interface de.ubs.xdm.utils.databasemodel.model.Column
-
Returns the default value of the column that is used if no value is specified in an insert statement for this column.
This method should only return a non-null value if the default type is a constant or an expression. - getDeleteAction() - Method in interface de.ubs.xdm.utils.databasemodel.model.ForeignKeyConstraint
-
Returns the delete action that specifies how the database management system should behave if a depend row gets deleted.
- getDisplayName() - Method in interface de.ubs.xdm3.model.ObjectDefinition
-
Get the display name of the object definition.
- getDouble(String) - Method in class de.ubs.xdm.utils.databasemodel.model.db.PropertyObject
- getDouble(String, PropertyObject.ApplyHooks) - Method in class de.ubs.xdm.utils.databasemodel.model.db.PropertyObject
- getEncoding() - Method in interface de.ubs.xdm.utils.databasemodel.model.Encoding
- getEncodingCCSID() - Method in interface de.ubs.xdm.utils.databasemodel.model.Column
-
Returns the encoding the underlying database stores the fields data in actual byte data sink.
- getEndingAt() - Method in interface de.ubs.xdm.utils.databasemodel.model.RangePartitioningLimitKey
-
See description for the startingAt method.
- getExportFileName() - Method in interface de.ubs.xdm.utils.databasemodel.model.Table
-
returns a string that can be used as file name for the table.
- getExpressionText() - Method in interface de.ubs.xdm.utils.databasemodel.model.IndexKeyColumn
- getFileName() - Method in class de.ubs.xdm.utils.databasemodel.AbstractObjectContainer
- getFileName() - Method in interface de.ubs.xdm.utils.databasemodel.model.DataFile
-
Returns the file name of the data file.
- getFileName() - Method in class de.ubs.xdm.utils.databasemodel.MultiObjectContainer
- getFileName() - Method in class de.ubs.xdm.utils.databasemodel.ObjectContainer
- getForeignKeyConstraints() - Method in interface de.ubs.xdm.utils.databasemodel.model.Table
-
Returns the list of foreign key constraints that are defined on this table.
- getForeignKeyReferences() - Method in interface de.ubs.xdm.utils.databasemodel.model.Table
-
Returns a list of ForeignKeyConstraints referencing this table
- getFormattedValue() - Method in interface de.ubs.xdm.utils.databasemodel.model.LimitKeyElement
- getGrantee() - Method in interface de.ubs.xdm.utils.databasemodel.model.Grant
- getGrantee(PropertyObject.ApplyHooks) - Method in interface de.ubs.xdm.utils.databasemodel.model.Grant
- getGranteeType() - Method in interface de.ubs.xdm.utils.databasemodel.model.Grant
- getGrantor() - Method in interface de.ubs.xdm.utils.databasemodel.model.Grant
- getGrantor(PropertyObject.ApplyHooks) - Method in interface de.ubs.xdm.utils.databasemodel.model.Grant
- getGrants() - Method in interface de.ubs.xdm.utils.databasemodel.model.Grantable
- getGrants() - Method in interface de.ubs.xdm.utils.databasemodel.model.Tablespace
-
Returns a list of grants on this tablespace
- getIdentityColumn() - Method in interface de.ubs.xdm.utils.databasemodel.model.Table
-
Returns the identity column of the table if available, otherwise null.
- getIncreaseSize() - Method in interface de.ubs.xdm.utils.databasemodel.model.DataFile
-
Returns the size of extent in which the data file is incremented.
- getIncrementBy() - Method in interface de.ubs.xdm.utils.databasemodel.model.Sequence
- getIndex(IndexUniqueName) - Method in class de.ubs.xdm.utils.databasemodel.AbstractObjectContainer
-
Deprecated.
- getIndex(IndexUniqueName) - Method in class de.ubs.xdm.utils.databasemodel.MultiObjectContainer
- getIndex(IndexUniqueName) - Method in class de.ubs.xdm.utils.databasemodel.ObjectContainer
- getIndex(TableUniqueName, String, String) - Method in class de.ubs.xdm.utils.databasemodel.AbstractObjectContainer
- getIndex(TableUniqueName, String, String) - Method in class de.ubs.xdm.utils.databasemodel.MultiObjectContainer
- getIndex(TableUniqueName, String, String) - Method in class de.ubs.xdm.utils.databasemodel.ObjectContainer
- getIndexes() - Method in interface de.ubs.xdm.utils.databasemodel.model.Table
-
Returns the list of indexes that are defined on the table.
- getIndexList() - Method in class de.ubs.xdm.utils.databasemodel.AbstractObjectContainer
-
Returns a collection of
AbstractIndexobjects.
Note: if this is an instance ofMultiObjectContainer, the collection is not guaranteed to include all index objects in the container. - getIndexList() - Method in class de.ubs.xdm.utils.databasemodel.MultiObjectContainer
- getIndexList() - Method in class de.ubs.xdm.utils.databasemodel.ObjectContainer
- getIndexMap() - Method in class de.ubs.xdm.utils.databasemodel.AbstractObjectContainer
- getIndexMap() - Method in class de.ubs.xdm.utils.databasemodel.MultiObjectContainer
- getIndexMap() - Method in class de.ubs.xdm.utils.databasemodel.ObjectContainer
- getInitialSize() - Method in interface de.ubs.xdm.utils.databasemodel.model.DataFile
-
Returns the initial size of the data file.
- getInstance() - Static method in class de.ubs.xdm.utils.jdbc.util.ConnectionPool
- getInteger(String) - Method in class de.ubs.xdm.utils.databasemodel.model.db.PropertyObject
- getInteger(String, PropertyObject.ApplyHooks) - Method in class de.ubs.xdm.utils.databasemodel.model.db.PropertyObject
- getInvocations() - Method in class de.ubs.xdm.utils.modification.ModificationContext
-
Get the number of invocations for a row of this context
- getKey(String) - Method in interface de.ubs.xdm.utils.databasemodel.model.Index
-
Returns the key column with the specified column name.
- getKeys() - Method in interface de.ubs.xdm.utils.databasemodel.model.Index
-
Returns the list of key column of the index.
- getKeysFor(Class<? extends PropertyObject>) - Method in class de.ubs.xdm.utils.databasemodel.ObjectContainer
- getLength() - Method in interface de.ubs.xdm.utils.databasemodel.model.Column
-
Returns the length of the column data type attribute in bytes.
- getLength(PropertyObject.ApplyHooks) - Method in interface de.ubs.xdm.utils.databasemodel.model.Column
-
Returns the length of the column data type attribute in bytes.
- getLibraryFileName(String) - Static method in class de.ubs.xdm.utils.modification.ScriptContext
- getLibraryFiles() - Method in interface de.ubs.xdm3.model.ObjectDefinition
-
Get the library files of the object definition.
- getLogContext() - Method in class de.ubs.xdm.utils.modification.ModificationContext
- getLogContext() - Method in class de.ubs.xdm.utils.modification.ScriptContext
- getLong(String) - Method in class de.ubs.xdm.utils.databasemodel.model.db.PropertyObject
- getLong(String, PropertyObject.ApplyHooks) - Method in class de.ubs.xdm.utils.databasemodel.model.db.PropertyObject
- getLongTablespace() - Method in interface de.ubs.xdm.utils.databasemodel.model.LongTablespaceProvider
-
Returns the tablespace in which the long or lob data of the implementing object is stored.
- getLongTablespaceName() - Method in interface de.ubs.xdm.utils.databasemodel.model.LongTablespaceProvider
-
Returns the name of the long tablespace.
- getLongTablespaceName(PropertyObject.ApplyHooks) - Method in interface de.ubs.xdm.utils.databasemodel.model.LongTablespaceProvider
-
Returns the name of the long tablespace.
- getMaskingOffset() - Static method in class de.ubs.xdm3.batch.modification.HashUtils
-
Retrieves the current masking offset.
- getMatchScore(EntityGeneratorDefinition, Map<String, Object>, FieldDefinition) - Method in class de.ubs.xdm3.processor.AttributeGeneratorProcessor
-
Gets the match score for the attribute generator.
- getMatchScore(FieldDefinition, EntityGeneratorDefinition, Map<String, Object>) - Method in class de.ubs.xdm3.wrapper.AttributeGeneratorWrapper
-
Calculates the match score for the given attribute and entity generator definition.
- getMaxRecordLength() - Method in interface de.ubs.xdm.utils.databasemodel.model.Table
-
Calculates the maximal width of a record within the table.
- getMaxSize() - Method in interface de.ubs.xdm.utils.databasemodel.model.DataFile
-
Returns the maximum size of the data file, or -1 if the data file does not have a size limit.
- getMaxValue() - Method in interface de.ubs.xdm.utils.databasemodel.model.Sequence
- getMetaInf() - Method in class de.ubs.xdm.utils.databasemodel.model.TableReferenceInfo
- getMinValue() - Method in interface de.ubs.xdm.utils.databasemodel.model.Sequence
- getName() - Method in interface de.ubs.xdm.utils.databasemodel.model.Column
-
Returns the name of the column.
- getName() - Method in class de.ubs.xdm.utils.databasemodel.model.ReferencedItem
-
Returns the name of the view.
- getName() - Method in interface de.ubs.xdm.utils.databasemodel.model.SchemaNameProvider
-
Returns the name of the view.
- getName(PropertyObject.ApplyHooks) - Method in interface de.ubs.xdm.utils.databasemodel.model.Column
-
Returns the name of the column.
- getName(PropertyObject.ApplyHooks) - Method in interface de.ubs.xdm.utils.databasemodel.model.Constraint
-
Returns the name of the constraint.
- getName(PropertyObject.ApplyHooks) - Method in class de.ubs.xdm.utils.databasemodel.model.ReferencedItem
-
Returns the name of the view.
- getName(PropertyObject.ApplyHooks) - Method in interface de.ubs.xdm.utils.databasemodel.model.SchemaNameProvider
-
Returns the name of the view.
- getName(PropertyObject.ApplyHooks) - Method in interface de.ubs.xdm.utils.databasemodel.model.Tablespace
-
Returns the name of the tablespace
- getNecessaryTables() - Method in interface de.ubs.xdm.utils.databasemodel.model.Table
-
Allows a table to return other tables that are necessary for this table to exist.
- getNecessaryTables(PropertyObject.ApplyHooks) - Method in interface de.ubs.xdm.utils.databasemodel.model.Table
- getNextValue() - Method in interface de.ubs.xdm.utils.databasemodel.model.Sequence
- getNextValueFor(String) - Method in class de.ubs.xdm3.batch.modification.ModificationUtils
-
Returns the next values for a created sequence and returns it to the caller.
- getObject() - Method in interface de.ubs.xdm.utils.databasemodel.model.DataAccessGrant
- getObject() - Method in class de.ubs.xdm.utils.databasemodel.model.ReferencedItem
-
Returns the related object.
- getObject() - Method in interface de.ubs.xdm.utils.databasemodel.model.SequenceObjectGrant
-
Returns the sequence object.
- getObject(UniqueName) - Method in class de.ubs.xdm.utils.databasemodel.AbstractObjectContainer
- getObject(UniqueName) - Method in class de.ubs.xdm.utils.databasemodel.MultiObjectContainer
- getObject(UniqueName) - Method in class de.ubs.xdm.utils.databasemodel.ObjectContainer
- getObjectMap() - Method in class de.ubs.xdm.utils.databasemodel.AbstractObjectContainer
-
Deprecated.very expensive operation. Prefer getObject(UniqueName)
- getObjectMap() - Method in class de.ubs.xdm.utils.databasemodel.MultiObjectContainer
- getObjectMap() - Method in class de.ubs.xdm.utils.databasemodel.ObjectContainer
-
Deprecated.very expensive operation. Prefer getObject(UniqueName)
- getOpenReferences() - Method in interface de.ubs.xdm.utils.databasemodel.model.Table
-
This is a list of objects that where detected during ObjectSelector phase that have some relation to this table but are not part of the container for any reason
- getOrderedTables() - Method in class de.ubs.xdm.utils.databasemodel.AbstractObjectContainer
- getOrderedTables() - Method in class de.ubs.xdm.utils.databasemodel.MultiObjectContainer
- getOrderedTables() - Method in class de.ubs.xdm.utils.databasemodel.ObjectContainer
- getOverallRuntime() - Method in class de.ubs.xdm.utils.modification.ModificationContext
-
The run time in milliseconds for this modification method in the given context
- getOwner() - Method in interface de.ubs.xdm.utils.databasemodel.model.Constraint
-
Returns the user that created the constraint.
- getOwner() - Method in interface de.ubs.xdm.utils.databasemodel.model.Index
-
Returns the name of the owner of the object.
- getOwner() - Method in interface de.ubs.xdm.utils.databasemodel.model.SequenceObject
- getOwner() - Method in interface de.ubs.xdm.utils.databasemodel.model.Table
-
Returns the name of the owner of the object.
- getOwner() - Method in interface de.ubs.xdm.utils.databasemodel.model.Tablespace
-
Returns the name of the owner of the object.
- getOwner() - Method in interface de.ubs.xdm.utils.databasemodel.model.View
-
Returns the name of the owner of the object.
- getOwner(PropertyObject.ApplyHooks) - Method in interface de.ubs.xdm.utils.databasemodel.model.SequenceObject
- getParameterConnectionPool(String) - Method in class de.ubs.xdm.utils.modification.ModificationContext
- getParameters() - Method in interface de.ubs.xdm3.model.ObjectDefinition
-
Get the parameters of the object definition.
- getParent() - Method in class de.ubs.xdm.utils.databasemodel.AbstractObjectContainer
- getPartitioningKeyColumnList() - Method in interface de.ubs.xdm.utils.databasemodel.model.ColumnBasedPartitioningSchema
-
Returns the list of columns that are used to divide the records of the table into different partitions.
- getPartitioningLimitKeyList() - Method in interface de.ubs.xdm.utils.databasemodel.model.PartitioningSchema
-
Returns the list of partitioning limit keys if the table is a paritioning table.
- getPartitioningSchema() - Method in interface de.ubs.xdm.utils.databasemodel.model.Table
-
return the partitioning schema that is used by this table
- getPartitionName() - Method in interface de.ubs.xdm.utils.databasemodel.model.PartitioningLimitKey
- getPartitionName(PropertyObject.ApplyHooks) - Method in interface de.ubs.xdm.utils.databasemodel.model.PartitioningLimitKey
-
Returns the name of the partition.
- getPartitionNumber() - Method in interface de.ubs.xdm.utils.databasemodel.model.PartitioningLimitKey
-
Returns the number of the partition within the paritioning key.
- getPersistent(String, Object) - Method in class de.ubs.xdm.utils.modification.ModificationContext
-
Deprecated.method is substituted by
sessionPersistentGet(String mapName, Object key) - getPlainContainers() - Method in class de.ubs.xdm.utils.databasemodel.MultiObjectContainer
-
returns the container list with possible null entries
- getPoolTable(String) - Method in class de.ubs.xdm.utils.modification.ModificationContext
-
Deprecated.The pool tables are not compatible with a multi container XDM installation. Use ModificationUtils instead.
- getPoolTableColumnTypes(String) - Method in class de.ubs.xdm.utils.modification.ModificationContext
-
Deprecated.The pool tables are not compatible with a multi container XDM installation. Use ModificationUtils instead.
- getPoolTableSize(String) - Method in class de.ubs.xdm.utils.modification.ModificationContext
-
Deprecated.The pool tables are not compatible with a multi container XDM installation. Use ModificationUtils instead.
- getPosition() - Method in interface de.ubs.xdm.utils.databasemodel.model.DataFile
-
Returns the DataFile Position Number
- getPossibleFileNames(boolean) - Method in interface de.ubs.xdm.utils.databasemodel.model.Table
- getPrimaryKeyConstraint() - Method in interface de.ubs.xdm.utils.databasemodel.model.Table
-
Returns the primary key constraint of the table or null if the table does not have any primary key defined.
- getProperties() - Method in class de.ubs.xdm.utils.databasemodel.model.db.PropertyObject
-
Deprecated.
- getPropertyKeys() - Method in class de.ubs.xdm.utils.databasemodel.model.db.PropertyObject
-
Returns a set of keys used to internally store information about this object.
- getPropertyValues() - Method in class de.ubs.xdm.utils.databasemodel.model.db.PropertyObject
- getRefConnectionName() - Method in class de.ubs.xdm.utils.databasemodel.model.TableReferenceInfo
- getReferenceableColumnList() - Method in interface de.ubs.xdm.utils.databasemodel.model.DataAccessGrant
- getReferencedColumnList() - Method in interface de.ubs.xdm.utils.databasemodel.model.ForeignKeyConstraint
-
Returns the list of columns of the referenece table that are used to correlate the recrods of the base table and the referenced table.
- getReferencedContainerName() - Method in interface de.ubs.xdm.utils.databasemodel.model.ForeignKeyConstraint
- getReferencedObjects() - Method in interface de.ubs.xdm.utils.databasemodel.model.View
-
Returns a list of objects which this view references.
This method only provides information if the underlying database system provides this kind of information. - getReferencedTable() - Method in interface de.ubs.xdm.utils.databasemodel.model.ForeignKeyConstraint
-
Returns the referenced table of the foreign key constraint.
- getReferenceType() - Method in class de.ubs.xdm.utils.databasemodel.model.TableReferenceInfo
- getRefschema() - Method in class de.ubs.xdm.utils.databasemodel.model.TableReferenceInfo
- getReftable() - Method in class de.ubs.xdm.utils.databasemodel.model.TableReferenceInfo
- getReplacementTableMap() - Method in class de.ubs.xdm.utils.databasemodel.ObjectContainer
- getReportStream() - Static method in class de.ubs.xdm.utils.modification.ModificationContext
- getRule() - Method in class de.ubs.xdm.utils.modification.ModificationContext
-
Returns the rule, which was used to apply the modification method against this table.
- getScale() - Method in interface de.ubs.xdm.utils.databasemodel.model.Column
-
Returns the scale of the column if it is a decimal or timestamp with scale data type.
- getSchema() - Method in class de.ubs.xdm.utils.databasemodel.model.ReferencedItem
-
Returns the schema of the view.
- getSchema() - Method in interface de.ubs.xdm.utils.databasemodel.model.SchemaNameProvider
-
Returns the schema of the view.
- getSchema() - Method in class de.ubs.xdm.utils.databasemodel.model.TableReferenceInfo
- getSchema(PropertyObject.ApplyHooks) - Method in class de.ubs.xdm.utils.databasemodel.model.ReferencedItem
-
Returns the schema of the view.
- getSchema(PropertyObject.ApplyHooks) - Method in interface de.ubs.xdm.utils.databasemodel.model.SchemaNameProvider
-
Returns the schema of the view.
- getSchemaList() - Method in class de.ubs.xdm.utils.databasemodel.AbstractObjectContainer
-
Deprecated.
- getSchemaList() - Method in class de.ubs.xdm.utils.databasemodel.MultiObjectContainer
-
Deprecated.
- getSchemaList() - Method in class de.ubs.xdm.utils.databasemodel.ObjectContainer
-
Deprecated.
- getSchemaNames() - Method in class de.ubs.xdm.utils.databasemodel.AbstractObjectContainer
-
Returns a collection of strings representing the schemas in this container.
- getSchemaNames() - Method in class de.ubs.xdm.utils.databasemodel.MultiObjectContainer
- getSchemaNames() - Method in class de.ubs.xdm.utils.databasemodel.ObjectContainer
- getSelectionDepth() - Method in class de.ubs.xdm.utils.databasemodel.model.TableReferenceInfo
- getSequenceList() - Method in class de.ubs.xdm.utils.databasemodel.AbstractObjectContainer
-
Returns a collection of
AbstractSequenceObjectobjects.
Note: if this is an instance ofMultiObjectContainer, the collection is not guaranteed to include all sequences in the container. - getSequenceList() - Method in class de.ubs.xdm.utils.databasemodel.MultiObjectContainer
- getSequenceList() - Method in class de.ubs.xdm.utils.databasemodel.ObjectContainer
- getSequenceNumber() - Method in interface de.ubs.xdm.utils.databasemodel.model.IndexKeyColumn
-
Returns the sequence number of the key column within the index key.
- getSequenceObject(SequenceUniqueName) - Method in class de.ubs.xdm.utils.databasemodel.AbstractObjectContainer
- getSequenceObject(SequenceUniqueName) - Method in class de.ubs.xdm.utils.databasemodel.MultiObjectContainer
- getSequenceObject(SequenceUniqueName) - Method in class de.ubs.xdm.utils.databasemodel.ObjectContainer
- getSequenceObject(String, String) - Method in class de.ubs.xdm.utils.databasemodel.AbstractObjectContainer
- getSequenceObject(String, String) - Method in class de.ubs.xdm.utils.databasemodel.MultiObjectContainer
- getSequenceObject(String, String) - Method in class de.ubs.xdm.utils.databasemodel.ObjectContainer
- getShort(String) - Method in class de.ubs.xdm.utils.databasemodel.model.db.PropertyObject
- getShort(String, PropertyObject.ApplyHooks) - Method in class de.ubs.xdm.utils.databasemodel.model.db.PropertyObject
- getSortedTableList() - Method in class de.ubs.xdm.utils.databasemodel.AbstractObjectContainer
-
Calculates a list of all tables in the container sorted by their dependency.
- getSortedTableList() - Method in class de.ubs.xdm.utils.databasemodel.MultiObjectContainer
- getSortedTableList() - Method in class de.ubs.xdm.utils.databasemodel.ObjectContainer
-
Calculates a list of all tables in the container sorted by their dependency.
- getStages() - Method in class de.ubs.xdm3.dataflow.javascript.workflow.runner.runner.TaskTemplateRunner
- getStart() - Method in interface de.ubs.xdm.utils.databasemodel.model.Sequence
- getStartingAt() - Method in interface de.ubs.xdm.utils.databasemodel.model.RangePartitioningLimitKey
-
Returns the start value of the partitioning key.
- getStatus() - Method in interface de.ubs.xdm.utils.databasemodel.model.Table
-
This method returns the status of the table.
- getString(String) - Method in class de.ubs.xdm.utils.databasemodel.model.db.PropertyObject
- getString(String, PropertyObject.ApplyHooks) - Method in class de.ubs.xdm.utils.databasemodel.model.db.PropertyObject
- getString(String, PropertyObject.ApplyHooks, PropertyObject.Trim) - Method in class de.ubs.xdm.utils.databasemodel.model.db.PropertyObject
- getSystemName() - Method in class de.ubs.xdm.utils.databasemodel.AbstractObjectContainer
- getSystemName() - Method in class de.ubs.xdm.utils.databasemodel.MultiObjectContainer
- getSystemName() - Method in class de.ubs.xdm.utils.databasemodel.ObjectContainer
- getTable() - Method in interface de.ubs.xdm.utils.databasemodel.model.Constraint
-
Returns the table to which this constraints belongs to.
- getTable() - Method in class de.ubs.xdm.utils.databasemodel.model.ContainerSpecificTableUniqueName
- getTable() - Method in interface de.ubs.xdm.utils.databasemodel.model.Index
-
Returns the table object on which the index is defined.
- getTable() - Method in interface de.ubs.xdm.utils.databasemodel.model.TableGrant
- getTable() - Method in class de.ubs.xdm.utils.databasemodel.model.TableReferenceInfo
- getTable(TableUniqueName) - Method in class de.ubs.xdm.utils.databasemodel.AbstractObjectContainer
- getTable(TableUniqueName) - Method in class de.ubs.xdm.utils.databasemodel.MultiObjectContainer
- getTable(TableUniqueName) - Method in class de.ubs.xdm.utils.databasemodel.ObjectContainer
- getTable(String, String) - Method in class de.ubs.xdm.utils.databasemodel.AbstractObjectContainer
- getTable(String, String) - Method in class de.ubs.xdm.utils.databasemodel.MultiObjectContainer
- getTable(String, String) - Method in class de.ubs.xdm.utils.databasemodel.ObjectContainer
- getTableList() - Method in class de.ubs.xdm.utils.databasemodel.AbstractObjectContainer
-
Returns a collection of
AbstractTableobjects.
Note: if this is an instance ofMultiObjectContainer, the collection is not guaranteed to include all table objects in the container. - getTableList() - Method in class de.ubs.xdm.utils.databasemodel.MultiObjectContainer
- getTableList() - Method in class de.ubs.xdm.utils.databasemodel.ObjectContainer
- getTableMap() - Method in class de.ubs.xdm.utils.databasemodel.AbstractObjectContainer
- getTableMap() - Method in class de.ubs.xdm.utils.databasemodel.MultiObjectContainer
- getTableMap() - Method in class de.ubs.xdm.utils.databasemodel.ObjectContainer
- getTablesForTableSpace(Tablespace) - Method in class de.ubs.xdm.utils.databasemodel.AbstractObjectContainer
- getTablesForTableSpace(Tablespace) - Method in class de.ubs.xdm.utils.databasemodel.MultiObjectContainer
- getTablesForTableSpace(Tablespace) - Method in class de.ubs.xdm.utils.databasemodel.ObjectContainer
- getTablespace() - Method in interface de.ubs.xdm.utils.databasemodel.model.TablespaceGrant
- getTablespace() - Method in interface de.ubs.xdm.utils.databasemodel.model.TablespaceProvider
-
Returns the table space where the implementing object is located in.
- getTablespace(TablespaceUniqueName) - Method in class de.ubs.xdm.utils.databasemodel.AbstractObjectContainer
- getTablespace(TablespaceUniqueName) - Method in class de.ubs.xdm.utils.databasemodel.MultiObjectContainer
- getTablespace(TablespaceUniqueName) - Method in class de.ubs.xdm.utils.databasemodel.ObjectContainer
- getTablespace(ObjectContainer, String) - Static method in class de.ubs.xdm.utils.databasemodel.model.TablespaceProvider.TablespaceProviderHelper
- getTablespace(ObjectContainer, String, String) - Static method in class de.ubs.xdm.utils.databasemodel.model.TablespaceProvider.TablespaceProviderHelper
- getTablespaceList() - Method in class de.ubs.xdm.utils.databasemodel.AbstractObjectContainer
-
Returns a collection of
AbstractTablespaceobjects.
Note: if this is an instance ofMultiObjectContainer, the collection is not guaranteed to include all tablespaces in the container. - getTablespaceList() - Method in class de.ubs.xdm.utils.databasemodel.MultiObjectContainer
- getTablespaceList() - Method in class de.ubs.xdm.utils.databasemodel.ObjectContainer
- getTablespaceMap() - Method in class de.ubs.xdm.utils.databasemodel.AbstractObjectContainer
- getTablespaceMap() - Method in class de.ubs.xdm.utils.databasemodel.MultiObjectContainer
- getTablespaceMap() - Method in class de.ubs.xdm.utils.databasemodel.ObjectContainer
- getTablespaceName() - Method in interface de.ubs.xdm.utils.databasemodel.model.TablespaceProvider
-
Returns the name of the tablespace.
- getTablespaceName(PropertyObject.ApplyHooks) - Method in interface de.ubs.xdm.utils.databasemodel.model.TablespaceProvider
-
Returns the name of the tablespace.
- getTablespaces() - Method in interface de.ubs.xdm.utils.databasemodel.model.Index
- getTablespaces() - Method in interface de.ubs.xdm.utils.databasemodel.model.TablespaceProvider
-
Returns the list of tablespaces that the implementing object provides.
- getTask() - Method in class de.ubs.xdm3.dataflow.javascript.workflow.runner.runner.TaskRunner
- getTaskRuntimeProperty(String) - Method in class de.ubs.xdm.utils.modification.ScriptContext
-
Retrieves a runtime property set to the task execution (e.g. runtime parameter by a script call on run-task.sh or via XDM WebPortal)
- getTaskRuntimeProperty(String, String) - Method in class de.ubs.xdm.utils.modification.ScriptContext
-
Retrieves a runtime property set to the task execution (e.g. runtime parameter by a script call on run-task.sh or via XDM WebPortal)
- getTaskTemplate() - Method in class de.ubs.xdm3.dataflow.javascript.workflow.runner.runner.TaskRunner
- getTaskTemplate() - Method in class de.ubs.xdm3.dataflow.javascript.workflow.runner.runner.TaskTemplateRunner
- getType() - Method in interface de.ubs.xdm.utils.databasemodel.model.Column
-
Returns the JDBC data type of the column.
- getType() - Method in class de.ubs.xdm.utils.databasemodel.model.ReferencedItem
-
Returns the type of the object.
- getTypeClassification() - Method in interface de.ubs.xdm.utils.databasemodel.model.Column
-
Returns the type classifier of the column.
- getTypeName() - Method in interface de.ubs.xdm.utils.databasemodel.model.Column
-
Returns data type name of the column.
- getTypeSchema() - Method in interface de.ubs.xdm.utils.databasemodel.model.Column
-
Returns the schema name of the columns data type.
- getUniqueConstraints() - Method in interface de.ubs.xdm.utils.databasemodel.model.Table
-
Returns the list of unique constraints that are defined on the table.
- getUniqueName(PropertyObject.ApplyHooks) - Method in interface de.ubs.xdm.utils.databasemodel.model.UniqueIdentifiable
-
Returns a unique name of the implementing object.
- getUniqueObjectMap() - Method in class de.ubs.xdm.utils.databasemodel.AbstractObjectContainer
- getUniqueObjectMap() - Method in class de.ubs.xdm.utils.databasemodel.MultiObjectContainer
- getUniqueObjectMap() - Method in class de.ubs.xdm.utils.databasemodel.ObjectContainer
- getUpdateableColumnList() - Method in interface de.ubs.xdm.utils.databasemodel.model.DataAccessGrant
- getUpdateAction() - Method in interface de.ubs.xdm.utils.databasemodel.model.ForeignKeyConstraint
-
Returns the update action that specifies how the database management system should behave if a depend row gets deleted.
- getUser() - Method in class de.ubs.xdm.utils.databasemodel.AbstractObjectContainer
- getUser() - Method in class de.ubs.xdm.utils.databasemodel.MultiObjectContainer
- getUser() - Method in class de.ubs.xdm.utils.databasemodel.ObjectContainer
- getUserDefinedSource() - Method in interface de.ubs.xdm.utils.databasemodel.model.Constraint
-
IF the Constraint is user defined, this contains the name of the repository FK
- getValue() - Method in interface de.ubs.xdm.utils.databasemodel.model.LimitKeyElement
- getVersion() - Method in class de.ubs.xdm.utils.databasemodel.ObjectContainer
- getView() - Method in interface de.ubs.xdm.utils.databasemodel.model.ViewGrant
- getView(UniqueName) - Method in class de.ubs.xdm.utils.databasemodel.AbstractObjectContainer
- getView(UniqueName) - Method in class de.ubs.xdm.utils.databasemodel.MultiObjectContainer
- getView(UniqueName) - Method in class de.ubs.xdm.utils.databasemodel.ObjectContainer
- getView(String, String) - Method in class de.ubs.xdm.utils.databasemodel.AbstractObjectContainer
- getView(String, String) - Method in class de.ubs.xdm.utils.databasemodel.MultiObjectContainer
- getView(String, String) - Method in class de.ubs.xdm.utils.databasemodel.ObjectContainer
- getViewList() - Method in class de.ubs.xdm.utils.databasemodel.AbstractObjectContainer
-
Returns a collection of
AbstractViewobjects.
Note: if this is an instance ofMultiObjectContainer, the collection is not guaranteed to include all views in the container. - getViewList() - Method in class de.ubs.xdm.utils.databasemodel.MultiObjectContainer
- getViewList() - Method in class de.ubs.xdm.utils.databasemodel.ObjectContainer
- getViewText() - Method in interface de.ubs.xdm.utils.databasemodel.model.View
-
Returns the view creation statement.
- getViewText(PropertyObject.ApplyHooks) - Method in interface de.ubs.xdm.utils.databasemodel.model.View
-
Returns the view creation statement.
- getWrapperClassName() - Method in class de.ubs.xdm3.model.AttributeGeneratorDefinition
-
Gets the simple wrapper class name for the attribute generator.
- getWrapperClassName() - Method in class de.ubs.xdm3.model.EntityGeneratorDefinition
-
Gets the simple wrapper class name for the entity generator.
- getWrapperClassName() - Method in class de.ubs.xdm3.model.EntityScenarioGeneratorDefinition
-
Gets the simple wrapper class name for the entity scenario generator.
- getWrapperClassName() - Method in interface de.ubs.xdm3.model.ObjectDefinition
-
Get the wrapper class name of the object definition.
- getXmlAsString(Clob) - Method in class de.ubs.xdm.utils.modification.ScriptContext
-
Returns an object from the data array that has datatype XML in the database as plain string
- getXmlXPath(String, String, String) - Method in class de.ubs.xdm.utils.modification.ScriptContext
- getXmlXPathValue(String, String) - Method in class de.ubs.xdm.utils.modification.ScriptContext
-
Retrieves a value from an XML column specified by an XPath expression
- getXmlXPathValue(Clob, String) - Method in class de.ubs.xdm.utils.modification.ScriptContext
-
Retrieves a value from an XML column specified by an XPath expression
- GOOGLE_BIG_QUERY - Enum constant in enum class de.ubs.xdm.utils.jdbc.DatabaseSystemType
- Grant - Interface in de.ubs.xdm.utils.databasemodel.model
- GRANT - Enum constant in enum class de.ubs.xdm.utils.databasemodel.model.ObjectType
- Grant.GranteeType - Enum Class in de.ubs.xdm.utils.databasemodel.model
- Grantable - Interface in de.ubs.xdm.utils.databasemodel.model
- GROUP - Enum constant in enum class de.ubs.xdm.utils.databasemodel.model.Grant.GranteeType
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form