Skip to content

Latest commit

 

History

History
77 lines (45 loc) · 1.79 KB

File metadata and controls

77 lines (45 loc) · 1.79 KB

minisql.sql.types.SqlType

Home · Source file

SqlType

struct SqlType

Groups the SQL type state and preserves the field relationships documented below.

View source

Members

kind

kind

Stores the kind associated with this value.

View source

length

length

Tracks the length numeric value.

View source

nullable

nullable

Indicates whether the nullable condition is active.

View source

precision

precision

Stores the precision associated with this value.

View source

scale

scale

Stores the scale associated with this value.

View source