Class DBIndex
java.lang.Object
org.eobjects.metamodel.doc.jdbc.DBIndex
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
addIndexColumn
(DBIndexColumn indexColumn) getName()
getType()
protected void
setCatalog
(String catalog) protected void
setIndexQualifier
(String indexQualifier) protected void
protected void
void
setSqlScript
(String sqlScript) protected void
setType
(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
-