类 AbstractSqlParameterSource

    • 方法详细资料

      • registerSqlType

        public void registerSqlType​(String paramName,
                                    int sqlType)
        Register an SQL type for the given parameter.
        参数:
        paramName - the name of the parameter
        sqlType - the SQL type of the parameter
      • registerTypeName

        public void registerTypeName​(String paramName,
                                     String typeName)
        Register an SQL type for the given parameter.
        参数:
        paramName - the name of the parameter
        typeName - the type name of the parameter