This module offers some components for JDBC-based database connectivity. The main component is the class [[Sql]], an instance of which may be obtained for any given [[javax.sql::DataSource]]. value sql = Sql(newConnectionFromDataSource(dataSource)); You can easily get a query result as a `Sequence` where each row is a [[Map]]: value rows = sql.Select("select * from mytable").execute(); for (row in rows) { assert (is String name = rows["name"]); assert (is ...
Version1.2.2compared with

Version Details

Compile Changes (6)

1.2.1 1.2.2
ChangeGroup / ArtifactPreviousCurrent
~ Updated ceylon » collection1.2.11.2.2
~ Updated ceylon » language1.2.11.2.2
~ Updated ceylon » math1.2.11.2.2
~ Updated ceylon » time1.2.11.2.2
~ Updated ceylon » transaction1.2.11.2.2
~ Updated ceylon.interop » java1.2.11.2.2