UpdatableSqlQuery()
Constructor to allow use as a JavaBean
UpdatableSqlQuery(ds: DataSource, sql: String)
Convenient constructor with DataSource and SQL string.
ds - DataSource to use to get connections
ds
sql - SQL to run
sql