anorm.ToStatementPriority0
Sets Java Long object on statement. For null value, setNull with BIGINT is called on statement.
null
setNull
BIGINT
SQL("SELECT * FROM Test WHERE flag = {b}"). on('b -> new java.lang.Long(1l))
Sets value |v| on statement |s| at specified |index|.
Sets Java Long object on statement. For
null
value,setNull
withBIGINT
is called on statement.