InsertSQLBuilder
scalikejdbc.QueryDSLFeature.InsertSQLBuilder
case class InsertSQLBuilder(sql: SQLSyntax) extends SQLBuilder[UpdateOperation]
SQLBuilder for insert queries.
Attributes
- Source
- QueryDSLFeature.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait SQLBuilder[UpdateOperation]class Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Definition Classes
- Source
- QueryDSLFeature.scala
Attributes
- Source
- QueryDSLFeature.scala
Attributes
- Source
- QueryDSLFeature.scala
Attributes
- Source
- QueryDSLFeature.scala
This is a work around of a Scala compiler bug (SI-7420).
This is a work around of a Scala compiler bug (SI-7420).
Attributes
- See also
- Source
- QueryDSLFeature.scala
returning
for PostgreSQL
returning id
for PostgreSQL
def select(columns: SQLSyntax*)(query: (SelectSQLBuilder[Nothing]) => SQLBuilder[Nothing]): InsertSQLBuilder
Attributes
- Source
- QueryDSLFeature.scala
Attributes
- Source
- QueryDSLFeature.scala
def selectAll(providers: ResultAllProvider*)(query: (SelectSQLBuilder[Nothing]) => SQLBuilder[Nothing]): InsertSQLBuilder
Attributes
- Source
- QueryDSLFeature.scala
Attributes
- Source
- QueryDSLFeature.scala
Inherited methods
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- SQLBuilder
- Source
- QueryDSLFeature.scala
Attributes
- Inherited from:
- SQLBuilder
- Source
- QueryDSLFeature.scala
In this article