com.solarmetric.kodo.impl.jdbc.schema
Class Index
java.lang.Object
|
+--com.solarmetric.kodo.impl.jdbc.schema.Index
- public class Index
- extends Object
Represents a database index.
- Author:
- Abe White, Stephen Kim
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getName
public String getName()
getType
public String getType()
setType
public void setType(String type)
getColumn
public Column getColumn()
Copyright 2001,2002 SolarMetric, Inc. All Rights Reserved.