net.ontopia.persistence.rdbms
Class Index

java.lang.Object
  extended by net.ontopia.persistence.rdbms.Index

public class Index
extends java.lang.Object

INTERNAL: Represents the definition of a relational table index.


Field Summary
protected  java.lang.String[] columns
           
protected  java.lang.String name
           
protected  java.lang.String shortname
           
 
Constructor Summary
Index()
           
 
Method Summary
 java.lang.String[] getColumns()
          INTERNAL: Gets the indexed columns.
 java.lang.String getName()
          INTERNAL: Gets the name of the column.
 java.lang.String getShortName()
          INTERNAL: Gets the short name of the table.
 void setColumns(java.lang.String[] columns)
          INTERNAL: Sets the indexed column.
 void setName(java.lang.String name)
          INTERNAL: Sets the name of the column.
 void setShortName(java.lang.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

name

protected java.lang.String name

shortname

protected java.lang.String shortname

columns

protected java.lang.String[] columns
Constructor Detail

Index

public Index()
Method Detail

getName

public java.lang.String getName()
INTERNAL: Gets the name of the column.


setName

public void setName(java.lang.String name)
INTERNAL: Sets the name of the column.


getShortName

public java.lang.String getShortName()
INTERNAL: Gets the short name of the table.


setShortName

public void setShortName(java.lang.String shortname)
INTERNAL: Sets the short name of the table.


getColumns

public java.lang.String[] getColumns()
INTERNAL: Gets the indexed columns.


setColumns

public void setColumns(java.lang.String[] columns)
INTERNAL: Sets the indexed column.



Copyright © 2000-2012 Ontopia.