接口 LiteralType<T>

    • 方法详细资料

      • objectToSQLString

        String objectToSQLString​(T value,
                                 Dialect dialect)
                          throws Exception
        Convert the value into a string representation, suitable for embedding in an SQL statement as a literal.
        参数:
        value - The value to convert
        dialect - The SQL dialect
        返回:
        The value's string representation
        抛出:
        Exception - Indicates an issue converting the value to literal string.