| Constructor and Description |
|---|
SqlJsonImplementation() |
SqlJsonImplementation(Object jsonObject,
Field field) |
public InputStream getBinaryStream() throws SQLException
getBinaryStream in interface SQLJSONSQLExceptionpublic Reader getCharacterStream() throws SQLException
getCharacterStream in interface SQLJSONSQLExceptionpublic String getString() throws SQLException
getString in interface SQLJSONSQLExceptionpublic void setString(String str) throws SQLException
setString in interface SQLJSONSQLExceptionpublic void setBinaryStream()
throws SQLException
setBinaryStream in interface SQLJSONSQLExceptionpublic void setCharacterStream(Reader stream) throws SQLException
setCharacterStream in interface SQLJSONSQLExceptionpublic boolean getBoolean()
throws SQLException
getBoolean in interface SQLJSONSQLExceptionpublic void setBoolean(boolean val)
throws SQLException
setBoolean in interface SQLJSONSQLExceptionpublic byte getByte()
throws SQLException
getByte in interface SQLJSONSQLExceptionpublic void setByte(byte val)
throws SQLException
setByte in interface SQLJSONSQLExceptionpublic short getShort()
throws SQLException
getShort in interface SQLJSONSQLExceptionpublic void setShort(short val)
throws SQLException
setShort in interface SQLJSONSQLExceptionpublic int getInt()
throws SQLException
getInt in interface SQLJSONSQLExceptionpublic void setInt(int val)
throws SQLException
setInt in interface SQLJSONSQLExceptionpublic long getLong()
throws SQLException
getLong in interface SQLJSONSQLExceptionpublic void setLong(long val)
throws SQLException
setLong in interface SQLJSONSQLExceptionpublic BigDecimal getBigDecimal() throws SQLException
getBigDecimal in interface SQLJSONSQLExceptionpublic void setBigDecimal(BigDecimal val) throws SQLException
setBigDecimal in interface SQLJSONSQLExceptionpublic void setFloat(float val)
throws SQLException
setFloat in interface SQLJSONSQLExceptionpublic float getFloat()
throws SQLException
getFloat in interface SQLJSONSQLExceptionpublic void setDouble(double val)
throws SQLException
setDouble in interface SQLJSONSQLExceptionpublic double getDouble()
throws SQLException
getDouble in interface SQLJSONSQLExceptionpublic void setBytes(byte[] val)
throws SQLException
setBytes in interface SQLJSONSQLExceptionpublic byte[] getBytes()
throws SQLException
getBytes in interface SQLJSONSQLExceptionpublic void setDate(Date val, Calendar cal) throws SQLException
setDate in interface SQLJSONSQLExceptionpublic Date getDate(Calendar cal) throws SQLException
getDate in interface SQLJSONSQLExceptionpublic void setTime(Time val, Calendar cal) throws SQLException
setTime in interface SQLJSONSQLExceptionpublic Time getTime(Calendar cal) throws SQLException
getTime in interface SQLJSONSQLExceptionpublic void setTimestamp(Timestamp val, Calendar cal) throws SQLException
setTimestamp in interface SQLJSONSQLExceptionpublic Timestamp getTimestamp(Calendar cal) throws SQLException
getTimestamp in interface SQLJSONSQLExceptionpublic Map getMap() throws SQLException
getMap in interface SQLJSONSQLExceptionpublic void setMap(Map map) throws SQLException
setMap in interface SQLJSONSQLExceptionpublic List getArray() throws SQLException
getArray in interface SQLJSONSQLExceptionpublic void setArray(List array) throws SQLException
setArray in interface SQLJSONSQLExceptionpublic void setArray(Object[] array) throws SQLException
setArray in interface SQLJSONSQLExceptionpublic Object getObject() throws SQLException
getObject in interface SQLJSONSQLExceptionpublic void setObject(Object x) throws SQLException
setObject in interface SQLJSONSQLExceptionpublic Object getObject(String columnName) throws SQLException
getObject in interface SQLJSONSQLExceptionpublic void setObject(String columnName, Object val) throws SQLException
setObject in interface SQLJSONSQLExceptionpublic void set(int index,
Object object)
throws SQLException
set in interface SQLJSONSQLExceptionpublic boolean isNull()
throws SQLException
isNull in interface SQLJSONSQLExceptionpublic int getJDBCType()
getJDBCType in interface SQLJSONpublic Object parameterValue()
parameterValue in interface SQLJSONpublic int getLength()
Copyright © 2016. All rights reserved.