Create Sql
Last updated
Was this helpful?
Last updated
Was this helpful?
Example code is available on .
We can use class to access a database. The proper way to create new instance of Sql
class is to define new bean in resources.groovy
.
If, from any reason, you would need to create Sql
manually, you can the alternative approach to create Sql
each time before SQL execution.