com
.
lucidchart
.
open
.
relate
SqlResultTypes
object
SqlResultTypes
Linear Supertypes
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
SqlResultTypes
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Value Members
final
def
!=
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
bigDecimal
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
BigDecimal
def
bigDecimalOption
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
Option
[
BigDecimal
]
def
bigInt
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
BigInt
def
bigIntOption
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
Option
[
BigInt
]
def
bool
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
Boolean
def
boolOption
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
Option
[
Boolean
]
def
byte
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
Byte
def
byteArray
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
Array
[
Byte
]
def
byteArrayOption
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
Option
[
Array
[
Byte
]]
def
byteOption
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
Option
[
Byte
]
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
date
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
Date
def
dateOption
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
Option
[
Date
]
def
double
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
Double
def
doubleOption
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
Option
[
Double
]
def
enum
(
column:
String
,
e:
Enumeration
)
(
implicit
sr:
SqlResult
)
:
Value
def
enumOption
(
column:
String
,
e:
Enumeration
)
(
implicit
sr:
SqlResult
)
:
Option
[
Value
]
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
int
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
Int
def
intOption
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
Option
[
Int
]
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
javaBigDecimal
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
BigDecimal
def
javaBigDecimalOption
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
Option
[
BigDecimal
]
def
javaBigInteger
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
BigInteger
def
javaBigIntegerOption
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
Option
[
BigInteger
]
def
long
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
Long
def
longOption
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
Option
[
Long
]
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
short
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
Short
def
shortOption
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
Option
[
Short
]
def
strictArray
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
Array
def
strictArrayOption
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
Option
[
Array
]
def
strictAsciiStream
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
InputStream
def
strictAsciiStreamOption
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
Option
[
InputStream
]
def
strictBigDecimal
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
BigDecimal
def
strictBigDecimalOption
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
Option
[
BigDecimal
]
def
strictBinaryStream
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
InputStream
def
strictBinaryStreamOption
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
Option
[
InputStream
]
def
strictBlob
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
Blob
def
strictBlobOption
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
Option
[
Blob
]
def
strictBoolean
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
Boolean
def
strictBooleanOption
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
Option
[
Boolean
]
def
strictByte
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
Byte
def
strictByteOption
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
Option
[
Byte
]
def
strictBytes
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
Array
[
Byte
]
def
strictBytesOption
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
Option
[
Array
[
Byte
]]
def
strictCharacterStream
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
Reader
def
strictCharacterStreamOption
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
Option
[
Reader
]
def
strictClob
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
Clob
def
strictClobOption
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
Option
[
Clob
]
def
strictDate
(
column:
String
,
cal:
Calendar
)
(
implicit
sr:
SqlResult
)
:
Date
def
strictDate
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
Date
def
strictDateOption
(
column:
String
,
cal:
Calendar
)
(
implicit
sr:
SqlResult
)
:
Option
[
Date
]
def
strictDateOption
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
Option
[
Date
]
def
strictDouble
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
Double
def
strictDoubleOption
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
Option
[
Double
]
def
strictFloat
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
Float
def
strictFloatOption
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
Option
[
Float
]
def
strictInt
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
Int
def
strictIntOption
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
Option
[
Int
]
def
strictLong
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
Long
def
strictLongOption
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
Option
[
Long
]
def
strictNCharacterStream
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
Reader
def
strictNCharacterStreamOption
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
Option
[
Reader
]
def
strictNClob
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
NClob
def
strictNClobOption
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
Option
[
NClob
]
def
strictNString
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
String
def
strictNStringOption
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
Option
[
String
]
def
strictObject
(
column:
String
,
map:
Map
[
String
,
Class
[_]]
)
(
implicit
sr:
SqlResult
)
:
AnyRef
def
strictObject
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
AnyRef
def
strictObjectOption
(
column:
String
,
map:
Map
[
String
,
Class
[_]]
)
(
implicit
sr:
SqlResult
)
:
Option
[
AnyRef
]
def
strictObjectOption
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
Option
[
AnyRef
]
def
strictRef
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
Ref
def
strictRefOption
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
Option
[
Ref
]
def
strictRowId
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
RowId
def
strictRowIdOption
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
Option
[
RowId
]
def
strictSQLXML
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
SQLXML
def
strictSQLXMLOption
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
Option
[
SQLXML
]
def
strictShort
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
Short
def
strictShortOption
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
Option
[
Short
]
def
strictString
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
String
def
strictStringOption
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
Option
[
String
]
def
strictTime
(
column:
String
,
cal:
Calendar
)
(
implicit
sr:
SqlResult
)
:
Time
def
strictTime
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
Time
def
strictTimeOption
(
column:
String
,
cal:
Calendar
)
(
implicit
sr:
SqlResult
)
:
Option
[
Time
]
def
strictTimeOption
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
Option
[
Time
]
def
strictTimestamp
(
column:
String
,
cal:
Calendar
)
(
implicit
sr:
SqlResult
)
:
Timestamp
def
strictTimestamp
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
Timestamp
def
strictTimestampOption
(
column:
String
,
cal:
Calendar
)
(
implicit
sr:
SqlResult
)
:
Option
[
Timestamp
]
def
strictTimestampOption
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
Option
[
Timestamp
]
def
strictURL
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
URL
def
strictURLOption
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
Option
[
URL
]
def
string
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
String
def
stringOption
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
Option
[
String
]
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
def
uuid
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
UUID
def
uuidFromString
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
UUID
def
uuidFromStringOption
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
Option
[
UUID
]
def
uuidOption
(
column:
String
)
(
implicit
sr:
SqlResult
)
:
Option
[
UUID
]
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
AnyRef
Inherited from
Any
Ungrouped