Close underlying database resources related to this result.
Close underlying database resources related to this result. Default implementation does nothing.
Close underlying database resources related to this result and also related database connection.
Close underlying database resources related to this result and also related database connection. Default implementation does nothing.
(Changed in version 2.8.0) collect has changed. The previous behavior can be reproduced with toSeq.
iterates through this result rows as well as these of descendant result ensures execution of dml (update, insert, delete) expressions in colums otherwise has no side effect.
iterates through this result rows as well as these of descendant result ensures execution of dml (update, insert, delete) expressions in colums otherwise has no side effect.
name
name
toVector
is defined in
trait TranversableOncetoVector }}}
needs to be overriden since super class implementation calls hasNext method
needs to be overriden since super class implementation calls hasNext method
(Since version ) see corresponding Javadoc for more information.