SolarMetric Kodo JDO 2.4.3 generated on March 27 2003

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.


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 2.4.3 generated on March 27 2003

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