Class CreateSequence

java.lang.Object
rife.database.queries.CreateSequence
All Implemented Interfaces:
Cloneable, Query

public class CreateSequence extends Object implements Cloneable
Object representation of a SQL "CREATE SEQUENCE" query.

This object may be used to dynamically construct a SQL statement in a database-independent fashion. After it is finished, it may be executed using DbQueryManager.executeUpdate().

Since:
1.0