SolarMetric Kodo JDO Enterprise Edition 2.3.1 generated on August 20 2002

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

Method Summary
 Column getColumn()
           
 String getName()
           
 String getType()
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public String getName()

getType

public String getType()

setType

public void setType(String type)

getColumn

public Column getColumn()

SolarMetric Kodo JDO Enterprise Edition 2.3.1 generated on August 20 2002

Copyright 2001,2002 SolarMetric, Inc. All Rights Reserved.