public class SQLInputWrapper
extends java.lang.Object
implements java.sql.SQLInput
| Modifier and Type | Field and Description |
|---|---|
protected ConnectionPluginManager |
pluginManager |
protected java.sql.SQLInput |
sqlInput |
| Constructor and Description |
|---|
SQLInputWrapper(@NonNull java.sql.SQLInput sqlInput,
@NonNull ConnectionPluginManager pluginManager) |
| Modifier and Type | Method and Description |
|---|---|
java.sql.Array |
readArray() |
java.io.InputStream |
readAsciiStream() |
java.math.BigDecimal |
readBigDecimal() |
java.io.InputStream |
readBinaryStream() |
java.sql.Blob |
readBlob() |
boolean |
readBoolean() |
byte |
readByte() |
byte[] |
readBytes() |
java.io.Reader |
readCharacterStream() |
java.sql.Clob |
readClob() |
java.sql.Date |
readDate() |
double |
readDouble() |
float |
readFloat() |
int |
readInt() |
long |
readLong() |
java.sql.NClob |
readNClob() |
java.lang.String |
readNString() |
java.lang.Object |
readObject() |
<T> T |
readObject(java.lang.Class<T> type) |
java.sql.Ref |
readRef() |
java.sql.RowId |
readRowId() |
short |
readShort() |
java.sql.SQLXML |
readSQLXML() |
java.lang.String |
readString() |
java.sql.Time |
readTime() |
java.sql.Timestamp |
readTimestamp() |
java.net.URL |
readURL() |
java.lang.String |
toString() |
boolean |
wasNull() |
protected java.sql.SQLInput sqlInput
protected ConnectionPluginManager pluginManager
public SQLInputWrapper(@NonNull java.sql.SQLInput sqlInput,
@NonNull ConnectionPluginManager pluginManager)
public java.lang.String readString()
throws java.sql.SQLException
readString in interface java.sql.SQLInputjava.sql.SQLExceptionpublic boolean readBoolean()
throws java.sql.SQLException
readBoolean in interface java.sql.SQLInputjava.sql.SQLExceptionpublic byte readByte()
throws java.sql.SQLException
readByte in interface java.sql.SQLInputjava.sql.SQLExceptionpublic short readShort()
throws java.sql.SQLException
readShort in interface java.sql.SQLInputjava.sql.SQLExceptionpublic int readInt()
throws java.sql.SQLException
readInt in interface java.sql.SQLInputjava.sql.SQLExceptionpublic long readLong()
throws java.sql.SQLException
readLong in interface java.sql.SQLInputjava.sql.SQLExceptionpublic float readFloat()
throws java.sql.SQLException
readFloat in interface java.sql.SQLInputjava.sql.SQLExceptionpublic double readDouble()
throws java.sql.SQLException
readDouble in interface java.sql.SQLInputjava.sql.SQLExceptionpublic java.math.BigDecimal readBigDecimal()
throws java.sql.SQLException
readBigDecimal in interface java.sql.SQLInputjava.sql.SQLExceptionpublic byte[] readBytes()
throws java.sql.SQLException
readBytes in interface java.sql.SQLInputjava.sql.SQLExceptionpublic java.sql.Date readDate()
throws java.sql.SQLException
readDate in interface java.sql.SQLInputjava.sql.SQLExceptionpublic java.sql.Time readTime()
throws java.sql.SQLException
readTime in interface java.sql.SQLInputjava.sql.SQLExceptionpublic java.sql.Timestamp readTimestamp()
throws java.sql.SQLException
readTimestamp in interface java.sql.SQLInputjava.sql.SQLExceptionpublic java.io.Reader readCharacterStream()
throws java.sql.SQLException
readCharacterStream in interface java.sql.SQLInputjava.sql.SQLExceptionpublic java.io.InputStream readAsciiStream()
throws java.sql.SQLException
readAsciiStream in interface java.sql.SQLInputjava.sql.SQLExceptionpublic java.io.InputStream readBinaryStream()
throws java.sql.SQLException
readBinaryStream in interface java.sql.SQLInputjava.sql.SQLExceptionpublic java.lang.Object readObject()
throws java.sql.SQLException
readObject in interface java.sql.SQLInputjava.sql.SQLExceptionpublic <T> T readObject(java.lang.Class<T> type)
throws java.sql.SQLException
readObject in interface java.sql.SQLInputjava.sql.SQLExceptionpublic java.sql.Ref readRef()
throws java.sql.SQLException
readRef in interface java.sql.SQLInputjava.sql.SQLExceptionpublic java.sql.Blob readBlob()
throws java.sql.SQLException
readBlob in interface java.sql.SQLInputjava.sql.SQLExceptionpublic java.sql.Clob readClob()
throws java.sql.SQLException
readClob in interface java.sql.SQLInputjava.sql.SQLExceptionpublic java.sql.Array readArray()
throws java.sql.SQLException
readArray in interface java.sql.SQLInputjava.sql.SQLExceptionpublic boolean wasNull()
throws java.sql.SQLException
wasNull in interface java.sql.SQLInputjava.sql.SQLExceptionpublic java.net.URL readURL()
throws java.sql.SQLException
readURL in interface java.sql.SQLInputjava.sql.SQLExceptionpublic java.sql.NClob readNClob()
throws java.sql.SQLException
readNClob in interface java.sql.SQLInputjava.sql.SQLExceptionpublic java.lang.String readNString()
throws java.sql.SQLException
readNString in interface java.sql.SQLInputjava.sql.SQLExceptionpublic java.sql.SQLXML readSQLXML()
throws java.sql.SQLException
readSQLXML in interface java.sql.SQLInputjava.sql.SQLExceptionpublic java.sql.RowId readRowId()
throws java.sql.SQLException
readRowId in interface java.sql.SQLInputjava.sql.SQLExceptionpublic java.lang.String toString()
toString in class java.lang.Object