uuidBinder
com.softinio.duck4s.algebra.ParameterBinder.uuidBinder
object uuidBinder extends ParameterBinder[UUID]
Implicit ParameterBinder for java.util.UUID values.
DuckDB supports UUID natively; this binder uses setObject to pass the UUID directly without string conversion.
Attributes
- Since
-
0.1.4
- Example
-
batch.addBatch((java.util.UUID.randomUUID(), "label")) - Graph
-
- Supertypes
- Self type
-
uuidBinder.type
Members list
In this article