Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
def
WHERE(expression: String, params: (String, Any)*): Delete.this.type
-
def
WHERE(predicate: Predicate): Delete.this.type
-
var
_aliasCounter: Int
-
var
_executionTime: Long
-
var
_namedParams: Map[String, Any]
-
-
def
add(expression: String, params: (String, Any)*): Delete.this.type
-
def
add(predicates: Predicate*): Delete.this.type
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): Delete.this.type
-
def
convertNamedParam(param: Any): Any
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(that: Any): Boolean
-
def
execute(): Int
-
def
executionTime: Long
-
def
finalize(): Unit
-
final
def
getClass(): java.lang.Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
lookupNamedParam(name: String): Any
-
final
def
ne(arg0: AnyRef): Boolean
-
def
nextAlias: String
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
parameters: Seq[Any]
-
val
relation: Relation[PK, R]
-
def
renderParams: Seq[Any]
-
def
set(name: String, value: Any): Delete.this.type
-
def
setParams(st: PreparedStatement, index: Int): Int
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toInlineSql: String
-
def
toSql: String
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
Inherited from Cloneable
Inherited from AnyRef
Inherited from Any