SQL abstraction.
- Type Params
- A
return type
- Value Params
- f
extractor function
- rawParameters
parameters
- statement
SQL template
- Companion
- object
Type members
Value members
Concrete methods
Binds parameters for batch
Binds parameters for batch
- Value Params
- parameters
parameters
- Returns
SQL for batch
Binds parameters for batch
Binds parameters for batch
- Value Params
- parameters
parameters
- Returns
SQL for batch
Binds parameters for batch
Binds parameters for batch
- Value Params
- generatedKeyName
generated key name
- parameters
parameters
- Returns
SQL for batch
Binds parameters for batch
Binds parameters for batch
- Value Params
- parameters
parameters
- Returns
SQL for batch
Binds parameters to SQL template in order.
Binds parameters to SQL template in order.
- Value Params
- parameters
parameters
- Returns
SQL instance
Binds named parameters to SQL template.
Binds named parameters to SQL template.
- Value Params
- parametersByName
named parameters
- Returns
SQL instance
Set execution type as executeUpdate with filters
Set execution type as executeUpdate with filters
- Value Params
- after
after filter
- before
before filter
- Returns
SQL instance
Set execution type as execute with filters
Set execution type as execute with filters
- Value Params
- after
after filter
- before
before filter
- Returns
SQL instance
Set fetchSize for this query.
Set fetchSize for this query.
- Value Params
- fetchSize
fetch size
- Returns
this
Apply the operation to all elements of result set
Apply the operation to all elements of result set
- Value Params
- op
operation
Binds parameters for largeBatch
Binds parameters for largeBatch
- Value Params
- parameters
parameters
- Returns
SQL for batch
Set execution type as executeLargeUpdate
Set execution type as executeLargeUpdate
- Returns
SQL instance
Set execution type as executeLargeUpdate
with filters
Set execution type as executeLargeUpdate
with filters
- Value Params
- after
after filter
- before
before filter
- Returns
SQL instance
Maps values from each scalikejdbc.WrappedResultSet object.
Maps values from each scalikejdbc.WrappedResultSet object.
- Type Params
- A
return type
- Value Params
- f
extractor function
- Returns
SQL instance
Set queryTimeout for this query.
Set queryTimeout for this query.
- Value Params
- seconds
query timeout seconds
- Returns
this
Returns queryTimeout for this query.
Returns queryTimeout for this query.
- Returns
query timeout seconds
Maps values as a Map value from each scalikejdbc.WrappedResultSet object.
Maps values as a Map value from each scalikejdbc.WrappedResultSet object.
- Returns
SQL instance
Set execution type as updateAndReturnGeneratedKey
Set execution type as updateAndReturnGeneratedKey
- Returns
SQL instance
Set execution type as executeUpdate with filters
Set execution type as executeUpdate with filters
- Value Params
- after
after filter
- before
before filter
- Returns
SQL instance