slick
.
driver
.
AccessDriver
JdbcTypes
Related Doc:
package AccessDriver
class
JdbcTypes
extends
AccessDriver.JdbcTypes
Source
AccessDriver.scala
Linear Supertypes
AccessDriver.JdbcTypes
,
AnyRef
,
Any
Type Hierarchy
Learn more about scaladoc diagrams
JdbcTypes
AccessDriver.JdbcTypes
Ordering
Alphabetic
By inheritance
Inherited
JdbcTypes
JdbcTypes
AnyRef
Any
Implicitly
by any2stringadd
by StringFormat
by Ensuring
by ArrowAssoc
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
JdbcTypes
(
retryCount:
Int
)
Type Members
class
BigDecimalJdbcType
extends
JdbcDriver.DriverJdbcType
[
BigDecimal
] with
NumericTypedType
Definition Classes
JdbcTypes
class
BlobJdbcType
extends
JdbcDriver.DriverJdbcType
[
Blob
]
Definition Classes
JdbcTypes
class
BooleanJdbcType
extends
JdbcDriver.DriverJdbcType
[
Boolean
]
Definition Classes
JdbcTypes
class
ByteArrayJdbcType
extends
JdbcDriver.DriverJdbcType
[
Array
[
Byte
]]
Definition Classes
JdbcTypes
class
ByteJdbcType
extends
JdbcTypes.ByteJdbcType
class
CharJdbcType
extends
JdbcDriver.DriverJdbcType
[
Char
]
Definition Classes
JdbcTypes
class
ClobJdbcType
extends
JdbcDriver.DriverJdbcType
[
Clob
]
Definition Classes
JdbcTypes
class
DateJdbcType
extends
JdbcDriver.DriverJdbcType
[
Date
]
Definition Classes
JdbcTypes
class
DoubleJdbcType
extends
JdbcDriver.DriverJdbcType
[
Double
] with
NumericTypedType
Definition Classes
JdbcTypes
class
FloatJdbcType
extends
JdbcDriver.DriverJdbcType
[
Float
] with
NumericTypedType
Definition Classes
JdbcTypes
class
IntJdbcType
extends
JdbcDriver.DriverJdbcType
[
Int
] with
NumericTypedType
Definition Classes
JdbcTypes
class
LongJdbcType
extends
JdbcTypes.LongJdbcType
class
NullJdbcType
extends
JdbcDriver.DriverJdbcType
[
Null
]
Definition Classes
JdbcTypes
trait
Retry
[
T
]
extends
JdbcType
[
T
]
class
ShortJdbcType
extends
JdbcDriver.DriverJdbcType
[
Short
] with
NumericTypedType
Definition Classes
JdbcTypes
class
StringJdbcType
extends
JdbcDriver.DriverJdbcType
[
String
]
Definition Classes
JdbcTypes
class
TimeJdbcType
extends
JdbcDriver.DriverJdbcType
[
Time
]
Definition Classes
JdbcTypes
class
TimestampJdbcType
extends
JdbcDriver.DriverJdbcType
[
Timestamp
]
Definition Classes
JdbcTypes
class
UUIDJdbcType
extends
JdbcTypes.UUIDJdbcType
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
def
+
(
other:
String
)
:
String
Implicit information
This member is added by an implicit conversion from
JdbcTypes
to
any2stringadd
[
JdbcTypes
] performed by method any2stringadd in scala.Predef.
Definition Classes
any2stringadd
def
->
[
B
]
(
y:
B
)
: (
JdbcTypes
,
B
)
Implicit information
This member is added by an implicit conversion from
JdbcTypes
to
ArrowAssoc
[
JdbcTypes
] performed by method ArrowAssoc in scala.Predef.
Definition Classes
ArrowAssoc
Annotations
@inline
()
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
val
bigDecimalJdbcType
:
BigDecimalJdbcType
with
Retry
[
BigDecimal
]
Definition Classes
JdbcTypes
→
JdbcTypes
val
blobJdbcType
:
BlobJdbcType
with
Retry
[
Blob
]
Definition Classes
JdbcTypes
→
JdbcTypes
val
booleanJdbcType
:
BooleanJdbcType
with
Retry
[
Boolean
]
Definition Classes
JdbcTypes
→
JdbcTypes
val
byteArrayJdbcType
:
ByteArrayJdbcType
with
Retry
[
Array
[
Byte
]]
Definition Classes
JdbcTypes
→
JdbcTypes
val
byteJdbcType
:
ByteJdbcType
with
Retry
[
Byte
]
Definition Classes
JdbcTypes
→
JdbcTypes
val
charJdbcType
:
CharJdbcType
Definition Classes
JdbcTypes
val
clobJdbcType
:
ClobJdbcType
with
Retry
[
Clob
]
Definition Classes
JdbcTypes
→
JdbcTypes
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
val
dateJdbcType
:
DateJdbcType
with
Retry
[
Date
]
Definition Classes
JdbcTypes
→
JdbcTypes
val
doubleJdbcType
:
DoubleJdbcType
with
Retry
[
Double
]
Definition Classes
JdbcTypes
→
JdbcTypes
def
ensuring
(
cond: (
JdbcTypes
) ⇒
Boolean
,
msg: ⇒
Any
)
:
JdbcTypes
Implicit information
This member is added by an implicit conversion from
JdbcTypes
to
Ensuring
[
JdbcTypes
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond: (
JdbcTypes
) ⇒
Boolean
)
:
JdbcTypes
Implicit information
This member is added by an implicit conversion from
JdbcTypes
to
Ensuring
[
JdbcTypes
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond:
Boolean
,
msg: ⇒
Any
)
:
JdbcTypes
Implicit information
This member is added by an implicit conversion from
JdbcTypes
to
Ensuring
[
JdbcTypes
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond:
Boolean
)
:
JdbcTypes
Implicit information
This member is added by an implicit conversion from
JdbcTypes
to
Ensuring
[
JdbcTypes
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
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]
)
val
floatJdbcType
:
FloatJdbcType
with
Retry
[
Float
]
Definition Classes
JdbcTypes
→
JdbcTypes
def
formatted
(
fmtstr:
String
)
:
String
Implicit information
This member is added by an implicit conversion from
JdbcTypes
to
StringFormat
[
JdbcTypes
] performed by method StringFormat in scala.Predef.
Definition Classes
StringFormat
Annotations
@inline
()
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
val
intJdbcType
:
IntJdbcType
with
Retry
[
Int
]
Definition Classes
JdbcTypes
→
JdbcTypes
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
val
longJdbcType
:
LongJdbcType
with
Retry
[
Long
]
Definition Classes
JdbcTypes
→
JdbcTypes
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
val
nullJdbcType
:
NullJdbcType
with
Retry
[
Null
]
Definition Classes
JdbcTypes
→
JdbcTypes
val
shortJdbcType
:
ShortJdbcType
with
Retry
[
Short
]
Definition Classes
JdbcTypes
→
JdbcTypes
val
stringJdbcType
:
StringJdbcType
with
Retry
[
String
]
Definition Classes
JdbcTypes
→
JdbcTypes
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
val
timeJdbcType
:
TimeJdbcType
with
Retry
[
Time
]
Definition Classes
JdbcTypes
→
JdbcTypes
val
timestampJdbcType
:
TimestampJdbcType
with
Retry
[
Timestamp
]
Definition Classes
JdbcTypes
→
JdbcTypes
def
toString
()
:
String
Definition Classes
AnyRef → Any
val
uuidJdbcType
:
UUIDJdbcType
with
Retry
[
UUID
]
Definition Classes
JdbcTypes
→
JdbcTypes
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
(
...
)
def
→
[
B
]
(
y:
B
)
: (
JdbcTypes
,
B
)
Implicit information
This member is added by an implicit conversion from
JdbcTypes
to
ArrowAssoc
[
JdbcTypes
] performed by method ArrowAssoc in scala.Predef.
Definition Classes
ArrowAssoc
Inherited from
AccessDriver.JdbcTypes
Inherited from
AnyRef
Inherited from
Any
Inherited by implicit conversion any2stringadd from
JdbcTypes
to
any2stringadd
[
JdbcTypes
]
Inherited by implicit conversion StringFormat from
JdbcTypes
to
StringFormat
[
JdbcTypes
]
Inherited by implicit conversion Ensuring from
JdbcTypes
to
Ensuring
[
JdbcTypes
]
Inherited by implicit conversion ArrowAssoc from
JdbcTypes
to
ArrowAssoc
[
JdbcTypes
]
Ungrouped