public interface SqlPluginFactory
Modifier and Type | Method and Description |
---|---|
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.
|
SqlExecutionPlugin |
getSqlExecutionPlugin()
Returns the SQL Processor plugin devoted to possible SQL query/command modification just before it is executed.
|
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.
|
IsEmptyPlugin getIsEmptyPlugin()
IsTruePlugin getIsTruePlugin()
SqlCountPlugin getSqlCountPlugin()
SqlFromToPlugin getSqlFromToPlugin()
SqlSequencePlugin getSqlSequencePlugin()
SqlIdentityPlugin getSqlIdentityPlugin()
SqlExecutionPlugin getSqlExecutionPlugin()
Copyright © 2014. All Rights Reserved.