| パッケージ | 説明 |
|---|---|
| org.dbflute.outsidesql.executor | |
| org.dbflute.outsidesql.factory |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
OutsideSqlManualPagingExecutor<BEHAVIOR> |
OutsideSqlManualPagingExecutor.configure(StatementConfig statementConfig)
Configure statement JDBC options.
|
protected OutsideSqlManualPagingExecutor<BEHAVIOR> |
OutsideSqlBasicExecutor.createOutsideSqlManualPagingExecutor() |
OutsideSqlManualPagingExecutor<BEHAVIOR> |
OutsideSqlManualPagingExecutor.formatSql()
Set up format-SQL for this outside-SQL.
|
OutsideSqlManualPagingExecutor<BEHAVIOR> |
OutsideSqlBasicExecutor.manualPaging()
Prepare the paging as manual-paging.
|
OutsideSqlManualPagingExecutor<BEHAVIOR> |
OutsideSqlManualPagingExecutor.removeBlockComment()
Set up remove-block-comment for this outside-SQL.
|
OutsideSqlManualPagingExecutor<BEHAVIOR> |
OutsideSqlManualPagingExecutor.removeLineComment()
Set up remove-line-comment for this outside-SQL.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
<BEHAVIOR> OutsideSqlManualPagingExecutor<BEHAVIOR> |
OutsideSqlExecutorFactory.createManualPaging(BehaviorCommandInvoker behaviorCommandInvoker,
String tableDbName,
DBDef currentDBDef,
OutsideSqlOption outsideSqlOption)
Create the manual-paging executor of outside-SQL.
|
<BEHAVIOR> OutsideSqlManualPagingExecutor<BEHAVIOR> |
DefaultOutsideSqlExecutorFactory.createManualPaging(BehaviorCommandInvoker behaviorCommandInvoker,
String tableDbName,
DBDef currentDBDef,
OutsideSqlOption outsideSqlOption)
Create the manual-paging executor of outside-SQL.
|
Copyright © 2014–2015 The DBFlute Project. All rights reserved.