scala-jdbc
scala-jdbc
com.github.takezoe.scala.jdbc
DB
DB
IOUtils
SqlStringInterpolation
SqlTemplate
TypeMapper
scala-jdbc
/
com.github.takezoe.scala.jdbc
/
IOUtils
IOUtils
object
IOUtils
Graph
Supertypes
Self type
class
Object
trait
Matchable
class
Any
IOUtils
.type
Value members
Value members
Concrete methods
def
closeQuietly
(
closeable:
AutoCloseable
):
Unit
def
readStreamAsString
(
in:
InputStream
):
String
def
rollbackQuietly
(
conn:
Connection
):
Unit
def
using
[
T
<:
AutoCloseable
,
R
](
closeable:
T
)(
f:
T
=>
R
):
R