Struct diesel::pg::types::sql_types::Timestamptz [−][src]
pub struct Timestamptz;
Expand description
The “timestamp with time zone” SQL type, which PostgreSQL abbreviates
to timestamptz
.
ToSql
impls
PgTimestamp
chrono::NaiveDateTime
withfeature = "chrono"
chrono::DateTime
withfeature = "chrono"
FromSql
impls
PgTimestamp
chrono::NaiveDateTime
withfeature = "chrono"
chrono::DateTime
withfeature = "chrono"
Trait Implementations
type Output = Timestamptz
type Output = Timestamptz
The SQL type of the result of adding Rhs
to Self
type Expression = Coerce<now, Timestamptz>
type Expression = Coerce<now, Timestamptz>
The expression being returned
Perform the conversion
type Expression = Bound<Timestamptz, Self>
type Expression = Bound<Timestamptz, Self>
The expression being returned
Perform the conversion
type Expression = Bound<Timestamptz, Self>
type Expression = Bound<Timestamptz, Self>
The expression being returned
Perform the conversion
type Expression = Bound<Timestamptz, Self>
type Expression = Bound<Timestamptz, Self>
The expression being returned
Perform the conversion
type Expression = Bound<Timestamptz, Self>
type Expression = Bound<Timestamptz, Self>
The expression being returned
Perform the conversion
type Expression = Bound<Timestamptz, Self>
type Expression = Bound<Timestamptz, Self>
The expression being returned
Perform the conversion
type Expression = Bound<Timestamptz, Self>
type Expression = Bound<Timestamptz, Self>
The expression being returned
Perform the conversion
type Expression = Bound<Timestamptz, Self>
type Expression = Bound<Timestamptz, Self>
The expression being returned
Perform the conversion
type Expression = Bound<Timestamptz, Self>
type Expression = Bound<Timestamptz, Self>
The expression being returned
Perform the conversion
type Expression = Bound<Timestamptz, Self>
type Expression = Bound<Timestamptz, Self>
The expression being returned
Perform the conversion
Returns the “default value” for a type. Read more
Fetch the metadata for the given type Read more
type QueryId = Timestamptz
type QueryId = Timestamptz
A type which uniquely represents Self
in a SQL query. Read more
Can the SQL generated by Self
be uniquely identified by its type? Read more
type Output = Timestamptz
type Output = Timestamptz
The SQL type of the result of subtracting Rhs
from Self
Auto Trait Implementations
impl RefUnwindSafe for Timestamptz
impl Send for Timestamptz
impl Sync for Timestamptz
impl Unpin for Timestamptz
impl UnwindSafe for Timestamptz
Blanket Implementations
Mutably borrows from an owned value. Read more
Convert self
to an expression for Diesel’s query builder. Read more