T - public abstract class AbstractType<T> extends Object implements Type<T>
| Constructor and Description |
|---|
AbstractType(int type) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLiteral(T value)
Get the literal representation
|
int[] |
getSQLTypes()
Get the SQL supported SQL types
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetReturnedClass, getValue, setValuepublic final int[] getSQLTypes()
TypegetSQLTypes in interface Type<T>Copyright © 2007–2015 Querydsl. All rights reserved.