Skip to content
This repository was archived by the owner on Jun 4, 2019. It is now read-only.

Commit 7e97464

Browse files
author
Johan Persson
committed
Expose the underlying PreparedStatement. Fixes #7
1 parent cd0b64b commit 7e97464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/net/noerd/prequel/ReusableStatement.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import org.joda.time.DateTime
1818
* ## Set parameters and execute in on shot
1919
* statement.executeWith( param1, param2, param3 )
2020
*/
21-
private class ReusableStatement( wrapped: PreparedStatement, formatter: SQLFormatter ) {
21+
private class ReusableStatement( val wrapped: PreparedStatement, formatter: SQLFormatter ) {
2222
private val StartIndex = 1
2323
private var parameterIndex = StartIndex
2424

0 commit comments

Comments
 (0)