public interface LiteralType<T>
Type
that may appear as an SQL literalModifier and Type | Method and Description |
---|---|
String |
objectToSQLString(T value,
Dialect dialect)
Convert the value into a string representation, suitable for embedding in an SQL statement as a
literal.
|
String objectToSQLString(T value, Dialect dialect) throws Exception
value
- The value to convertdialect
- The SQL dialectException
- Indicates an issue converting the value to literal string.Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.