scala.slick.driver.AccessDriver.JdbcTypes
A ClassTag for the erased type of this type's Scala values
A ClassTag for the erased type of this type's Scala values
Indicates whether values of this type have a literal representation in SQL statements.
Indicates whether values of this type have a literal representation in
SQL statements.
This must return false if valueToSQLLiteral
throws a SlickException.
QueryBuilder (and driver-specific subclasses thereof) uses this method
to treat LiteralNodes as volatile (i.e. using bind variables) as needed.
The constant from java.
The constant from java.sql.Types that is used for setting parameters of the type to NULL.
The default name for the SQL type that is used for column declarations.
The default name for the SQL type that is used for column declarations.
Convert a value to a SQL literal.
Convert a value to a SQL literal.
This should throw a SlickException
if hasLiteralForm
is false.
All children of this Type.
All children of this Type.
Get a result column of the type.
Apply a transformation to all type children and reconstruct this type with the new children, or return the original object if no child is changed.
Apply a transformation to all type children and reconstruct this type with the new children, or return the original object if no child is changed.
Set a parameter of the type to NULL.
Set an Option parameter of the type.
Set an Option parameter of the type.
Set a parameter of the type.
The structural view of this type
The structural view of this type
Update a column of the type in a mutable result set with NULL.
Update a column of the type in a mutable result set.
Check if the value returned by the immediately preceding call to getValue() was NULL.
(retry: StringAdd).self
(retry: StringFormat).self
(retry: ArrowAssoc[Retry[T]]).x
(Since version 2.10.0) Use leftOfArrow
instead
(retry: Ensuring[Retry[T]]).x
(Since version 2.10.0) Use resultOfEnsuring
instead