Interface ParameterBind<T>

  • Type Parameters:
    T -

    public interface ParameterBind<T>
    Represents the value currently bound to a particular (bindable) parameter.
    • Method Detail

      • getValue

        T getValue()
        Access the bound value
        Returns:
        The bound value
      • getSpecifiedTemporalType

        TemporalType getSpecifiedTemporalType()
        The temporal type that will be used to "interpret" Date-like values (if applicable).
        Returns:
        The temporal type, or null