Class DBIndex
java.lang.Object
org.eobjects.metamodel.doc.jdbc.DBIndex
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddIndexColumn(DBIndexColumn indexColumn) getName()getType()protected voidsetCatalog(String catalog) protected voidsetIndexQualifier(String indexQualifier) protected voidprotected voidvoidsetSqlScript(String sqlScript) protected voidsetType(DBIndexType type) protected void
-
Constructor Details
-
DBIndex
public DBIndex()
-
-
Method Details
-
getName
- Returns:
- the name
-
setName
- Parameters:
name- the name to set
-
getSchema
- Returns:
- the schema
-
setSchema
- Parameters:
schema- the schema to set
-
getUnique
- Returns:
- the unique
-
setUnique
- Parameters:
unique- the unique to set
-
getIndexQualifier
- Returns:
- the indexQualifier
-
setIndexQualifier
- Parameters:
indexQualifier- the indexQualifier to set
-
getType
- Returns:
- the type
-
setType
- Parameters:
type- the type to set
-
getCatalog
- Returns:
- the catalog
-
setCatalog
- Parameters:
catalog- the catalog to set
-
getIndexColumns
- Returns:
- the indexColumns
-
addIndexColumn
- Parameters:
indexColumn- the indexColumn to add
-
getSqlScript
- Returns:
- the sqlScript
-
setSqlScript
- Parameters:
sqlScript- the sqlScript to set
-