little-sql
1.0.0
little-sql
little.sql
Connector
Execution
Execution
GetValue
GetValueByIndex
GetValueByLabel
Implicits
stringToInParam
booleanToInParam
byteToInParam
shortToInParam
intToInParam
longToInParam
floatToInParam
doubleToInParam
bigDecimalToInParam
dateToInParam
timeToInParam
timestampToInParam
localDateToInParam
localTimeToInParam
localDateTimeToInParam
optionToInParam
anyToInParam
seqToSeqInParam
mapToMapInParam
tupleToTupleInParam
GetString
GetBoolean
GetByte
GetInt
GetShort
GetLong
GetFloat
GetDouble
GetBigDecimal
GetDate
GetTime
GetTimestamp
GetLocalDate
GetLocalTime
GetLocalDateTime
DataSourceType
ConnectionType
StatementType
PreparedStatementType
ResultSetType
InParam
InParam
Null
Query
QueryBuilder
QueryBuilder
Update
little-sql
/
little.sql
/
GetValueByLabel
GetValueByLabel
trait
GetValueByLabel
[T]
Gets value by label from ResultSet.
See also
GetValueByIndex
,
ResultSetType
Graph
Supertypes
Known subtypes
class
Object
trait
Matchable
class
Any
trait
GetValue
[
T
]
Value members
Value members
Abstract methods
def
apply
(rs:
ResultSet
, label:
String
):
T
Gets value by label from ResultSet.
Gets value by label from ResultSet.