c
com.github.apuex.springbootsolution.runtime
WhereClauseWithNamedParams
Companion object WhereClauseWithNamedParams
class WhereClauseWithNamedParams extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- WhereClauseWithNamedParams
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new WhereClauseWithNamedParams(c: SymbolConverter)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val gson: Gson
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def orderBy(orderBys: Seq[OrderBy], alias: String = ""): String
- def parseStringArray(json: String): Array[String]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def toNamedParams(connection: LogicalConnectionVo, params: Map[String, String]): Seq[(String, String, Any)]
- def toNamedParams(predicate: LogicalPredicateVo, params: Map[String, String]): Seq[(String, String, Any)]
- def toNamedParams(criteria: FilterPredicate, params: Map[String, String]): Seq[(String, String, Any)]
-
def
toSql(q: QueryCommand, criteria: FilterPredicate, indent: Int): String
Generate SQL filter predicate or compound predicates from query criteria.
Generate SQL filter predicate or compound predicates from query criteria.
- criteria
the criteria for filtering result sets.
- indent
indent count, in blank space character.
- returns
A compound predicates for SQL WHERE clause
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
toWhereClause(q: QueryCommand, criteria: FilterPredicate, indent: Int): String
Generate SQL WHERE clause from query criteria.
Generate SQL WHERE clause from query criteria.
- criteria
the criteria for filtering result sets.
- indent
indent count, in blank space character.
- returns
A SQL WHERE clause
-
def
toWhereClause(q: QueryCommand, indent: Int): String
Generate SQL WHERE clause from query command.
-
def
toWhereClause(q: QueryCommand): String
Generate SQL WHERE clause from query command.
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )