Interface VectorParameter
Encapsulates
PreparedStatement
parameter data meant to be bound to a vector type (for example, PostgreSQL's pgvector
), by PreparedStatementBinder
.
Stardard instances may be constructed via the following factory methods:
Implementations should be threadsafe.- Since:
- 3.0.0
- Author:
- Mark Allen
-
Method Summary
-
Method Details
-
getElements
Gets the elements of this vector.- Returns:
- the elements of this vector
-