Interface ParameterMarkerStrategy

    • Method Detail

      • createMarker

        String createMarker​(int position,
                            JdbcType jdbcType)
        Create a parameter marker
        Parameters:
        position - The 1-based position of the parameter.
        jdbcType - The type of the parameter, if known - may be null.