Class ScalarTypeJsonNode.Blob

    • Constructor Detail

      • Blob

        public Blob​(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
    • Method Detail

      • bind

        public void bind​(DataBind dataBind,
                         com.fasterxml.jackson.databind.JsonNode value)
                  throws SQLException
        Description copied from interface: ScalarType
        Convert (if necessary) and bind the value to the preparedStatement.

        value may need to be converted from the logical bean property type to the JDBC type.

        Specified by:
        bind in interface ScalarType<com.fasterxml.jackson.databind.JsonNode>
        Overrides:
        bind in class ScalarTypeJsonNode
        Throws:
        SQLException