Struct rustorm::query::ColumnName
[−]
[src]
pub struct ColumnName { pub column: String, pub table: Option<String>, pub schema: Option<String>, }
Fields
column | |
table | |
schema |
Methods
impl ColumnName
fn from_str(column: &str) -> Self
fn complete_name(&self) -> String
table name and column name
fn super_complete_name(&self) -> String
includes the schema, table name and column name