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.
| Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Index
Index(String name,
Column column)
getName
public String getName()
getType
public String getType()
setType
public void setType(String type)
getColumn
public Column getColumn()
Copyright 2001,2002,2003 SolarMetric, Inc. All Rights Reserved.