public interface FixedConditionResolver
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
hasOverRelation(String fixedCondition)
Does the fixed-condition have over-relation?
|
String |
resolveFixedInlineView(String foreignTable,
boolean treatedAsInnerJoin)
Resolve fixed InlineView for fixed-condition.
|
String |
resolveVariable(String fixedCondition,
boolean fixedInline)
Resolve variables on fixed-condition.
|
String resolveVariable(String fixedCondition, boolean fixedInline)
fixedCondition - The string of fixed-condition. (NotNull)fixedInline - Are the fixed conditions located on in-line view?String resolveFixedInlineView(String foreignTable, boolean treatedAsInnerJoin)
foreignTable - The SQL name of foreign table that has fixed-condition. (NotNull)treatedAsInnerJoin - Does the join treated as inner-join?boolean hasOverRelation(String fixedCondition)
fixedCondition - The string of fixed-condition. (NotNull)Copyright © 2014–2015 The DBFlute Project. All rights reserved.