PostgresSQLSyntaxSupport
bitlap.scalikejdbc.PostgresSQLSyntaxSupport
trait PostgresSQLSyntaxSupport
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
Members list
Concise view
Value members
Concrete methods
def batchInsertNameValues(table: SQLSyntaxSupport[_], entities: List[(SQLSyntax, ParameterBinder)]*): SQLBatch
Batch insert with name values.
Batch insert with name values.
It also supports Array values by bitlap.scalikejdbc.binders.ArrayBinders, and supports Json by bitlap.scalikejdbc.binders.JsonBinders.
Attributes
Extensions
Extensions
extension (self: InsertSQLBuilder)
Insert multiple values with name.
Insert multiple values with name.
It also supports Array values by bitlap.scalikejdbc.binders.ArrayBinders, and supports Json by bitlap.scalikejdbc.binders.JsonBinders.
Attributes
Insert and ON CONFLICT DO NOTHING
Insert and ON CONFLICT DO NOTHING
Attributes
Insert and ON CONFLICT ... DO UPDATE SET ...
.
Insert and ON CONFLICT ... DO UPDATE SET ...
.
It also supports Array values by bitlap.scalikejdbc.binders.ArrayBinders, and supports Json by bitlap.scalikejdbc.binders.JsonBinders.