Class StoredProcedureParameter

    • Method Detail

      • getTypeString

        public String getTypeString()
        Gets the type as a UTF8 String.
        Returns:
        The type as a UTF8 String.
      • getValueString

        public String getValueString()
        Gets the value as a UTF8 String.
        Returns:
        The value as a UTF8 String.
      • getType

        public byte[] getType()
        Gets the type as a byte[].
        Returns:
        The type as a byte[].
      • setType

        public void setType​(byte[] type)
        Sets the type.
        Parameters:
        type - The type as a byte[].
      • getValue

        public byte[] getValue()
        Gets the value as a byte[].
        Returns:
        The value as a byte[].
      • setValue

        public void setValue​(byte[] value)
        Sets the value.
        Parameters:
        value - The value as a byte[].