Package | Description |
---|---|
org.riversun.d6.core |
Modifier and Type | Method and Description |
---|---|
WhereCondition |
WhereCondition.AND()
Add 'AND' condition into WHERE clause
|
WhereCondition |
WhereCondition.Col(String columnName)
Add columnName into WHERE clause
|
WhereCondition |
WhereCondition.Equals()
Add '=' operator into WHERE clause
|
WhereCondition |
WhereCondition.LessEqualsThan()
Add '<=' operator into WHERE clause
|
WhereCondition |
WhereCondition.LessThan()
Add '<' operator into WHERE clause
|
WhereCondition |
WhereCondition.MoreEqualsThan()
Add '>=' operator into WHERE clause
|
WhereCondition |
WhereCondition.MoreThan()
Add '>' operator into WHERE clause
|
WhereCondition |
WhereCondition.OR()
Add 'OR' condition into WHERE clause
|
WhereCondition |
WhereCondition.Val(Object val)
Add value of column into WHERE clause
|
WhereCondition |
WhereCondition.ValWildCard()
Add value as wildcard
|
WhereCondition |
WhereCondition.WHERE(WhereCondition whereCondition)
Add WhereCondition object itself surrounded with bracket into where
clause
|
Modifier and Type | Method and Description |
---|---|
int |
D6Crud.execSelectCount(Class<? extends D6Model> modelClazz,
WhereCondition whereCondition)
Returns the total number of the lines of rows corresponding to the
specified model class
|
int |
D6Crud.execSelectCount(Class<? extends D6Model> modelClazz,
WhereCondition whereCondition,
Object[] searchKeys)
Returns the total number of the lines of rows corresponding to the
specified model class
|
Object[] |
D6Crud.execSelectTable(Class<? extends D6Model> modelClazz,
WhereCondition whereCondition) |
Object[] |
D6Crud.execSelectTable(Class<? extends D6Model> modelClazz,
WhereCondition whereCondition,
Object[] searchKeys) |
WhereCondition |
WhereCondition.WHERE(WhereCondition whereCondition)
Add WhereCondition object itself surrounded with bracket into where
clause
|
Copyright © 2015. All rights reserved.