public static interface DALExpressionBuilder.SelectCountBuilder
Modifier and Type | Method and Description |
---|---|
DALExpressionBuilder.SelectCountBuilder |
table(java.lang.String tableName) |
java.lang.String |
toString() |
ExpressionBuilder.Value |
toValue() |
DALExpressionBuilder.SelectCountBuilder |
where(ExpressionBuilder.Value where) |
DALExpressionBuilder.SelectCountBuilder table(java.lang.String tableName)
DALExpressionBuilder.SelectCountBuilder where(ExpressionBuilder.Value where)
ExpressionBuilder.Value toValue()
java.lang.String toString()
toString
in class java.lang.Object