Class Binding

    • Method Detail

      • getColumnName

        public String getColumnName()
        The name of the column to which this value is "bound"
      • getValue

        public Object getValue()
        The value to be bound to the parameter
      • getValueBinder

        public <T> ValueBinder<T> getValueBinder()
        The binder to be used in binding this value
      • getPosition

        public int getPosition()
        The JDBC parameter position
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object