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