Interface VectorParameter


@ThreadSafe public 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

    Modifier and Type
    Method
    Description
    Optional<double[]>
    Gets the elements of this vector.
  • Method Details

    • getElements

      @Nonnull Optional<double[]> getElements()
      Gets the elements of this vector.
      Returns:
      the elements of this vector