aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/world/db/jdbc/input.jvm.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/lux/world/db/jdbc/input.jvm.lux')
-rw-r--r--stdlib/source/lux/world/db/jdbc/input.jvm.lux8
1 files changed, 4 insertions, 4 deletions
diff --git a/stdlib/source/lux/world/db/jdbc/input.jvm.lux b/stdlib/source/lux/world/db/jdbc/input.jvm.lux
index dc6ef141c..68045b058 100644
--- a/stdlib/source/lux/world/db/jdbc/input.jvm.lux
+++ b/stdlib/source/lux/world/db/jdbc/input.jvm.lux
@@ -16,7 +16,7 @@
(import: #long java/lang/String)
-(do-template [<class>]
+(template [<class>]
[(import: #long <class>
(new [long]))]
@@ -24,7 +24,7 @@
)
(`` (import: #long java/sql/PreparedStatement
- (~~ (do-template [<name> <type>]
+ (~~ (template [<name> <type>]
[(<name> [int <type>] #try void)]
[setBoolean boolean]
@@ -71,7 +71,7 @@
(function (_ value context)
(#error.Success context)))
-(do-template [<function> <type> <setter>]
+(template [<function> <type> <setter>]
[(def: #export <function>
(Input <type>)
(function (_ value [idx statement])
@@ -93,7 +93,7 @@
[bytes Binary java/sql/PreparedStatement::setBytes]
)
-(do-template [<function> <setter> <constructor>]
+(template [<function> <setter> <constructor>]
[(def: #export <function>
(Input Instant)
(function (_ value [idx statement])