org.sqlproc.engine.plugin
Interface SqlSequencePlugin

All Known Implementing Classes:
DefaultSqlPlugins

public interface SqlSequencePlugin

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
static String SUPPVAL_SEQUENCE
           
 
Method Summary
 String sequenceSelect(String sequenceName)
          Used to construct the sequence SELECT SQL.
 

Field Detail

SUPPVAL_SEQUENCE

static final String SUPPVAL_SEQUENCE
See Also:
Constant Field Values
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 © 2012. All Rights Reserved.