java.lang.Object
io.ebeaninternal.server.type.RsetDataReader
- All Implemented Interfaces:
DataReader
- Direct Known Subclasses:
RsetDataReaderIndexed
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidclose()final ArraygetArray()final BigDecimalfinal byte[]final InputStreamfinal Booleanfinal BytegetByte()final byte[]getBytes()final DategetDate()final Doublefinal FloatgetFloat()final IntegergetInt()final LonggetLong()final Objectfinal <T> Tfinal RefgetRef()final ShortgetShort()final Stringfinal Stringfinal TimegetTime()final Timestampfinal voidincrementPos(int increment) final booleannext()final StringpopJson()protected intpos()final void
-
Field Details
-
pos
protected int pos
-
-
Constructor Details
-
RsetDataReader
-
-
Method Details
-
pushJson
- Specified by:
pushJsonin interfaceDataReader
-
popJson
- Specified by:
popJsonin interfaceDataReader
-
close
- Specified by:
closein interfaceDataReader- Throws:
SQLException
-
next
- Specified by:
nextin interfaceDataReader- Throws:
SQLException
-
incrementPos
public final void incrementPos(int increment) - Specified by:
incrementPosin interfaceDataReader
-
pos
protected int pos() -
getArray
- Specified by:
getArrayin interfaceDataReader- Throws:
SQLException
-
getObject
- Specified by:
getObjectin interfaceDataReader- Throws:
SQLException
-
getObject
- Specified by:
getObjectin interfaceDataReader- Throws:
SQLException
-
getBigDecimal
- Specified by:
getBigDecimalin interfaceDataReader- Throws:
SQLException
-
getBinaryStream
- Specified by:
getBinaryStreamin interfaceDataReader- Throws:
SQLException
-
getBoolean
- Specified by:
getBooleanin interfaceDataReader- Throws:
SQLException
-
getByte
- Specified by:
getBytein interfaceDataReader- Throws:
SQLException
-
getBytes
- Specified by:
getBytesin interfaceDataReader- Throws:
SQLException
-
getDate
- Specified by:
getDatein interfaceDataReader- Throws:
SQLException
-
getDouble
- Specified by:
getDoublein interfaceDataReader- Throws:
SQLException
-
getFloat
- Specified by:
getFloatin interfaceDataReader- Throws:
SQLException
-
getInt
- Specified by:
getIntin interfaceDataReader- Throws:
SQLException
-
getLong
- Specified by:
getLongin interfaceDataReader- Throws:
SQLException
-
getRef
- Throws:
SQLException
-
getShort
- Specified by:
getShortin interfaceDataReader- Throws:
SQLException
-
getString
- Specified by:
getStringin interfaceDataReader- Throws:
SQLException
-
getTime
- Specified by:
getTimein interfaceDataReader- Throws:
SQLException
-
getTimestamp
- Specified by:
getTimestampin interfaceDataReader- Throws:
SQLException
-
getStringFromStream
- Specified by:
getStringFromStreamin interfaceDataReader- Throws:
SQLException
-
getBinaryBytes
- Specified by:
getBinaryBytesin interfaceDataReader- Throws:
SQLException
-