SQLServerLocalDateTimeJdbcType
Attributes
- Source:
- SQLServerProfile.scala
- Graph
- Supertypes
- class LocalDateTimeJdbcTypeclass DriverJdbcType[LocalDateTime]trait JdbcType[LocalDateTime]trait BaseTypedType[LocalDateTime]trait AtomicTypetrait TypedType[LocalDateTime]trait Typetrait Dumpableclass Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
Get a result column of the type. For reference types, SQL NULL values
are returned as null, for primitive types a default value is returned.
Get a result column of the type. For reference types, SQL NULL values
are returned as null, for primitive types a default value is returned.
Attributes
- Definition Classes
- Source:
- SQLServerProfile.scala
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.
Attributes
- Definition Classes
- Source:
- SQLServerProfile.scala
Inherited methods
All children of this Type.
All children of this Type.
Attributes
- Definition Classes
- AtomicType -> Type
- Inherited from:
- AtomicType
- Source:
- Type.scala
Apply a side-effecting function to all children.
Apply a side-effecting function to all children.
Attributes
- Definition Classes
- AtomicType -> Type
- Inherited from:
- AtomicType
- Source:
- Type.scala
Return the name, main info, attribute info and named children
Return the name, main info, attribute info and named children
Attributes
- Inherited from:
- Type
- Source:
- Type.scala
Indicates whether values of this type have a literal representation in
SQL statements.
This must return false if valueToSQLLiteral throws a SlickException.
QueryBuilder (and profile-specific subclasses thereof) uses this method
to treat LiteralNodes as volatile (i.e. using bind variables) as needed.
Indicates whether values of this type have a literal representation in
SQL statements.
This must return false if valueToSQLLiteral throws a SlickException.
QueryBuilder (and profile-specific subclasses thereof) uses this method
to treat LiteralNodes as volatile (i.e. using bind variables) as needed.
Attributes
- Inherited from:
- DriverJdbcType
- Source:
- JdbcTypesComponent.scala
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.
Attributes
- Inherited from:
- AtomicType
- Source:
- Type.scala
Attributes
- Inherited from:
- TypedType
- Source:
- Type.scala
Attributes
- Definition Classes
- Inherited from:
- DriverJdbcType
- Source:
- JdbcTypesComponent.scala
Attributes
- Inherited from:
- Type
- Source:
- Type.scala
Set a parameter of the type to NULL.
Set a parameter of the type to NULL.
Attributes
- Inherited from:
- DriverJdbcType
- Source:
- JdbcTypesComponent.scala
Set an Option parameter of the type.
Set a parameter of the type.
Set a parameter of the type.
Attributes
- Definition Classes
- Inherited from:
- LocalDateTimeJdbcType
- Source:
- JdbcTypesComponent.scala
The constant from java.sql.Types that is used for setting parameters of the type to NULL.
The constant from java.sql.Types that is used for setting parameters of the type to NULL.
Attributes
- Definition Classes
- Inherited from:
- LocalDateTimeJdbcType
- Source:
- JdbcTypesComponent.scala
The structural view of this type
Remove all NominalTypes recursively from this Type
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns:
a string representation of the object.
- Definition Classes
- JdbcType -> Any
- Inherited from:
- JdbcType
- Source:
- JdbcType.scala
Update a column of the type in a mutable result set with NULL.
Update a column of the type in a mutable result set with NULL.
Attributes
- Inherited from:
- JdbcType
- Source:
- JdbcType.scala
Update a column of the type in a mutable result set.
Update a column of the type in a mutable result set.
Attributes
- Definition Classes
- Inherited from:
- LocalDateTimeJdbcType
- Source:
- JdbcTypesComponent.scala
Convert a value to a SQL literal.
This should throw a SlickException if hasLiteralForm is false.
Convert a value to a SQL literal.
This should throw a SlickException if hasLiteralForm is false.
Attributes
- Definition Classes
- Inherited from:
- LocalDateTimeJdbcType
- Source:
- JdbcTypesComponent.scala
Check if the value returned by the immediately preceding call to getValue() was NULL.
Check if the value returned by the immediately preceding call to getValue() was NULL.
Attributes
- Inherited from:
- DriverJdbcType
- Source:
- JdbcTypesComponent.scala
Implicits
Inherited implicits
A ClassTag for the erased type of this type's Scala values
A ClassTag for the erased type of this type's Scala values
Attributes
- Inherited from:
- DriverJdbcType
- Source:
- JdbcTypesComponent.scala