Uses of Class
org.exolab.jms.tools.db.Index

Packages that use Index
org.exolab.jms.tools.db   
 

Uses of Index in org.exolab.jms.tools.db
 

Methods in org.exolab.jms.tools.db that return Index
static Index Index.unmarshal(java.io.Reader reader)
          Method unmarshal
 Index Table.getIndex(int index)
          Method getIndex
 Index[] Table.getIndex()
          Method getIndex
 

Methods in org.exolab.jms.tools.db with parameters of type Index
 void Table.addIndex(Index vIndex)
          Method addIndex
 void Table.addIndex(int index, Index vIndex)
          Method addIndex
 boolean Table.removeIndex(Index vIndex)
          Method removeIndex
 void Table.setIndex(int index, Index vIndex)
          Method setIndex
 void Table.setIndex(Index[] indexArray)
          Method setIndex
 



Copyright © 1999-2004 The OpenJMS Group. All Rights Reserved.