Skip to main content

Module mssql

Module mssql 

Source
Expand description

MSSQL-side schema metadata, identifiers, profiles, types, and DDL helpers. MSSQL-side schema metadata, identifiers, profile, and DDL helpers.

Re-exports§

pub use column::MssqlColumn;
pub use ddl::CreateTableOptions;
pub use ddl::create_table_sql;
pub use identifier::Identifier;
pub use identifier::IdentifierPolicy;
pub use identifier::TableName;
pub use profile::CompatibilityLevel;
pub use profile::MssqlProfile;
pub use profile::MssqlVersion;
pub use ty::MssqlTimePrecision;
pub use ty::MssqlType;
pub use ty::MssqlTypeLength;

Modules§

column
MSSQL column metadata model. MSSQL column metadata model.
ddl
Deterministic MSSQL DDL rendering helpers. Deterministic SQL Server DDL rendering helpers.
identifier
MSSQL identifier types. SQL Server identifier types and quoting helpers.
profile
MSSQL profile types. SQL Server profile types.
ty
MSSQL type model. SQL Server type model used by write planning.