Cleans up the series of parameters passed to the bind query to match the codec registry collection that the Java Driver has internally.
Cleans up the series of parameters passed to the bind query to match the codec registry collection that the Java Driver has internally.
If the type of the object passed through to the driver doesn't match a known type for the specific Cassandra column type, then the driver will crash with an error.
There are known associations of (Cassandra Column Type -> Java Type) that we need to provide for binding to work.
The sequence of parameters to bind.
A clansed set of parameters.