Package com.valqueries
Class OrmResultSet
java.lang.Object
com.valqueries.OrmResultSet
when adding more methods, also update Aggregation in ValqueriesQueryImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncollectionElementMapper
(Class<T> elementClass) getBigDecimal
(String column) getBigInteger
(String column) byte[]
getBlob
(int index) Deprecated.byte[]
getBoolean
(String column) getCollection
(String column) <T> Stream<T>
getCollection
(String column, Class<T> elementClass) Deprecated.usegetLocalDate(String)
insteadgetDateTime
(String column) Deprecated.usegetZonedDateTime(String)
instead<T extends Enum<T>>
TgetInstant
(String column) <T> List<T>
getLocalDate
(String column) getLocalDateTime
(String column) getLocalTime
(String column) getLong
(int index) Deprecated.usegetLong(String)
instead<T> Set<T>
getString
(int index) Deprecated.usegetString(String)
insteadgetZonedDateTime
(String column) boolean
-
Constructor Details
-
OrmResultSet
-
-
Method Details
-
isNull
- Throws:
SQLException
-
getBoolean
- Throws:
SQLException
-
getByte
- Throws:
SQLException
-
getShort
- Throws:
SQLException
-
getInt
- Throws:
SQLException
-
getLong
- Throws:
SQLException
-
getLong
Deprecated.usegetLong(String)
instead- Throws:
SQLException
-
getFloat
- Throws:
SQLException
-
getDouble
- Throws:
SQLException
-
getBlob
- Throws:
SQLException
-
getBlob
Deprecated.usegetBlob(String)
instead- Throws:
SQLException
-
getString
- Throws:
SQLException
-
getString
Deprecated.usegetString(String)
instead- Throws:
SQLException
-
getBigInteger
- Throws:
SQLException
-
getBigDecimal
- Throws:
SQLException
-
getChar
- Throws:
SQLException
-
getUUID
- Throws:
SQLException
-
getLocalDate
- Throws:
SQLException
-
getLocalTime
- Throws:
SQLException
-
getLocalDateTime
- Throws:
SQLException
-
getInstant
- Throws:
SQLException
-
getZonedDateTime
- Throws:
SQLException
-
getEnum
- Throws:
SQLException
-
getCollection
- Throws:
SQLException
-
collectionElementMapper
-
getCollection
- Throws:
SQLException
-
getList
- Throws:
SQLException
-
getList
- Throws:
SQLException
-
getSet
- Throws:
SQLException
-
getSet
- Throws:
SQLException
-
getDate
Deprecated.usegetLocalDate(String)
instead- Throws:
SQLException
-
getDateTime
Deprecated.usegetZonedDateTime(String)
instead- Throws:
SQLException
-
getBlob(String)
instead