Package tilda.db
Class QueryHelper.CaseClause
- java.lang.Object
-
- tilda.db.QueryHelper.CaseClause
-
- Enclosing class:
- QueryHelper
public static class QueryHelper.CaseClause extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<QueryHelper.CaseWhen>
_Cases
protected ColumnDefinition
_Col
-
Constructor Summary
Constructors Constructor Description CaseClause()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
when(SelectQuery whereClause, java.lang.String value)
-
-
-
Field Detail
-
_Col
protected ColumnDefinition _Col
-
_Cases
protected java.util.List<QueryHelper.CaseWhen> _Cases
-
-
Method Detail
-
when
public void when(SelectQuery whereClause, java.lang.String value) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-