1 /* $Id: Index.java,v 1.3 2006/01/10 16:42:54 psionides Exp $ */
2 package net.sourceforge.jdbdump.dump;
3
4 /***
5 * Represents an index in a table.
6 * @todo this class is not implemented yet
7 */
8
9 // TODO: implement table indices
10
11 public class Index {
12 private String name;
13 }