class
InsertSelect[PK, R <: Record[PK, R]] extends DMLQuery
Instance Constructors
-
new
InsertSelect(relation: Relation[PK, R], query: ru.circumflex.orm.SQLQuery[_])
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
-
var
_aliasCounter: Int
-
var
_executionTime: Long
-
var
_namedParams: Map[String, Any]
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): InsertSelect.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
query: ru.circumflex.orm.SQLQuery[_]
-
val
relation: Relation[PK, R]
-
def
renderParams: Seq[Any]
-
def
set(name: String, value: Any): InsertSelect.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