scala.slick.driver.JdbcTypesComponent
All children of this Type.
All children of this Type.
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.
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.
Get a result column of the type.
Set an Option parameter of the type.
Set a parameter of the type.
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.
Update a column of the type in a mutable result set.
Convert a value to a SQL literal.
Convert a value to a SQL literal.
This should throw a SlickException
if hasLiteralForm
is false.
The structural view of this type
The structural view of this type
(jdbcType: StringAdd).self
(jdbcType: StringFormat).self
(jdbcType: ArrowAssoc[JdbcDriver.JdbcType[T]]).x
(Since version 2.10.0) Use leftOfArrow
instead
(jdbcType: Ensuring[JdbcDriver.JdbcType[T]]).x
(Since version 2.10.0) Use resultOfEnsuring
instead
A JdbcType object represents a Scala type that can be used as a column type in the database. Implicit JdbcTypes for the standard types of a profile are provided by the drivers.