Jive Forums API (5.5.20.2-oracle) Developer Javadocs

com.jivesoftware.base.database.sequence
Class MySQLSequence

java.lang.Object
  extended by com.jivesoftware.base.database.sequence.MySQLSequence

public class MySQLSequence
extends java.lang.Object


Method Summary
 void delete()
           
 long nextUniqueID()
          Returns the next available unique ID.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

nextUniqueID

public long nextUniqueID()
Returns the next available unique ID. Essentially this provides for the functionality of an auto-increment database field.

Returns:
the next available unique ID

delete

public void delete()

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.