Class ServerPreparedStatement.BindValue

java.lang.Object
com.mysql.jdbc.ServerPreparedStatement.BindValue
Enclosing class:
ServerPreparedStatement

public static class ServerPreparedStatement.BindValue extends Object
  • Field Details

    • boundBeforeExecutionNum

      public long boundBeforeExecutionNum
    • bindLength

      public long bindLength
    • bufferType

      public int bufferType
    • doubleBinding

      public double doubleBinding
    • floatBinding

      public float floatBinding
    • isLongData

      public boolean isLongData
    • isNull

      public boolean isNull
    • isSet

      public boolean isSet
    • longBinding

      public long longBinding
    • value

      public Object value
    • calendar

      public Calendar calendar
  • Constructor Details

  • Method Details

    • reset

      void reset()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toString

      public String toString(boolean quoteIfNeeded)
    • getBoundLength

      long getBoundLength()