little-sql
5.0.0
little-sql
little.sql
ConnectionMethods
Connector
DataSourceMethods
Execution
Execution
GetBigDecimal
GetBoolean
GetByte
GetDate
GetDouble
GetFloat
GetInstant
GetInt
GetLocalDate
GetLocalDateTime
GetLocalTime
GetLong
GetShort
GetString
GetTime
GetTimestamp
GetValue
GetValueByIndex
GetValueByLabel
InParam
InParam
Null
PreparedStatementMethods
Query
QueryBuilder
QueryBuilder
ResultSetMethods
StatementMethods
Update
anyToInParam
bigDecimalToInParam
booleanToInParam
byteToInParam
dateToInParam
doubleToInParam
floatToInParam
instantToInParam
intToInParam
localDateTimeToInParam
localDateToInParam
localTimeToInParam
longToInParam
shortToInParam
stringToInParam
timeToInParam
timestampToInParam
little-sql
/
little.sql
/
GetString
GetString
object
GetString
extends
GetValue
[
String
]
Gets String from ResultSet.
Graph
Supertypes
Self type
trait
GetValue
[
String
]
trait
GetValueByLabel
[
String
]
trait
GetValueByIndex
[
String
]
class
Object
trait
Matchable
class
Any
GetString
.type
Value members
Value members
Concrete methods
def
apply
(
rs:
ResultSet
,
index:
Int
):
String
def
apply
(
rs:
ResultSet
,
label:
String
):
String