|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.modelsphere.sms.templates.GenericMapping
public class GenericMapping
This class provides a mapping between "repository" strings (such as "tableColumns", "tablename", etc.) and Generic meta fields (such as "m_components", "m_name", etc.). IMPORTANT NOTICE FOR THOSE WHO WANT TO ADD A REPOSITORY FUNCTION 1-Follow the Repository Function Naming Conventions (see in SourceSafe, under "Dossiers de conception" and Templates). 2-Create all the special repository functions in putRepositoryFunctions(). These repository functions will eventually be loaded dynamically. 3-Keep all the repository functions related to a given concept together. For instance, keep all the functions related to the concept "Project" together. 4-Be consistent when you name your functions (see the previously defined functions), and give a name close to the name defined in the meta (use Physicalname instead of Codedname). 5-When you define a CONN function, always provide the expected type of the children. For instance, define: g_repositoryStringTable.put("ProjectPackages", new GenericMappingStructure(DbSMSProject.fComponents, DbSMSPackage.metaClass)); rather than: g_repositoryStringTable.put("ProjectPackages", new GenericMappingStructure(DbSMSProject.fComponents));
Field Summary | |
---|---|
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
AssociationAssociationends
Gets the two association ends of a given association. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
AssociationendAggregation
Gets the association end's aggregation type. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
AssociationendDeleterule
Gets the delete rule of an association end. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
AssociationendIsnavigable
Tells whether the association end is navigable. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
AssociationendIsordered
Tells whether the association end is ordered. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
AssociationendMultiplicity
Gets the association end's multiplicity. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
AssociationendReferencedconstraint
Gets the referenced constraint of a foreign key. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
AssociationendType
Gets the association end's type. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
AssociationendUpdaterule
Gets the update rule of an association end. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
AssociationName
Gets the name of an association. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
AssociationroleClassifier
Gets the classifier associated to an association end. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
AssociationroleDeleterule
Gets the delete rule of an association end. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
AssociationroleInsertrule
Gets the insert rule of an association end. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
AssociationroleIsnavigable
Tells whether an association end is navigable. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
AssociationRoles
Gets the two ends of an association. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
AssociationroleUpdaterule
Gets the update rule of an association end. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
BemodelActors
Lists all the actors contained under a BE model. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
BemodelFlows
Lists all the data stores contained under a BE model. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
BemodelProcesses
Lists all the processes contained under a BE model. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
BemodelQualifiers
Lists all the data stores contained under a BE model. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
BemodelResources
Lists all the data stores contained under a BE model. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
BemodelStores
Lists all the data stores contained under a BE model. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
Check
A check constraint. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
CheckChecking
Gets the checking attribute of a check constraint. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
CheckColumn
Gets the column associated to a check constraint. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
CheckCondition
Gets the condition of a check constraint. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
CheckDeferrable
Gets the deferrable attribute of a check constraint. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
CheckEnabled
Tells whether a check constraint is enabled. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
CheckExceptiontable
Gets the exception table associated to a check constraint. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
CheckMode
Gets the mode of a check constraint. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
CheckUser
Gets the user who owns a check constraint, if any. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
CheckValidated
Tells whether a check constraint is validated. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ClassAssociations
Lists all the associations of a classifier with other classifiers. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ClassCompilationUnit
Get the compilation unit associated to a classifier, if any. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ClassConstructors
Lists all the constructors contained under a classifier. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ClassFields
Lists all the fields contained under a classifier. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ClassInheritances
Lists all the inheritance links associated to a classifier. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ClassInitblocks
Lists all the initialization blocks of a classifier. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ClassInnerclasses
Lists all the inner classifiers of a given classifier. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ClassIsabstract
Tells whether a class is abstract. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ClassIsfinal
Tells whether a class is final. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ClassIsstatic
Tells whether a class is static. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ClassIsstrictfp
Tells whether a class is strictfp. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ClassMethods
Lists all the methods contained under a classifier. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ClassmodelAdts
Deprecated. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ClassmodelAuthor
Gets the author of a class model. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ClassmodelClassifiers
Lists all the classifiers contained under a class model. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ClassmodelDiagrams
Lists all the diagrams contained under a class model. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ClassmodelPackages
Lists all the packages under a class model. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ClassmodelVersion
Gets the version of a class model. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ClassPackage
Gets the class' package. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ClassStereotype
Gets the stereotype of a classifier. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ClassSubinheritances
Lists all the specialization links associated to a classifier. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ClassSuperinheritances
Lists all the generalization links associated to a classifier. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ClassThrowingConstructors
Lists all the constructors throwing this exception. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ClassThrowingMethods
Lists all the methods throwing this exception. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ClassVisibility
Gets the class' visibility. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
Column
Column: a table's column. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ColumnAlias
Gets the alias of a column. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ColumnBuiltintype
Gets the built-in type of a column, if any. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ColumnCommonitem
Gets the common item of a column Target System: All Except Java Type: Connector |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ColumnConstraints
Lists all the constraints associated to a column. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ColumnDecimal
Returns the column's decimal number. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ColumnDefault
Returns the column's initial value. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ColumnDescription
Gets the description of a column. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ColumnDomain
Gets the domain of a column, if any. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ColumnFragmentationkeyindexes
Lists all the fragmentation key indexes associated to a column. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ColumnFragmentationkeytable
Gets the fragmentation key table associated to a column. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ColumnIsnullpossible
Tells whether a column can be set to NULL. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ColumnLength
Returns the column's length. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ColumnLobstorage
Gets the lob storage of a column. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ColumnName
Gets the name of a column. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ColumnPartitionkeytable
Gets the partition key table associated to a column. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ColumnPhysicalname
Gets the physical name of a column. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ColumnReference
Returns the column's reference. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ColumnSbspaces
Lists all the sbspaces associated to a column. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ColumnStoragetable
Gets the storage table associated to a column, if any. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ColumnTable
Retrieves the table to which a column belongs. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ColumnType
Gets the data type of a column. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ColumnView
Retrieves the table to which a column belongs. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ColumnWithrowid
Gets the With Row ID attribute of a column. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
CompilationunitClasses
Lists all the classifiers associated to a compilation unit. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
CompilationunitImports
Lists all the import clauses of a compilation unit. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ConstructorBody
Gets the constructor's body. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ConstructorExceptions
Lists all the constructor's exceptions. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ConstructorParameters
Lists all the constructor's parameters. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ConstructorVisibility
Gets the constructor's visibility. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
DatabaseArchivelog
Gets the archive log of a database. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
DatabaseCharacterSet
Gets the character set of a database. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
DatabaseDataModels
Deprecated. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
DatabaseDbspace
Gets the dbspace associated to a database. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
DatabaseLogging
Gets the logging option of a database. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
DatabaseMaxDatafiles
Gets the maximum number of data files allowed in a database. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
DatabaseMaxinstances
Gets the maximum number of instances allowed in a database. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
DatabaseMaxlogfiles
Gets the maximum number of log files allowed in a database. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
DatabaseMaxloghistory
Gets the maximum length of log history allowed in a database. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
DatabaseMaxlogmembers
Gets the maximum number of log members allowed in a database. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
DatabaseNationalcharacterSet
Gets the national character set used in a database. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
DatabaseOperationLibraries
Deprecated. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
DatabaseOperationLibrary
Gets the operation library associated to a database. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
DatabaseRedologgroups
Lists all the redo log groups contained in a database. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
DatabaseReuseControlFiles
Tells whether the reuse control files option is true in a database. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
DatabaseSchema
Gets the schema (a data model) associated to a database. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
DatabaseTablespaces
Lists all the tablespaces contained in a database. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
DatafileAutoextend
Gets the auto extent attribute of a data file. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
DatafileExtensionsize
Gets the extension size of a data file. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
DatafileExtensionsizeunit
Gets the units of the extension size of a data file. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
DatafileMaxextensionsize
Gets the maximum extension size of a data file. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
DatafileMaxextensionsizeunit
Gets the units of the maximum extension size of a data file. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
DatafileTablespace
Retrieves the tablespace to which a data file belongs. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
DatafileUnlimitedextension
Gets the unlimited extension size of a data file. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
Datamodel
Datamodel: The ultimate container of all relational concepts. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
DatamodelAssociations
Lists all the associations contained under a data model. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
DatamodelAuthor
Gets the author of a data model. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
DatamodelDiagrams
Lists all the diagrams contained under a data model. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
DatamodelSequences
Lists all the sequences contained under a data model. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
DatamodelTables
Lists all the tables contained under a data model. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
DatamodelTargetsystem
Gets the target system associated to a data model. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
DatamodelVersion
Gets the version of a data model. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
DatamodelViews
Lists all the views contained under a data model. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
DbORALobStorageBufferpool
Gets the buffer pool of a lob storage. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
DbORALobStorageCache
Gets the cache option of a lob storage. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
DbORALobStorageChunksize
Gets the chunk size of a lob storage. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
DbORALobStorageFreelistgroups
Gets the free list groups value of a lob storage. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
DbORALobStorageFreelists
Gets the free lists value of a lob storage. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
DbORALobStorageInitialextent
Gets the initial extent value of a lob storage. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
DbORALobStorageInitialextentsizeunit
Gets the units of the initial extent value of a lob storage. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
DbORALobStorageLobitems
Lists all the columns associated with the a lob storage. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
DbORALobStorageLog
Gets the log option of a lob storage. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
DbORALobStorageMaxextent
Gets the maximum extent value of a lob storage. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
DbORALobStorageMinextent
Gets the minimum extent value of a lob storage. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
DbORALobStorageNextextent
Gets the next extent value of a lob storage. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
DbORALobStorageNextextentsizeunit
Gets the units of the next extent value of a lob storage. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
DbORALobStoragePctincrease
Gets the increase percentage value of a lob storage. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
DbORALobStoragePctversion
Gets the percentage version of a lob storage. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
DbORALobStorageStorageinrows
Gets the storage in rows option of a lob storage. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
DbORALobStorageTablespace
Gets the tablespace associated to a lob storage. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
DbORALobStorageUnlimitedextents
Gets the unlimited extents value of a lob storage. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
DbspaceDatabase
Gets the database associated to a dbspace. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
DbspaceFragments
Lists all the fragments associated to a dbspace. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
DbspaceTables
Lists all the tables associated to a dbspace. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
DiagramGraphicalclasses
Lists all the graphical classes contained under a diagram. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
DiagramGraphicaltables
Lists all the graphical tables contained under a diagram. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
Domain
Domain: a domain. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
DomainLength
Get the length of a domain. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
DomainmodelDomains
Lists all the domains contained under a domain model. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
DomainNbdecimals
Get the number of decimals of a domain. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
DomainSourcebuiltintype
Gets the source type of a domain, if the source type is a built-in type. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
DomainSourcedomain
Gets the source type of a domain, if the source type is itself a domain. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
DomainSourcetype
Gets the source type of a domain. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
DomainTypedattributes
Gets the typed attributes associated to a domain. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
FieldAssociationend
Gets the association end associated to a field, if any. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
FieldElementtype
Gets the field's element type. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
FieldInitvalue
Gets the field's initial value. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
FieldIsfinal
Tells whether the field is final. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
FieldIsstatic
Tells whether the field is static. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
FieldIstransient
Tells whether the field is transient. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
FieldIsvolatile
Tells whether the field is volatile. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
FieldType
Gets the field's type. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
FieldTypeuse
Gets the field's type use. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
FieldTypeusestyle
Gets the field's type use style. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
FieldVisibility
Gets the field's visibility. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
FileReuse
Tells whether a file can be reused. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
FileSize
Gets the size of a file. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
FileSizeunit
Gets the units of a file size. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
FkeycolumnColumn
Gets the actual column associated to a foreign key's column. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
FkeycolumnSourceColumn
|
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ForeignkeyAssociationend
Gets the association end of a foreign key. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ForeignkeyChecking
Gets the checking attribute of a foreign key. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ForeignkeyColumns
Lists all the columns associated to a foreign key. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ForeignkeyDeferrable
Gets the deferrable attribute of a foreign key. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ForeignkeyEnabled
Tells whether a foreign key is enabled. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ForeignkeyExceptiontable
Gets the exception table associated to a foreign key. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ForeignkeyIndex
Gets the index associated to a foreign key, if any. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ForeignkeyMode
Gets the mode of a foreign key. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ForeignkeyUser
Gets the user who owns a foreign key, if any. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ForeignkeyValidated
Tells whether a foreign key is validated. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
FragmentDbspace
Gets the dbspace associated to a fragment. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
FragmentExpression
Gets the expression of a fragment. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
FragmentRemainder
Tells whether a fragment has a remainder attribute. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
GraphicalclassSemanticalclass
Deprecated. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
GraphicalclassSemanticclass
Gets the semantic class associated to a graphical class. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
GraphicaltableSemanticaltable
Get the semantic table asociated to a graphical table. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
GraphicaltableSemantictable
Get the semantic table associated to a graphical table. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
IBMBufferPool
BufferPool Target System: DB2-UDB Type: Concept |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
IbmColumnlobsizeunit
Gets the units of the lob size of a column. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
IBMDatabasePartitionGroup
DatabasePartitionGroup Target System: DB2-UDB Type: Concept |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
IBMTablespace
Tablespace Target System: DB2-UDB Type: Concept |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
IbmTriggerTime
Gets the time attribute of a trigger. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ImportClass
Gets the classifier imported by the import clause, if any. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ImportIsall
Tells whether an import clause imports all the classes of a given package. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ImportPackage
Gets the package imported by the import clause, if any. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
Index
Index: an index on a table. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
IndexAlias
Gets the alias of an index. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
IndexBitmap
Gets the bitmap attribute of an index. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
IndexBufferpool
Gets the buffer pool attribute of an index. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
IndexCategory
Gets the category of an index. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
IndexConstraint
Gets the index's constraint, if any. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
IndexConstraints
Deprecated. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
IndexDescription
Gets the description of an index. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
IndexFreelist
Gets the free list of an index. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
IndexFreelistgroups
Gets the free list groups of an index. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
IndexIndexkeys
Gets the index's keys. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
IndexInitialextent
Gets the initial extent attribute of an index. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
IndexInitialextentsizeunit
Gets the size of the initial extent attribute of an index. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
Indexinitrans
Gets the initial trans attribute of an index. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
IndexkeyColumn
Gets the column associated to an index key. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
IndexKeyExpression
Deprecated. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
IndexkeySortoption
Gets the index key's sort option. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
IndexLog
Gets the log attribute of an index. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
IndexMaxextent
Gets the maximum extent attribute of an index. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
IndexMaxtrans
Gets the maximum trans attribute of an index. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
IndexMinextent
Gets the minimum extent attribute of an index. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
IndexName
Gets the name of an index. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
IndexNextextent
Gets the next extent attribute of an index. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
IndexNextextentsizeunit
Gets the units of the next extent attribute of an index. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
IndexParallel
Gets the parallel attribute of an index. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
IndexParalleldegree
Gets the parallel degree attribute of an index. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
IndexPartitioningmethod
Gets the partitioning method of an index. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
IndexPartitionkeycolumns
Lists all the partition key columns associated to an index. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
IndexPartitions
Lists all the partitions in an index. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
IndexPctfree
Deprecated. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
IndexPctincrease
Gets the increase percentage of an index. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
IndexPhysicalname
Gets the physical name of an index. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
IndexSorting
Gets the sorting option of an index. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
IndexTable
Retrieves the table to which an index belongs. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
IndexTablespace
Gets the tablespace associated to an index. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
IndexUnique
Tells whether an index is unique. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
IndexUnlimitedextents
Gets the unlimited extents value of an index. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
IndexUser
Gets the user who owns an index, if any. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
INFIndexBitmapstorage
Gets the bitmap storage of an index. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
INFIndexCluster
Tells whether an index has a cluster. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
INFIndexDbspace
Gets the dbspace associated to an index. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
INFIndexFillfactor
Gets the fill factor of an index. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
INFIndexFragmentationdistributionscheme
Gets the fragmentation distribution scheme of an index. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
INFIndexFragmentationkeycolumns
Lists all the fragmentation key columns associated to an index. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
INFIndexFragments
Lists all the fragments contained in an index. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
INFIndexLockmode
Gets the lock mode of an index. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
INFIndexMode
Gets the mode of an index. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
INFIndexOnline
Gets online type of an index. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
INFProcedureDba
Tells whether a procedure has a DBA access. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
INFProcedureDocument
Gets the document of a procedure. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
INFProcedureExternalname
Gets the external name of a procedure. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
INFProcedureLanguage
Gets the language of a procedure. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
INFProcedureListingfilename
Gets the listing filename of a procedure. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
INFProcedureReferences
Tells whether a procedure has references. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
INFProcedureReturntypelength
Gets the return type's length of a procedure. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
INFProcedureReturntypenbdecimal
Gets the return type's number of decimals of a procedure. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
INFProcedureSpecificname
Gets the specific name of a procedure. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
INFProcedureVariant
Gets the variant attribute of a procedure. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
INFTableCategory
Gets the category of a table. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
INFTableDbspace
Gets the dbspace associated to a table. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
INFTableExtentsize
Gets the extent size of a table. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
INFTableFragmentationdistributionscheme
Gets the fragmentation distribution scheme of a table. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
INFTableFragmentationkeycolumns
Gets the fragmentation key columns associated to a table. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
INFTableFragmentationmaxrangevalue
Gets the fragmentation maximum range value of a table. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
INFTableFragmentationminrangevalue
Gets the fragmentation minimum range value of a table. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
INFTableFragments
Lists all the fragments contained in a table. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
INFTableLockmode
Gets the lock mode of a table. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
INFTableNextextentsize
Gets the next extent size of a table. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
INFTableWithrowids
Gets the With row IDs attribute of a table. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
InheritanceSubadt
Deprecated. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
InheritanceSubclassifier
Gets the subclass or the subinterface on an inheritance link. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
InheritanceSuperadt
Deprecated. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
InheritanceSuperclassifier
Gets the superclass or the superinterface of an inheritance link. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
InitblockBody
Gets the initialization block's body. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
InitblockIsstatic
Tells whether the initialization block is static. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
MethodBody
Gets the method's body. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
MethodExceptions
Lists all the method's exceptions. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
MethodIsabstract
Tells whether the method is abstract. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
MethodIsfinal
Tells whether the method is final. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
MethodIsnative
Tells whether the method is native. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
MethodIsstatic
Tells whether the method is static. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
MethodIsstrictfp
Tells whether the method is strictfp. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
MethodIssynchronized
Tells whether the method is synchronized. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
MethodOverriddenmethods
Lists all the method's overridden methods. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
MethodOverridingmethods
Lists all the method's overriding methods. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
MethodParameters
Lists all the method's parameters. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
MethodType
Gets the method's return type. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
MethodTypeuse
Gets the method's return type use. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
MethodTypeusestyle
Gets the methodd's type use style. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
MethodVisibility
Gets the method's visibility. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
NestedtablestorageColumns
Lists all the columns contained in an Oracle nested table storage. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
NestedtablestorageNesteditem
Gets the nested item associated to an Oracle nested table storage. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
NestedtablestorageReturnvaluetype
Gets the return value type of an Oracle nested table storage. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
NestedtablestorageTable
Gets the table containing the Oracle nested table storage. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
NestedtablestorageUser
Gets the user who owns an Oracle nested table storage, if any. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ObjectAlias
Returns the alias of an object. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ObjectComposite
Returns the composite of an object. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ObjectDescription
Returns the description of an object. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ObjectName
Returns the name of an object. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ObjectPhysicalname
Returns the physical name of an object. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
OperationlibraryPackages
Lists all the packages contained under an operation library. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
OperationlibraryProcedures
Lists all the procedures contained under an operation library. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
OrdomainCategory
Gets the category of a domain. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
OrdomainOrderedcollection
Tells whether the domain is an ordered collection. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
OrpackageBody
Gets the body of a package. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
OrpackageProcedures
Lists all the procedures contained under a package. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
OrpackageSpecification
Gets the specification of a package. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
OrpackageUser
Gets the user who owns a package, if any. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
OrparameterDecimal
Gets the number of decimals of a procedure parameter. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
OrparameterDefaultvalue
Gets the default value of a procedure parameter. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
OrparameterIsnocopy
Tells whether the NOCOPY attribute of a procedure parameter is enabled. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
OrparameterIsreferenced
Tells whether the type of a procedure parameter is referenced. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
OrparameterLength
Gets the length of a procedure parameter. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
OrparameterPassingconvention
Gets the passing convention of a procedure parameter. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
OrparameterType
Gets the type of a procedure parameter. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
PackageAdts
Deprecated. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
PackageAuthor
Gets the author of a Java package. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
PackageClassifiers
Lists all the classifiers contained under a Java package. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
PackageDiagrams
Lists all the diagrams contained under a Java package. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
PackageInvokerrights
Gets the invoker rights attribute of a package. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
PackageName
Gets the name of a Java package. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
PackagePackage
Gets the Java package containing the current package, if any. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
PackagePackages
List all the sub packages contained under a Java package. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
PackageProcedures
Lists all the procedures contained under a package. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
PackageVersion
Gets the version of a Java package. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ParameterDefaultnull
Tells whether a procedure parameter can be NULL. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ParameterDefaultvalue
Gets the parameter's default value. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ParameterIsfinal
Tells whether the parameter is final. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ParameterIsreturn
Tells whether the procedure parameter is a return parameter. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ParameterPassingconvention
Deprecated. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ParameterType
Gets the parameter's type. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ParameterTypeuse
Gets the parameter's type use. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ParameterTypeusestyle
Gets the parameter's type use style. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
PartitionBufferpool
Gets the buffer pool option of a partition. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
PartitionFreelistgroups
Gets the free list groups value of a partition. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
PartitionFreelists
Gets the free lists value of a partition. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
PartitionIndex
Retrieves the index to which a partition belongs. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
PartitionInitialextent
Gets the initial extent value of a partition. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
PartitionInitialextentsizeunit
Gets the units of the initial extent value of a partition. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
PartitionInitrans
Gets the initial trans value of a partition. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
PartitionLobstorages
Lists all the lob storages of a partition. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
PartitionLog
Gets the log attribute of a partition. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
PartitionMaxextents
Gets the maximum extents value of a partition. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
PartitionMaxtrans
Gets the maximum trans value of a partition. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
PartitionMinextents
Gets the minimum extents value of a partition. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
PartitionNextextent
Gets the next extents value of a partition. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
PartitionNextextentsizeunit
Gets the units of the next extents value of a partition. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
PartitionPctfree
Gets the free percentage of a partition. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
PartitionPctincrease
Gets the increase percentage of a partition. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
PartitionPctused
Gets the percentage used attribute of a partition. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
PartitionSubpartitions
Lists all the subpartitions of a given partition. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
PartitionSubPartitions
Lists all the sub partitions of a given partition. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
PartitionTable
Retrieves the table to which a partition belongs. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
PartitionTablespace
Gets the tablespace associated to a partition. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
PartitionUnlimitedextents
Gets the unlimited extents value of a partition. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
PartitionValue
Gets the value of a partition. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
Primaryuniquekey
Primaryuniquekey: either primary or a unique key. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
PrimaryuniquekeyChecking
Gets the checking attribute of a primary or a unique key. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
PrimaryuniquekeyColumns
Lists all the columns associated to a primary or a unique key. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
PrimaryuniquekeyDeferrable
Gets the deferrable attribute of a primary or a unique key. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
PrimaryuniquekeyEnabled
Tells whether a primary or a unique key is enabled. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
PrimaryuniquekeyExceptiontable
Gets the exception table associated to a primary or a unique key. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
PrimaryuniquekeyIndex
Gets the index associated to a primary or a unique key, if any. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
PrimaryuniquekeyIsprimary
Tells whether a key is a primary key. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
PrimaryuniquekeyMode
Gets the mode of a primary or a unique key. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
PrimaryuniquekeyUser
Gets the user who owns a primary or a unique key, if any. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
PrimaryuniquekeyValidated
Tells whether a primary or a unique key is validated. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
Procedure
Procedure: a procedure or a function. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ProcedureBody
Gets the body of a procedure. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ProcedureDescription
Gets the description of a procedure. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ProcedureDeterministic
Gets the deterministic attribute of a procedure. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ProcedureInvokerrights
Gets the invoker rights attribute of a procedure. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ProcedureIsfunction
Tells whether the procedure is actually a function. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ProcedureJavamethod
Gets the Java method associated to a procedure, if any. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ProcedureLanguage
Gets the language attribute of a procedure. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ProcedureOrparameters
Lists all the parameters of a procedure. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ProcedurePackage
Retrieves the package to which a procedure belongs. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ProcedureParallel
Gets the parallel attribute of a procedure. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ProcedureReturntype
Gets the return type of a function. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ProcedureReturntypeisreferenced
Tells whether the return type of a function is referenced. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ProcedureUser
Gets the user who owns a procedure, if any. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ProjectBemodels
Lists all the class models contained under a project. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ProjectClassmodels
Lists all the class models contained under a project. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ProjectDatamodels
Lists all the data models contained under a project. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ProjectDescription
Returns the description of a project. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ProjectDomainmodels
Lists all the data models contained under a project. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ProjectName
Returns the name of a project. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ProjectOperationlibraries
Lists all the operation libraries contained under a project. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ProjectPackages
Lists all the packages contained under a project. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ProjectPhysicalname
Returns the physical name of a project. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ProjectTypenodes
Lists all the type nodes contained under a project. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
RedologfileRedologgroup
Retrieves the redo log group to which a redo log file belongs. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
RedologgroupRedologfiles
Lists all the redo log files contained in a redo log group. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
RedologproupFiles
Deprecated. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
RgTablesTable
Gets the actual table associated to a table's graphical representation. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
RollbacksegmentInitialextent
Gets the initial extent value of a rollback segment. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
RollbacksegmentInitialextentsizeunit
Gets the units of the initial extent value of a rollback segment. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
RollbacksegmentIspublic
Tells whether the rollback segment is public. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
RollbacksegmentMaxextents
Gets the maximum extents value of a rollback segment. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
RollbacksegmentMinextents
Gets the minimum extents value of a rollback segment. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
RollbacksegmentNextextent
Gets the next extents value of a rollback segment. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
RollbacksegmentNextextentsizeunit
Gets the units of the next extents value of a rollback segment. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
RollbacksegmentOptimalsize
Gets the optimal size of a rollback segment. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
RollbacksegmentOptimalsizeunit
Gets the units of the optimal size of a rollback segment. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
RollbacksegmentTablespace
Gets the tablespace associated to a rollback segment. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
SbspaceBlobSpace
Tells whether a sbspace has a blob space. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
SbspaceLobcolumns
Lists all the lob columns of a sbspace. |
static org.modelsphere.sms.templates.GenericMapping.Section |
Section_1
SECTION 1: GENERIC CONCEPTS (FOR ALL TARGET SYSTEMS). |
static org.modelsphere.sms.templates.GenericMapping.Section |
Section_2
SECTION 2: BPM CONCEPTS. |
static org.modelsphere.sms.templates.GenericMapping.Section |
Section_3
SECTION 3: JAVA CONCEPTS (ONLY FOR THE JAVA TARGET SYSTEM). |
static org.modelsphere.sms.templates.GenericMapping.Section |
Section_4
SECTION 4: RELATIONAL CONCEPTS (FOR ALL TARGET SYSTEMS EXCEPT JAVA). |
static org.modelsphere.sms.templates.GenericMapping.Section |
Section_5
SECTION 5: ORACLE-SPECIFIC CONCEPTS (ONLY FOR THE ORACLE TARGET SYSTEM). |
static org.modelsphere.sms.templates.GenericMapping.Section |
Section_6
SECTION 6: DB2-SPECIFIC CONCEPTS (ONLY FOR THE DB2-UDB TARGET SYSTEM). |
static org.modelsphere.sms.templates.GenericMapping.Section |
Section_7
SECTION 7: INFORMIX-SPECIFIC CONCEPTS (ONLY FOR THE INFORMIX TARGET SYSTEM). |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
SequenceCache
Gets the cache attribute of a sequence. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
SequenceCachevalue
Gets the cache value attribute of a sequence. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
SequenceCycle
Gets the cycle attribute of a sequence. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
SequenceIncrement
Gets the increment attribute of a sequence. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
SequenceMaxvalue
Gets the maximum value of a sequence. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
SequenceMinvalue
Gets the minimum value of a sequence. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
SequenceOrder
Gets the order attribute of a sequence. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
SequenceStart
Gets the start attribute of a sequence. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
SequenceUser
Gets the user who owns the sequence, if any. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
SubpartitionPartition
Retrieve the partition of a given subpartition. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
Table
Table: a relational table. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
TableAlias
Gets the alias of a table. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
TableBufferpool
Gets the buffer pool option of an Oracle table. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
TableCache
Gets the cache attribute of an Oracle table. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
TableColumns
Lists all the columns contained under a table. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
TableCommitaction
Gets the commit action of an Oracle table. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
TableConstraints
Lists all the constraints contained under a table. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
TableDescription
Gets the description of a table. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
TableForeignkeys
Lists all the foreign keys contained under a table. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
TableFreelistgroups
Gets the free list groups value of an Oracle table. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
TableFreelists
Gets the free lists value of an Oracle table. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
TableIndexes
Lists all the indexes contained under a table. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
TableInitialextent
Gets the initial extent value of an Oracle table. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
TableInitialextentsizeunit
Gets the units of the initial extent value of an Oracle table. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
TableInitrans
Gets the initial trans value of an Oracle table. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
TableLobstorages
Lists all the lob storages contained in an Oracle table. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
TableLog
Gets the log option of an Oracle table. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
TableMaxextents
Gets the maximum extents trans value of an Oracle table. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
TableMaxtrans
Gets the maximum trans value of an Oracle table. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
TableMinextents
|
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
TableMonitoring
Gets the monitoring option of an Oracle table. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
TableName
Gets the name of a table. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
TableNestedtablestorages
Lists all the nested table storages contained in an Oracle table. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
TableNextextent
Gets the next extent value of an Oracle table. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
TableNextextentsizeunit
Gets the units of the next extent value of an Oracle table. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
TableParallel
Gets the parallel option of an Oracle table. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
TableParalleldegree
Gets the parallel degree attribute of an Oracle table. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
TablePartitioningmethod
Gets the partitioning method of an Oracle table. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
TablePartitionkeycolumns
Lists all the partition key columns associated to an Oracle table. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
TablePartitionningmethod
Deprecated. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
TablePartitions
Lists all the partitions contained in an Oracle table. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
TablePctfree
Gets the free percentage of an Oracle table. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
TablePctincrease
Gets the increase percentage attribute of an Oracle table. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
TablePctused
Gets the percentage used attribute of an Oracle table. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
TablePhysicalname
Gets the physical name of a table. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
TablePrimaryuniquekeys
Lists all the primary and unique keys contained under a table. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
TableRowmovement
Gets the row movement of an Oracle table. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
TableSelectionrule
Deprecated. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
TablespaceDatafiles
Lists all the data files contained in a tablespace. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
TablespaceDefobjinitialextent
Gets the initial extend value of a tablespace. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
TablespaceDefobjinitialextentsizeunit
Gets the units of the initial extend value of a tablespace. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
TablespaceDefobjmaxextents
Gets the maximum extend value of a tablespace. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
TablespaceDefobjminextents
Gets the minimum extend value of a tablespace. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
TablespaceDefobjnextextent
Gets the next extend value of a tablespace. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
TablespaceDefobjnextextentsizeunit
Gets the units of the next extend value of a tablespace. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
TablespaceDefobjpctincrease
Gets the increase percentage of a tablespace. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
TablespaceDefobjunlimitedextents
Gets the unlimited extents value of a tablespace. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
TablespaceExtentmanagement
Gets the extent management of a tablespace. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
TablespaceIslog
Gets the log option value of a tablespace. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
TablespaceIsonline
Tells whether a given tablespace is online. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
TablespaceIstemporary
Tells whether a given tablespace is temporary. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
TablespaceMinextent
Gets the minimum extent value of a tablespace. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
TablespaceMinextentsizeunit
Gets the units of the minimum extent value of a tablespace. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
TablespaceUniformextentsize
Gets the uniform extent size of a tablespace. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
TablespaceUniformextentsizeUnit
Gets the units of the uniform extent size of a tablespace. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
TableSubpartitionkeycolumns
Lists all the subpartition key columns associated to an Oracle table. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
TableTablespaces
Lists all the tablespaces associated to an Oracle table. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
TableTemporary
Tells whether an Oracle table is temporary. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
TableTriggers
Lists all the triggers contained under a table. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
TableUnlimitedextents
Gets the unlimited extents value of a table or nested storage table. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
TableUser
Gets the user who owns a table, if any. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
Trigger
Trigger: an action called at the creation, deletion or modification of a relational table. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
TriggerBody
Gets the body of a trigger. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
TriggerCategory
Gets the category of a trigger. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
TriggerColumns
Lists all the columns associated to a trigger. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
TriggerNewalias
Gets the new alias of a trigger. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
Triggernewtablealias
Gets the new table alias of a trigger. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
TriggerOldalias
Gets the old alias of a trigger. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
TriggerOldtablealias
Gets the old table alias of a trigger. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
TriggerParentalias
Gets the parent alias of a trigger. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
TriggerRowtrigger
Tells whether a trigger is a row trigger. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
TriggerTime
Gets the time attribute of a trigger. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
TriggerUser
Gets the user who owns a trigger, if any. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
TriggerWhencondition
Gets the when condition of a trigger. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
TypenodeTypepackages
Lists all the type packages contained under a project. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
TypepackagePrimitivetypes
Lists all the Java primitive types contained under a project. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
View
View: a relational view. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ViewCheckoption
Tells whether a view has a check option. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ViewColumns
Lists all the columns contained under a view. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ViewConstraints
Lists all the check constraints of a view. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ViewConstrainttype
Gets the constraint type of a view. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ViewContraints
Deprecated. |
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry |
ViewSelectionrule
Gets the selection rule of a view. |
Constructor Summary | |
---|---|
GenericMapping()
|
Method Summary | |
---|---|
static MetaClass |
getChildrenMetaClass(java.lang.String repositoryString)
|
static java.lang.Class |
getClassOf(java.lang.String repositoryString)
|
static MetaClass |
getMetaClassOf(java.lang.String repositoryString)
|
static MetaField |
getMetaField(java.lang.String repositoryString)
|
static MetaRelationship |
getMetaRelation(java.lang.String repositoryString)
|
static java.lang.String |
getRepositoryFunction(java.lang.String repositoryString)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static org.modelsphere.sms.templates.GenericMapping.Section Section_1
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ObjectAlias
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ObjectName
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ObjectPhysicalname
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ObjectDescription
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ObjectComposite
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ProjectName
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ProjectPhysicalname
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ProjectDescription
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ProjectPackages
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ProjectDatamodels
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ProjectClassmodels
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ProjectBemodels
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ProjectTypenodes
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TypenodeTypepackages
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TypepackagePrimitivetypes
public static org.modelsphere.sms.templates.GenericMapping.Section Section_2
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry BemodelProcesses
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry BemodelActors
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry BemodelStores
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry BemodelFlows
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry BemodelResources
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry BemodelQualifiers
public static org.modelsphere.sms.templates.GenericMapping.Section Section_3
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassmodelAdts
org.modelsphere.sms.plugins.generic.GenericMapping#ClassmodelClassifiers
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassmodelClassifiers
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassmodelDiagrams
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DiagramGraphicalclasses
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry GraphicalclassSemanticclass
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry GraphicalclassSemanticalclass
org.modelsphere.sms.plugins.generic.GenericMapping#GraphicalclassSemanticclass
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassmodelPackages
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassmodelVersion
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassmodelAuthor
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PackageName
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PackageDiagrams
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PackageAdts
org.modelsphere.sms.plugins.generic.GenericMapping#PackageClassifiers
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PackageClassifiers
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PackagePackages
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PackagePackage
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PackageVersion
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PackageAuthor
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry CompilationunitClasses
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry CompilationunitImports
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ImportPackage
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ImportClass
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ImportIsall
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassCompilationUnit
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassStereotype
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassFields
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassConstructors
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassMethods
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassSuperinheritances
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassSubinheritances
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassAssociations
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassInheritances
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassInnerclasses
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassInitblocks
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassIsabstract
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassIsfinal
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassIsstatic
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassIsstrictfp
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassVisibility
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassPackage
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassThrowingConstructors
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassThrowingMethods
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry InheritanceSuperadt
org.modelsphere.sms.plugins.generic.GenericMapping#InheritanceSuperclassifier
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry InheritanceSuperclassifier
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry InheritanceSubadt
org.modelsphere.sms.plugins.generic.GenericMapping#InheritanceSubclassifier
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry InheritanceSubclassifier
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry FieldIsfinal
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry FieldInitvalue
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry FieldIsstatic
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry FieldIstransient
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry FieldTypeuse
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry FieldTypeusestyle
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry FieldVisibility
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry FieldIsvolatile
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry FieldType
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry FieldElementtype
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry FieldAssociationend
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry InitblockIsstatic
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry InitblockBody
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ConstructorVisibility
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ConstructorExceptions
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ConstructorBody
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ConstructorParameters
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry MethodParameters
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry MethodExceptions
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry MethodIsabstract
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry MethodBody
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry MethodIsfinal
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry MethodIsnative
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry MethodIsstatic
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry MethodIssynchronized
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry MethodIsstrictfp
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry MethodVisibility
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry MethodType
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry MethodTypeuse
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry MethodTypeusestyle
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry MethodOverridingmethods
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry MethodOverriddenmethods
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ParameterType
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ParameterTypeuse
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ParameterTypeusestyle
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ParameterIsfinal
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ParameterPassingconvention
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ParameterDefaultvalue
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry AssociationAssociationends
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry AssociationendIsnavigable
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry AssociationendIsordered
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry AssociationendAggregation
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry AssociationendMultiplicity
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry AssociationendType
public static org.modelsphere.sms.templates.GenericMapping.Section Section_4
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry Datamodel
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatamodelTables
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatamodelViews
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatamodelDiagrams
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DiagramGraphicaltables
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry GraphicaltableSemantictable
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry GraphicaltableSemanticaltable
org.modelsphere.sms.plugins.generic.GenericMapping#GraphicaltableSemantictable
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatamodelVersion
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatamodelAuthor
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatamodelTargetsystem
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatabaseDataModels
org.modelsphere.sms.plugins.generic.GenericMapping#DatabaseSchema
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatabaseSchema
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatabaseOperationLibraries
org.modelsphere.sms.plugins.generic.GenericMapping#DatabaseOperationLibrary
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatabaseOperationLibrary
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry Table
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableAlias
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableName
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablePhysicalname
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableDescription
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableUser
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableColumns
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableIndexes
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableTriggers
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableUnlimitedextents
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableConstraints
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablePrimaryuniquekeys
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableForeignkeys
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry RgTablesTable
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableSelectionrule
org.modelsphere.sms.plugins.generic.GenericMapping#ViewSelectionrule
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry View
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ViewSelectionrule
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ViewColumns
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry Column
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ColumnAlias
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ColumnName
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ColumnPhysicalname
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ColumnDescription
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ColumnTable
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ColumnView
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ColumnType
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ColumnBuiltintype
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ColumnDomain
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ColumnConstraints
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ColumnCommonitem
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ColumnIsnullpossible
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ColumnLength
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ColumnDecimal
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ColumnDefault
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ColumnReference
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatamodelAssociations
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry AssociationName
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry AssociationRoles
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry AssociationroleIsnavigable
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry AssociationroleInsertrule
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry AssociationroleUpdaterule
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry AssociationroleDeleterule
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry AssociationroleClassifier
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry Trigger
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TriggerCategory
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TriggerNewalias
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TriggerOldalias
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TriggerWhencondition
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TriggerBody
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TriggerUser
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TriggerColumns
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry Index
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexAlias
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexName
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexPhysicalname
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexDescription
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexUnique
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexTable
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexUser
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexIndexkeys
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexKeyExpression
org.modelsphere.sms.plugins.generic.GenericMapping#IndexConstraint
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexConstraints
org.modelsphere.sms.plugins.generic.GenericMapping#IndexConstraint
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexConstraint
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexkeyColumn
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexkeySortoption
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry Primaryuniquekey
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PrimaryuniquekeyIsprimary
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PrimaryuniquekeyColumns
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PrimaryuniquekeyIndex
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ForeignkeyIndex
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ForeignkeyColumns
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ForeignkeyAssociationend
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry AssociationendReferencedconstraint
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry AssociationendDeleterule
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry AssociationendUpdaterule
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry FkeycolumnColumn
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry FkeycolumnSourceColumn
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry Check
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry CheckCondition
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry CheckColumn
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ProjectDomainmodels
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DomainmodelDomains
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DomainSourcetype
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DomainSourcedomain
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DomainSourcebuiltintype
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DomainTypedattributes
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry Domain
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DomainLength
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DomainNbdecimals
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ProjectOperationlibraries
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry OperationlibraryProcedures
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry OperationlibraryPackages
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PackageProcedures
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry Procedure
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ProcedureIsfunction
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ProcedureOrparameters
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ProcedureReturntype
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ProcedureReturntypeisreferenced
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ProcedurePackage
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ProcedureUser
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ProcedureJavamethod
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ProcedureBody
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ProcedureDescription
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry OrparameterPassingconvention
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry OrparameterDefaultvalue
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry OrparameterType
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry OrparameterLength
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry OrparameterDecimal
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry OrparameterIsreferenced
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry OrpackageSpecification
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry OrpackageBody
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry OrpackageUser
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry OrpackageProcedures
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry OrdomainCategory
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry OrdomainOrderedcollection
public static org.modelsphere.sms.templates.GenericMapping.Section Section_5
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatabaseArchivelog
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatabaseCharacterSet
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatabaseMaxDatafiles
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatabaseMaxinstances
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatabaseMaxlogfiles
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatabaseMaxloghistory
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatabaseMaxlogmembers
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatabaseNationalcharacterSet
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatabaseReuseControlFiles
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatabaseTablespaces
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablespaceDatafiles
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablespaceDefobjinitialextent
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablespaceDefobjinitialextentsizeunit
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablespaceDefobjmaxextents
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablespaceDefobjminextents
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablespaceDefobjnextextent
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablespaceDefobjnextextentsizeunit
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablespaceDefobjpctincrease
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablespaceDefobjunlimitedextents
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablespaceExtentmanagement
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablespaceIslog
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablespaceIsonline
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablespaceIstemporary
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablespaceMinextent
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablespaceMinextentsizeunit
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablespaceUniformextentsize
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablespaceUniformextentsizeUnit
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry FileSize
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry FileSizeunit
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry FileReuse
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatabaseRedologgroups
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry RedologproupFiles
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry RedologgroupRedologfiles
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry RedologfileRedologgroup
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatafileAutoextend
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatafileExtensionsize
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatafileExtensionsizeunit
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatafileMaxextensionsize
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatafileMaxextensionsizeunit
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatafileUnlimitedextension
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatafileTablespace
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry RollbacksegmentInitialextent
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry RollbacksegmentInitialextentsizeunit
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry RollbacksegmentMaxextents
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry RollbacksegmentMinextents
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry RollbacksegmentNextextent
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry RollbacksegmentNextextentsizeunit
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry RollbacksegmentOptimalsize
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry RollbacksegmentOptimalsizeunit
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry RollbacksegmentIspublic
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry RollbacksegmentTablespace
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableBufferpool
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableFreelists
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableFreelistgroups
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableInitialextent
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableInitialextentsizeunit
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableInitrans
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableMaxextents
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableMaxtrans
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableMinextents
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableNextextent
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableNextextentsizeunit
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablePctfree
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablePctincrease
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablePctused
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableTablespaces
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableCache
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableCommitaction
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableLobstorages
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableLog
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableMonitoring
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableParallel
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableParalleldegree
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablePartitions
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableNestedtablestorages
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablePartitioningmethod
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablePartitionningmethod
org.modelsphere.sms.plugins.generic.GenericMapping#TablePartitioningmethod
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablePartitionkeycolumns
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableSubpartitionkeycolumns
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableRowmovement
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableTemporary
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry NestedtablestorageColumns
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry NestedtablestorageNesteditem
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry NestedtablestorageReturnvaluetype
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry NestedtablestorageUser
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry NestedtablestorageTable
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DbORALobStorageBufferpool
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DbORALobStorageCache
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DbORALobStorageChunksize
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DbORALobStorageFreelistgroups
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DbORALobStorageFreelists
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DbORALobStorageInitialextent
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DbORALobStorageInitialextentsizeunit
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DbORALobStorageLobitems
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DbORALobStorageLog
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DbORALobStorageMaxextent
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DbORALobStorageMinextent
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DbORALobStorageNextextent
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DbORALobStorageNextextentsizeunit
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DbORALobStoragePctincrease
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DbORALobStoragePctversion
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DbORALobStorageStorageinrows
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DbORALobStorageTablespace
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DbORALobStorageUnlimitedextents
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ViewConstrainttype
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ViewConstraints
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ViewContraints
org.modelsphere.sms.plugins.generic.GenericMapping#ViewConstraints
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ColumnLobstorage
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ColumnPartitionkeytable
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ColumnStoragetable
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ColumnWithrowid
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PrimaryuniquekeyChecking
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PrimaryuniquekeyDeferrable
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PrimaryuniquekeyExceptiontable
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PrimaryuniquekeyEnabled
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PrimaryuniquekeyValidated
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ForeignkeyChecking
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ForeignkeyDeferrable
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ForeignkeyExceptiontable
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ForeignkeyEnabled
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ForeignkeyValidated
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry CheckChecking
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry CheckDeferrable
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry CheckExceptiontable
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry CheckEnabled
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry CheckValidated
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexBitmap
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexBufferpool
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexCategory
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexFreelist
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexFreelistgroups
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexInitialextent
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexInitialextentsizeunit
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry Indexinitrans
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexLog
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexMaxextent
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexMaxtrans
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexMinextent
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexNextextent
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexNextextentsizeunit
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexParallel
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexParalleldegree
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexPartitions
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexPartitionkeycolumns
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexPartitioningmethod
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexPctfree
org.modelsphere.sms.plugins.generic.GenericMapping#IndexPartitioningmethod
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexPctincrease
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexSorting
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexTablespace
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexUnlimitedextents
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TriggerParentalias
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TriggerRowtrigger
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TriggerTime
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PartitionBufferpool
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PartitionFreelists
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PartitionFreelistgroups
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PartitionIndex
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PartitionInitialextent
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PartitionInitialextentsizeunit
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PartitionInitrans
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PartitionLobstorages
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PartitionLog
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PartitionMaxextents
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PartitionMaxtrans
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PartitionMinextents
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PartitionNextextent
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PartitionNextextentsizeunit
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PartitionSubPartitions
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PartitionPctfree
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PartitionPctincrease
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PartitionPctused
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PartitionTable
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PartitionTablespace
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PartitionUnlimitedextents
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PartitionValue
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PartitionSubpartitions
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry SubpartitionPartition
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatamodelSequences
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry SequenceCache
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry SequenceCachevalue
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry SequenceCycle
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry SequenceIncrement
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry SequenceMaxvalue
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry SequenceMinvalue
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry SequenceOrder
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry SequenceStart
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry SequenceUser
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ProcedureDeterministic
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ProcedureInvokerrights
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ProcedureLanguage
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ProcedureParallel
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry OrparameterIsnocopy
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PackageInvokerrights
public static org.modelsphere.sms.templates.GenericMapping.Section Section_6
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IbmColumnlobsizeunit
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IbmTriggerTime
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TriggerOldtablealias
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry Triggernewtablealias
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IBMDatabasePartitionGroup
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IBMBufferPool
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IBMTablespace
public static org.modelsphere.sms.templates.GenericMapping.Section Section_7
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatabaseLogging
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatabaseDbspace
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFTableCategory
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFTableWithrowids
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFTableDbspace
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFTableExtentsize
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFTableNextextentsize
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFTableLockmode
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFTableFragmentationdistributionscheme
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFTableFragmentationminrangevalue
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFTableFragmentationmaxrangevalue
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFTableFragmentationkeycolumns
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFTableFragments
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ViewCheckoption
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ColumnSbspaces
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ColumnFragmentationkeytable
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ColumnFragmentationkeyindexes
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PrimaryuniquekeyMode
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PrimaryuniquekeyUser
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ForeignkeyMode
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ForeignkeyUser
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry CheckMode
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry CheckUser
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFIndexCluster
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFIndexLockmode
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFIndexOnline
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFIndexFillfactor
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFIndexBitmapstorage
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFIndexMode
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFIndexFragmentationkeycolumns
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFIndexFragmentationdistributionscheme
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFIndexDbspace
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFIndexFragments
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFProcedureDba
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFProcedureLanguage
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFProcedureSpecificname
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFProcedureExternalname
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFProcedureDocument
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFProcedureListingfilename
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFProcedureReferences
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFProcedureReturntypelength
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFProcedureReturntypenbdecimal
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFProcedureVariant
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ParameterDefaultnull
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ParameterIsreturn
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry FragmentExpression
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry FragmentDbspace
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry FragmentRemainder
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DbspaceFragments
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DbspaceTables
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DbspaceDatabase
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry SbspaceLobcolumns
public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry SbspaceBlobSpace
Constructor Detail |
---|
public GenericMapping()
Method Detail |
---|
public static final MetaField getMetaField(java.lang.String repositoryString) throws RuleException
RuleException
public static final MetaRelationship getMetaRelation(java.lang.String repositoryString) throws RuleException
RuleException
public static final java.lang.Class getClassOf(java.lang.String repositoryString)
public static final MetaClass getMetaClassOf(java.lang.String repositoryString)
public static final MetaClass getChildrenMetaClass(java.lang.String repositoryString) throws RuleException
RuleException
public static final java.lang.String getRepositoryFunction(java.lang.String repositoryString) throws RuleException
RuleException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |