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