public interface ConditionOption
| 修飾子とタイプ | メソッドと説明 |
|---|---|
List<SpecifiedColumn> |
getCompoundColumnList()
Get the list of compound columns.
|
ExtensionOperand |
getExtensionOperand()
Get the extension operand.
|
GearedCipherManager |
getGearedCipherManager()
Get the manager of geared cipher.
|
String |
getRearOption()
Get the string expression of rear option.
|
OnQueryStringConnector |
getStringConnector()
Get the string connector basically for compound columns?
|
QueryClauseArranger |
getWhereClauseArranger()
Get the arranger of query clause.
|
boolean |
hasCompoundColumn()
Does the option have compound columns?
|
boolean |
hasStringConnector()
Does the option have string connector basically for compound columns?
|
String getRearOption()
boolean hasCompoundColumn()
List<SpecifiedColumn> getCompoundColumnList()
boolean hasStringConnector()
OnQueryStringConnector getStringConnector()
ExtensionOperand getExtensionOperand()
QueryClauseArranger getWhereClauseArranger()
GearedCipherManager getGearedCipherManager()
Copyright © 2014–2015 The DBFlute Project. All rights reserved.