|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.ontopia.persistence.rdbms.Index
public class Index
INTERNAL: Represents the definition of a relational table index.
| Field Summary | |
|---|---|
protected String[] |
columns
|
protected String |
name
|
protected String |
shortname
|
| Constructor Summary | |
|---|---|
Index()
|
|
| Method Summary | |
|---|---|
String[] |
getColumns()
INTERNAL: Gets the indexed columns. |
String |
getName()
INTERNAL: Gets the name of the column. |
String |
getShortName()
INTERNAL: Gets the short name of the table. |
void |
setColumns(String[] columns)
INTERNAL: Sets the indexed column. |
void |
setName(String name)
INTERNAL: Sets the name of the column. |
void |
setShortName(String shortname)
INTERNAL: Sets the short name of the table. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String name
protected String shortname
protected String[] columns
| Constructor Detail |
|---|
public Index()
| Method Detail |
|---|
public String getName()
public void setName(String name)
public String getShortName()
public void setShortName(String shortname)
public String[] getColumns()
public void setColumns(String[] columns)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||