protected class DisplaySqlBuilder.EmbeddingProcessor extends Object
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected int |
_blockCommentBeginIndex |
protected int |
_blockCommentEndIndex |
protected int |
_loopIndex |
protected int |
_processPointer |
protected int |
_questionMarkIndex |
protected int |
_quotationScopeBeginIndex |
protected int |
_quotationScopeEndIndex |
| 修飾子 | コンストラクタと説明 |
|---|---|
protected |
EmbeddingProcessor() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected void |
assertArgumentSize(Object[] args,
String sql) |
String |
embed(String sql,
Object[] args) |
protected boolean |
hasBlockComment() |
protected boolean |
hasQuotationScope() |
protected boolean |
isBeforeBlockComment() |
protected boolean |
isInBlockComment() |
protected boolean |
isInQuotationScope() |
protected boolean |
isQuotationScopeOverBlockComment() |
protected void |
processBindVariable(StringBuilder sb,
String sql,
Object[] args) |
protected void |
processBlockComment(StringBuilder sb,
String sql,
Object[] args) |
protected void |
processLastPart(StringBuilder sb,
String sql,
Object[] args) |
protected void |
processQuotationScope(StringBuilder sb,
String sql,
Object[] args) |
protected void |
setupBlockCommentIndex(String sql) |
protected void |
setupQuestionMarkIndex(String sql) |
protected void |
setupQuotationScopeIndex(String sql) |
protected int _processPointer
protected int _loopIndex
protected int _questionMarkIndex
protected int _quotationScopeBeginIndex
protected int _quotationScopeEndIndex
protected int _blockCommentBeginIndex
protected int _blockCommentEndIndex
protected void processBindVariable(StringBuilder sb, String sql, Object[] args)
protected void processBlockComment(StringBuilder sb, String sql, Object[] args)
protected void processQuotationScope(StringBuilder sb, String sql, Object[] args)
protected void processLastPart(StringBuilder sb, String sql, Object[] args)
protected void setupQuestionMarkIndex(String sql)
protected void setupBlockCommentIndex(String sql)
protected void setupQuotationScopeIndex(String sql)
protected boolean hasBlockComment()
protected boolean hasQuotationScope()
protected boolean isBeforeBlockComment()
protected boolean isInBlockComment()
protected boolean isInQuotationScope()
protected boolean isQuotationScopeOverBlockComment()
Copyright © 2014–2015 The DBFlute Project. All rights reserved.