//! Pure parameter descriptor used by the wire-protocol encoders
//! (`Query.rs`, `PreparedStatement.rs`). Split from `MySQLStatement`
//! so the protocol layer has no dependency on the JSC-coupled statement
//! struct that lives in `sql_jsc/`.
use FieldType;
use ColumnFlags;
// ported from: src/sql/mysql/MySQLParam.zig