public class OutsideSqlOption extends Object
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected boolean |
_formatSql |
protected boolean |
_nonSpecifiedColumnAccessAllowed |
protected String |
_pagingRequestType
The request type of paging.
|
protected boolean |
_removeBlockComment |
protected boolean |
_removeLineComment |
protected String |
_sourcePagingRequestType |
protected StatementConfig |
_statementConfig
The configuration of statement specified by configure().
|
protected String |
_tableDbName
The DB name of table.
|
| コンストラクタと説明 |
|---|
OutsideSqlOption() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
OutsideSqlOption |
autoPaging() |
OutsideSqlOption |
copyOptionForPagingCount() |
OutsideSqlOption |
enableNonSpecifiedColumnAccess() |
OutsideSqlOption |
formatSql() |
String |
generateUniqueKey() |
StatementConfig |
getStatementConfig() |
String |
getTableDbName() |
boolean |
isAutoPaging() |
boolean |
isFormatSql() |
boolean |
isManualPaging() |
boolean |
isNonSpecifiedColumnAccessAllowed() |
boolean |
isRemoveBlockComment() |
boolean |
isRemoveLineComment() |
boolean |
isSourcePagingRequestTypeAuto() |
OutsideSqlOption |
manualPaging() |
OutsideSqlOption |
removeBlockComment() |
OutsideSqlOption |
removeLineComment() |
protected void |
setPagingSourceRequestType(String sourcePagingRequestType) |
void |
setStatementConfig(StatementConfig statementConfig) |
void |
setTableDbName(String tableDbName) |
String |
toString() |
protected String _pagingRequestType
protected boolean _removeBlockComment
protected boolean _removeLineComment
protected boolean _formatSql
protected boolean _nonSpecifiedColumnAccessAllowed
protected StatementConfig _statementConfig
protected String _sourcePagingRequestType
protected String _tableDbName
public OutsideSqlOption autoPaging()
public OutsideSqlOption manualPaging()
public OutsideSqlOption removeBlockComment()
public OutsideSqlOption removeLineComment()
public OutsideSqlOption formatSql()
public OutsideSqlOption enableNonSpecifiedColumnAccess()
public String generateUniqueKey()
public OutsideSqlOption copyOptionForPagingCount()
public boolean isAutoPaging()
public boolean isManualPaging()
public boolean isRemoveBlockComment()
public boolean isRemoveLineComment()
public boolean isFormatSql()
public boolean isNonSpecifiedColumnAccessAllowed()
public StatementConfig getStatementConfig()
public void setStatementConfig(StatementConfig statementConfig)
protected void setPagingSourceRequestType(String sourcePagingRequestType)
public boolean isSourcePagingRequestTypeAuto()
public String getTableDbName()
public void setTableDbName(String tableDbName)
Copyright © 2014–2015 The DBFlute Project. All rights reserved.