scalikejdbc-helper-postgres
scalikejdbc-helper-postgres
API
bitlap.scalikejdbc
PostgresSQLSyntaxSupport
bitlap.scalikejdbc.binders
ArrayBinders
DeriveParameterBinder
DeriveTypeBinder
JsonBinders
ObjectType
Utils
scalikejdbc-helper-postgres
/
bitlap.scalikejdbc
/
PostgresSQLSyntaxSupport
PostgresSQLSyntaxSupport
bitlap.scalikejdbc.PostgresSQLSyntaxSupport
trait
PostgresSQLSyntaxSupport
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Clear all
Members list
Concise view
Extensions
Extensions
extension
(self:
SQLSyntax
.type)
def
values
(
column
:
SQLSyntax
):
SQLSyntax
extension
(self:
InsertSQLBuilder
)
def
onConflictDoNothing
():
InsertSQLBuilder
def
onConflictUpdate
(
constraint
:
String
)(
columnsAndValues
: (
SQLSyntax
,
Any
)*):
InsertSQLBuilder