org.enableit.db.beans
Class TableExt

java.lang.Object
  |
  +--org.enableit.db.beans.TableExt

public class TableExt
extends java.lang.Object

Extension or Helper class for Table.

Author:
Tim Stephenson

Field Summary
static java.lang.String ABOUT
          CVS info ABOUT this class and its current version
 
Method Summary
static int getAutoIncrementCount(org.enableit.db.beans.Table table)
           
static java.util.List getPrimaryKeyList(org.enableit.db.beans.Table table)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ABOUT

public static final java.lang.String ABOUT
CVS info ABOUT this class and its current version

See Also:
Constant Field Values
Method Detail

getAutoIncrementCount

public static int getAutoIncrementCount(org.enableit.db.beans.Table table)

getPrimaryKeyList

public static java.util.List getPrimaryKeyList(org.enableit.db.beans.Table table)


Copyright © 1999-2004 enableIT.org. All Rights Reserved.