Interface AbstractOracleTypeConvertersFactory.OracleArrayFactory<A,T>

Type Parameters:
A - array type
T - Oracle VECTOR type
Enclosing class:
AbstractOracleTypeConvertersFactory
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface AbstractOracleTypeConvertersFactory.OracleArrayFactory<A,T>
Creates native vectors from array values.
Since:
5.0.0
Author:
Nemanja Mikic
  • Method Summary

    Modifier and Type
    Method
    Description
    create(A values)
     
  • Method Details

    • create

      T create(A values) throws Exception
      Parameters:
      values - values
      Returns:
      native vector
      Throws:
      Exception - if the driver rejects the values