pub type OwnedTableReference = TableReference<'static>;Aliased Type§
pub struct OwnedTableReference {
pub catalog: &'static str,
pub schema: &'static str,
pub table: &'static str,
}Fields§
§catalog: &'static str§schema: &'static str§table: &'static str