Executes java.sql.PreparedStatement#executeBatch().
Executes java.sql.PreparedStatement#executeBatch().
SQL template
list of parameters
count list
Close the connection.
Close the connection.
Connection
Connection
Executes java.sql.PreparedStatement#execute().
Executes java.sql.PreparedStatement#execute().
SQL template
parameters
flag
Executes java.sql.PreparedStatement#executeUpdate().
Executes java.sql.PreparedStatement#executeUpdate().
SQL template
parameters
result count
Executes java.sql.PreparedStatement#execute().
Executes java.sql.PreparedStatement#execute().
before filter
after filter
SQL template
parameters
flag
Returns fetchSize for this session.
Set fetchSize for this session.
Returns the first row optionally.
Returns the first row optionally.
return type
SQL template
parameters
extract function
result optionally
folding into one value.
folding into one value.
SQL template
parameters
initial value
function
folded value
Applies side-effect to each row iteratively.
Applies side-effect to each row iteratively.
SQL template
parameters
function
result as list
Guarantees a Closeable resource will be closed after being passed to a block that takes the resource as a parameter and returns a Future.
Guarantees a Closeable resource will be closed after being passed to a block that takes the resource as a parameter and returns a Future.
is read-only session
is read-only session
Returns query result as scala.List object.
Returns query result as scala.List object.
return type
SQL template
parameters
extract function
result as list
Logger
Logger
Returns single result optionally.
Returns single result optionally. If the result is not single, scalikejdbc.TooManyRowsException will be thrown.
return type
SQL template
parameters
extract function
result optionally
Returns query result as scala.collection.Traversable object.
Returns query result as scala.collection.Traversable object.
return type
SQL template
parameters
extract function
result as traversable
Executes java.sql.PreparedStatement#executeUpdate().
Executes java.sql.PreparedStatement#executeUpdate().
SQL template
parameters
result count
Executes java.sql.PreparedStatement#executeUpdate() and returns the generated key.
Executes java.sql.PreparedStatement#executeUpdate() and returns the generated key.
SQL template
parameters
generated key as a long value
Executes java.sql.PreparedStatement#executeUpdate() and returns the generated key.
Executes java.sql.PreparedStatement#executeUpdate() and returns the generated key.
SQL template
parameters
name
generated key as a long value
Executes java.sql.PreparedStatement#executeUpdate().
Executes java.sql.PreparedStatement#executeUpdate().
is generated keys required
before filter
after filter
SQL template
parameters
result count
Executes java.sql.PreparedStatement#executeUpdate().
Executes java.sql.PreparedStatement#executeUpdate().
before filter
after filter
SQL template
parameters
result count
Represents that already existing session will be used or a new session will be started.