Struct paradox_typed_db::tables::DtpropertiesTable
source · pub struct DtpropertiesTable<'a> { /* private fields */ }
Expand description
Table dtproperties
See also: DtpropertiesTable
Implementations§
source§impl<'a> DtpropertiesTable<'a>
impl<'a> DtpropertiesTable<'a>
sourcepub fn get_col(&self, col: DtpropertiesColumn) -> Option<usize>
pub fn get_col(&self, col: DtpropertiesColumn) -> Option<usize>
Get the “real” index of the well-known column
sourcepub fn row_iter<'b>(&'b self) -> RowIter<'a, 'b, DtpropertiesRow<'a, 'b>> ⓘ
pub fn row_iter<'b>(&'b self) -> RowIter<'a, 'b, DtpropertiesRow<'a, 'b>> ⓘ
Iterate over all rows
sourcepub fn key_iter<'b: 'a>(
&'b self,
key: i32
) -> impl Iterator<Item = DtpropertiesRow<'a, 'b>>
pub fn key_iter<'b: 'a>( &'b self, key: i32 ) -> impl Iterator<Item = DtpropertiesRow<'a, 'b>>
Iterate over all rows that have a specific key
Trait Implementations§
source§impl<'a> Clone for DtpropertiesTable<'a>
impl<'a> Clone for DtpropertiesTable<'a>
source§fn clone(&self) -> DtpropertiesTable<'a>
fn clone(&self) -> DtpropertiesTable<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<'a> TypedTable<'a> for DtpropertiesTable<'a>
impl<'a> TypedTable<'a> for DtpropertiesTable<'a>
§type Column = DtpropertiesColumn
type Column = DtpropertiesColumn
The type representing one well-known column