Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

gsoft.util
Class NextNum  view NextNum download NextNum.java

java.lang.Object
  extended bygsoft.util.NextNum
All Implemented Interfaces:
java.io.Serializable

public class NextNum
extends java.lang.Object
implements java.io.Serializable


Constructor Summary
NextNum()
           
 
Method Summary
static int getNextNum(java.sql.Statement stmt, java.lang.String type)
           
static int getNextNum(java.sql.Statement stmt, java.lang.String table, int rowskip)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NextNum

public NextNum()
Method Detail

getNextNum

public static int getNextNum(java.sql.Statement stmt,
                             java.lang.String type)
                      throws java.lang.Exception

getNextNum

public static int getNextNum(java.sql.Statement stmt,
                             java.lang.String table,
                             int rowskip)
                      throws java.lang.Exception