spring-framework / org.springframework.jdbc.object / UpdatableSqlQuery / <init>

<init>

UpdatableSqlQuery()

Constructor to allow use as a JavaBean

UpdatableSqlQuery(ds: DataSource, sql: String)

Convenient constructor with DataSource and SQL string.

Parameters

ds - DataSource to use to get connections

sql - SQL to run