org.sqlproc.engine.plugin
Interface SqlIdentityPlugin
- All Known Implementing Classes:
- DefaultSqlPlugins
public interface SqlIdentityPlugin
The SQL Processor plugin devoted to the identity SELECT SQL construction.
There are utilized the patterns from the SqlFeature. These pattern have to be combined with the table and or
column name in the next way:
- $t is the table name
- $c is the column name
- Author:
- Vladimir Hudec
SUPPVAL_IDENTITY_SELECT
static final String SUPPVAL_IDENTITY_SELECT
- See Also:
- Constant Field Values
identitySelect
String identitySelect(String identitySelectName,
String tableName,
String columnName)
- Used to construct the identity SELECT SQL.
- Parameters:
identitySelectName - the identity SELECT SQL nametableName - the table name. Right now it's not supplied.columnName - the column name. Right now it's not supplied.
- Returns:
- the final identity SELECT SQL
Copyright © 2012. All Rights Reserved.