Class ScalarTypeJsonNodePostgres

    • Method Detail

      • bind

        public void bind​(DataBind bind,
                         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