MySQL 9.1.0
Source Code Documentation
|
Column identifier. More...
Public Attributes | |
repeated Mysqlx::Expr::DocumentPathItem | document_path = 1 |
document path More... | |
optional string | name = 2 |
name of column More... | |
optional string | table_name = 3 |
name of table More... | |
optional string | schema_name = 4 |
name of schema More... | |
Column identifier.
for table: col@doc_path, tbl.col@doc_path col, tbl.col, schema.tbl.col for document collection: doc_path
repeated Mysqlx::Expr::DocumentPathItem Mysqlx::Expr::ColumnIdentifier::document_path = 1 |
document path
optional string Mysqlx::Expr::ColumnIdentifier::name = 2 |
name of column
optional string Mysqlx::Expr::ColumnIdentifier::schema_name = 4 |
name of schema
optional string Mysqlx::Expr::ColumnIdentifier::table_name = 3 |
name of table