public interface SQLJSON
void free()
InputStream getBinaryStream() throws SQLException
SQLExceptionvoid setBinaryStream()
throws SQLException
SQLExceptionReader getCharacterStream() throws SQLException
SQLExceptionvoid setCharacterStream(Reader stream) throws SQLException
SQLExceptionString getString() throws SQLException
SQLExceptionvoid setString(String str) throws SQLException
SQLExceptionboolean getBoolean()
throws SQLException
SQLExceptionvoid setBoolean(boolean val)
throws SQLException
SQLExceptionbyte getByte()
throws SQLException
SQLExceptionvoid setByte(byte val)
throws SQLException
SQLExceptionshort getShort()
throws SQLException
SQLExceptionvoid setShort(short val)
throws SQLException
SQLExceptionint getInt()
throws SQLException
SQLExceptionvoid setInt(int val)
throws SQLException
SQLExceptionlong getLong()
throws SQLException
SQLExceptionvoid setLong(long val)
throws SQLException
SQLExceptionvoid setFloat(float val)
throws SQLException
SQLExceptionfloat getFloat()
throws SQLException
SQLExceptionvoid setDouble(double val)
throws SQLException
SQLExceptiondouble getDouble()
throws SQLException
SQLExceptionvoid setBytes(byte[] val)
throws SQLException
SQLExceptionbyte[] getBytes()
throws SQLException
SQLExceptionvoid setDate(Date val, Calendar cal) throws SQLException
SQLExceptionDate getDate(Calendar cal) throws SQLException
SQLExceptionvoid setTime(Time val, Calendar cal) throws SQLException
SQLExceptionTime getTime(Calendar cal) throws SQLException
SQLExceptionvoid setTimestamp(Timestamp val, Calendar cal) throws SQLException
SQLExceptionTimestamp getTimestamp(Calendar cal) throws SQLException
SQLExceptionBigDecimal getBigDecimal() throws SQLException
SQLExceptionvoid setBigDecimal(BigDecimal val) throws SQLException
SQLExceptionMap getMap() throws SQLException
SQLExceptionvoid setMap(Map map) throws SQLException
SQLExceptionList getArray() throws SQLException
SQLExceptionvoid setArray(Object[] array) throws SQLException
SQLExceptionvoid setArray(List array) throws SQLException
SQLExceptionObject getObject() throws SQLException
SQLExceptionvoid setObject(Object val) throws SQLException
SQLExceptionObject getObject(String columnName) throws SQLException
SQLExceptionvoid setObject(String columnName, Object val) throws SQLException
SQLExceptionObject get(int index)
void set(int index,
Object object)
throws SQLException
SQLExceptionboolean isNull()
throws SQLException
SQLExceptionint getJDBCType()
Object parameterValue()
Object parse(Class clazz) throws SQLException
SQLExceptionMap parse() throws SQLException
SQLExceptionint compareTo(SQLJSON sqljson)
Copyright © 2016. All rights reserved.