|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SqlPluginFactory
The factory definition, which can be used to construct the SQL Processor plugins instances.
Method Summary | |
---|---|
IsEmptyPlugin |
getIsEmptyPlugin()
Returns the SQL Processor plugin devoted to evaluate the emptiness of the input value. |
IsTruePlugin |
getIsTruePlugin()
Returns the SQL Processor plugin devoted to evaluate the boolean value of the logical expression. |
SqlCountPlugin |
getSqlCountPlugin()
Returns the SQL Processor plugin devoted to the COUNT SQL construction. |
SqlFromToPlugin |
getSqlFromToPlugin()
Returns the SQL Processor plugin devoted to the FROM-TO SQL construction. |
SqlIdentityPlugin |
getSqlIdentityPlugin()
Returns the SQL Processor plugin devoted to the identity SELECT SQL construction. |
SqlSequencePlugin |
getSqlSequencePlugin()
Returns the SQL Processor plugin devoted to the sequence SELECT SQL construction. |
Method Detail |
---|
IsEmptyPlugin getIsEmptyPlugin()
IsTruePlugin getIsTruePlugin()
SqlCountPlugin getSqlCountPlugin()
SqlFromToPlugin getSqlFromToPlugin()
SqlSequencePlugin getSqlSequencePlugin()
SqlIdentityPlugin getSqlIdentityPlugin()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |