SolarMetric Kodo JDO 2.5.8 generated on January 11 2004

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.


Constructor Summary
(package private) Index(String name, Column column)
           
 
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
 

Constructor Detail

Index

Index(String name,
      Column column)
Method Detail

getName

public String getName()

getType

public String getType()

setType

public void setType(String type)

getColumn

public Column getColumn()

SolarMetric Kodo JDO 2.5.8 generated on January 11 2004

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