Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
I
- IdentityColumn - Interface in de.ubs.xdm.utils.databasemodel.model
-
Specifies the methods of identity columns in a relational database systems.
- implementationSpecificOptions() - Method in interface de.ubs.xdm.utils.databasemodel.model.DataAccessGrant
- IMPORT - Static variable in class de.ubs.xdm3.ProcessorFactory
- IMS - Enum constant in enum class de.ubs.xdm.utils.jdbc.DatabaseSystemType
- Index - Interface in de.ubs.xdm.utils.databasemodel.model
- INDEX - Enum constant in enum class de.ubs.xdm.utils.databasemodel.model.ObjectType
- IndexKeyColumn - Interface in de.ubs.xdm.utils.databasemodel.model
- indexListOfIdenticalConnectionNames(String) - Method in class de.ubs.xdm.utils.databasemodel.MultiObjectContainer
- indexOf(String) - Method in class de.ubs.xdm.utils.modification.ModificationContext
-
Returns the index of the column in the current table as it can be used as index against data
- indexOfUniqueKey(Class<? extends PropertyObject>, String, boolean) - Method in class de.ubs.xdm.utils.databasemodel.ObjectContainer
-
This method returns the index in the PropertyObjects arrays for the given class
- init() - Method in class de.ubs.xdm3.wrapper.GeneratorWrapper
-
This function is called once when the generator is created.
- init(ProcessorFactory, Map<String, Object>) - Method in class de.ubs.xdm3.processor.AbstractProcessor
-
Initialize the generator processor.
- init(ProcessorFactory, Map<String, Object>) - Method in interface de.ubs.xdm3.processor.Processor
-
Initialize the processor.
- initAdditionalVariables() - Method in class de.ubs.xdm3.processor.AbstractProcessor
-
Can be overridden if the implementation provides additional variables that are not part of the generator wrapper.
- initAdditionalVariables() - Method in class de.ubs.xdm3.processor.AttributeGeneratorProcessor
-
Initializes additional variables specific to the attribute generator.
- initAdditionalVariables() - Method in class de.ubs.xdm3.processor.EntityGeneratorProcessor
- isAll() - Method in interface de.ubs.xdm.utils.databasemodel.model.DataAccessGrant
- isAlter() - Method in interface de.ubs.xdm.utils.databasemodel.model.DataAccessGrant
- isAlter() - Method in interface de.ubs.xdm.utils.databasemodel.model.SequenceObjectGrant
-
Controls if the user grantee is allowed to alter the sequence object.
- isAscending() - Method in interface de.ubs.xdm.utils.databasemodel.model.IndexKeyColumn
-
Returns true if the key column is ordered ascending, otherwise false.
- isASCII() - Method in interface de.ubs.xdm.utils.databasemodel.model.Encoding
- isAutoIncrement() - Method in interface de.ubs.xdm.utils.databasemodel.model.Column
-
Specifies if the column is a number column which increases each time a new record is inserted into the table.
- isAutoResize() - Method in interface de.ubs.xdm.utils.databasemodel.model.DataFile
-
Returns whether the database system automatically adds new extents to the data file when case the file is full.
- isBigObjectType() - Method in interface de.ubs.xdm.utils.databasemodel.model.Column
-
Returns true if the data type is one of the data types stored external of the tablespace.
- isCompressed() - Method in interface de.ubs.xdm.utils.databasemodel.model.Index
-
Specifies if the key content of the index is compressed or not.
- isCompressed() - Method in interface de.ubs.xdm.utils.databasemodel.model.Table
-
Whether the content of the table is compressed.
- isCompressed() - Method in interface de.ubs.xdm.utils.databasemodel.model.Tablespace
-
Returns if the content of the table is compressed.
- isCycle() - Method in interface de.ubs.xdm.utils.databasemodel.model.Sequence
- isDelete() - Method in interface de.ubs.xdm.utils.databasemodel.model.DataAccessGrant
- isDescending() - Method in interface de.ubs.xdm.utils.databasemodel.model.IndexKeyColumn
-
Returns true if the key column is ordered descending, otherwise false.
- isEBCDIC() - Method in interface de.ubs.xdm.utils.databasemodel.model.Encoding
- isEndingInclusive() - Method in interface de.ubs.xdm.utils.databasemodel.model.RangePartitioningLimitKey
- isEnforced() - Method in interface de.ubs.xdm.utils.databasemodel.model.Constraint
-
Checks if the constraint should be enforced or not.
- isForBitData() - Method in interface de.ubs.xdm.utils.databasemodel.model.Column
-
Returns if the column contains bit data or not.
- isGenerateAlterStatement() - Method in interface de.ubs.xdm.utils.databasemodel.model.IdentityColumn
- isGeneratedAlways() - Method in interface de.ubs.xdm.utils.databasemodel.model.Column
-
Checks if the column is generated by the database management system if a new record is inserted into the table.
- isGeneratedByDefault() - Method in interface de.ubs.xdm.utils.databasemodel.model.Column
-
Checks if the DBMS generates a value for this column if the user did not specify a value in an insert statement.
- isGrantOption() - Method in interface de.ubs.xdm.utils.databasemodel.model.Grant
- isHidden() - Method in interface de.ubs.xdm.utils.databasemodel.model.Column
-
Returns if the column is hidden.
- isImplicit() - Method in interface de.ubs.xdm.utils.databasemodel.model.Index
-
Returns if the index was implicitly created by the database system or if the index has been created by the user.
- isInsert() - Method in interface de.ubs.xdm.utils.databasemodel.model.DataAccessGrant
- isLogged() - Method in interface de.ubs.xdm.utils.databasemodel.model.Tablespace
-
Returns if the modifications of the table content are logged to the database systems log.
- isMaxvalue() - Method in interface de.ubs.xdm.utils.databasemodel.model.LimitKeyElement
- isMinvalue() - Method in interface de.ubs.xdm.utils.databasemodel.model.LimitKeyElement
- isNullable() - Method in interface de.ubs.xdm.utils.databasemodel.model.Column
-
Returns if the column may contain null values or not.
- isOrder() - Method in interface de.ubs.xdm.utils.databasemodel.model.Sequence
- isPadded() - Method in interface de.ubs.xdm.utils.databasemodel.model.Index
-
Returns if varying character fields that are used as key columns are padded within the index or not.
- isPartitioned() - Method in interface de.ubs.xdm.utils.databasemodel.model.Index
-
Specifies if this index is partitioned or not.
- isPublic() - Method in interface de.ubs.xdm.utils.databasemodel.model.Alias
- isReadOnly() - Method in class de.ubs.xdm.utils.databasemodel.AbstractObjectContainer
- isReadOnly() - Method in class de.ubs.xdm.utils.databasemodel.MultiObjectContainer
- isReadOnly() - Method in class de.ubs.xdm.utils.databasemodel.ObjectContainer
- isReferences() - Method in interface de.ubs.xdm.utils.databasemodel.model.DataAccessGrant
- isSelect() - Method in interface de.ubs.xdm.utils.databasemodel.model.DataAccessGrant
- isSelect() - Method in interface de.ubs.xdm.utils.databasemodel.model.SequenceObjectGrant
-
Controls if the grantee is allowed to select a new value from the sequence object or not.
- isStartingInclusive() - Method in interface de.ubs.xdm.utils.databasemodel.model.RangePartitioningLimitKey
- isTrigger() - Method in interface de.ubs.xdm.utils.databasemodel.model.DataAccessGrant
- isTruncate() - Method in interface de.ubs.xdm.utils.databasemodel.model.DataAccessGrant
- isUnique() - Method in interface de.ubs.xdm.utils.databasemodel.model.Index
-
Returns true if each entry in the index must not contain more than once.
- isUpdate() - Method in interface de.ubs.xdm.utils.databasemodel.model.DataAccessGrant
- isUse() - Method in interface de.ubs.xdm.utils.databasemodel.model.TablespaceGrant
- isUserDefined() - Method in interface de.ubs.xdm.utils.databasemodel.model.Constraint
-
Returns if this constraint is not stored in any database, but was added by an user defined repository
- isUTF16() - Method in interface de.ubs.xdm.utils.databasemodel.model.Encoding
- isUTF8() - Method in interface de.ubs.xdm.utils.databasemodel.model.Encoding
- isVirtual() - Method in interface de.ubs.xdm.utils.databasemodel.model.Table
-
Returns if the table is Virtual.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form