public static class FetchDirection.FetchDirectionSqlStatementCustomizer extends Object implements SqlStatementCustomizer
Constructor and Description |
---|
FetchDirectionSqlStatementCustomizer(Integer direction) |
Modifier and Type | Method and Description |
---|---|
void |
apply(SQLStatement q)
Invoked to customize the sql statement
|
public FetchDirectionSqlStatementCustomizer(Integer direction)
public void apply(SQLStatement q) throws SQLException
SqlStatementCustomizer
apply
in interface SqlStatementCustomizer
q
- the statement being customizedSQLException
- will abort statement creationCopyright © 2023. All rights reserved.