scala.slick.driver.JdbcTypesComponent.JdbcTypes
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.
Get a result column of the type.
Set an Option parameter of the type.
Set an Option parameter of the type.
Set a 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.
The default name for the SQL type that is used for column declarations.
The structural view of this type
The structural view of this type
Update a column of the type in a mutable result set.
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.
(byteArrayJdbcType: StringAdd).self
(byteArrayJdbcType: StringFormat).self
(byteArrayJdbcType: ArrowAssoc[ByteArrayJdbcType]).x
(Since version 2.10.0) Use leftOfArrow
instead
(byteArrayJdbcType: Ensuring[ByteArrayJdbcType]).x
(Since version 2.10.0) Use resultOfEnsuring
instead