| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LiteralType<T>
Additional contract for a Type that may appear as an SQL literal
| Method Summary | |
|---|---|
|  String | objectToSQLString(T value,
                  Dialect dialect)Convert the value into a string representation, suitable for embedding in an SQL statement as a literal. | 
| Method Detail | 
|---|
String objectToSQLString(T value,
                         Dialect dialect)
                         throws Exception
value - The value to convertdialect - The SQL dialect
Exception - Indicates an issue converting the value to literal string.| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||