org.sqlproc.engine.plugin
Interface SqlSequencePlugin

All Superinterfaces:
Modifiers
All Known Implementing Classes:
DefaultSqlPlugins

public interface SqlSequencePlugin
extends Modifiers

The SQL Processor plugin devoted to the sequence SELECT SQL construction. There are utilized the patterns from the SqlFeature. These pattern have to be combined with the sequence name used in the META SQL query in the next way:

Author:
Vladimir Hudec

Field Summary
 
Fields inherited from interface org.sqlproc.engine.plugin.Modifiers
MODIFIER_ANY, MODIFIER_ANYSET, MODIFIER_CALL, MODIFIER_EMPTY, MODIFIER_IDENTITY_SELECT, MODIFIER_NOTEMPTY, MODIFIER_NOTNULL, MODIFIER_NULL, MODIFIER_SEQUENCE
 
Method Summary
 String sequenceSelect(String sequenceName)
          Used to construct the sequence SELECT SQL.
 

Method Detail

sequenceSelect

String sequenceSelect(String sequenceName)
Used to construct the sequence SELECT SQL.

Parameters:
sequenceName - the sequence name
Returns:
the final sequence SELECT SQL


Copyright © 2013. All Rights Reserved.