T - E - public interface SQLType<T,E>
| Modifier and Type | Field and Description |
|---|---|
static SQLType<Boolean,Boolean> |
BOOLEAN |
static SQLType<Character,Character> |
CHAR |
static SQLType<Integer,Integer> |
INTEGER |
static SQLType<Long,Long> |
LONG |
static SQLType<Short,Short> |
SHORT |
static SQLType<String,String> |
STRING |
| Modifier and Type | Method and Description |
|---|---|
Expression<T,E> |
asParam() |
Class<E> |
getJavaReadType() |
Class<T> |
getJavaType() |
JDBCType |
getJDBCType() |
int |
getLength() |
SQLValueParser<T,E> |
getParser() |
int |
getPrecision() |
SQLValueWriter<E,T> |
getWriter() |
T |
parse(E object) |
E |
read(Object object) |
E |
write(T object) |
JDBCType getJDBCType()
int getLength()
int getPrecision()
Expression<T,E> asParam()
SQLValueParser<T,E> getParser()
SQLValueWriter<E,T> getWriter()
T parse(E object) throws SQLException
object - SQLExceptionE read(Object object) throws SQLException
object - SQLExceptionCopyright © 2015–2017 Bridje Framework. All rights reserved.