[−][src]Struct rusqlite::Column
Information about a column of a SQLite query.
Methods
impl<'_> Column<'_>
[src][−]
pub fn name(&self) -> &str
[src][−]
Returns the name of the column.
pub fn decl_type(&self) -> Option<&str>
[src][−]
Returns the type of the column (None
for expression).
Trait Implementations
Auto Trait Implementations
impl<'stmt> RefUnwindSafe for Column<'stmt>
impl<'stmt> Send for Column<'stmt>
impl<'stmt> Sync for Column<'stmt>
impl<'stmt> Unpin for Column<'stmt>
impl<'stmt> UnwindSafe for Column<'stmt>
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,