Skip to content

Latest commit

 

History

History
53 lines (31 loc) · 1.28 KB

File metadata and controls

53 lines (31 loc) · 1.28 KB

minisql.sql.values.SqlValue

Home · Source file

SqlValue

struct SqlValue

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

View source

Members

isNull

isNull

Indicates whether the is null condition is active.

View source

typeKind

typeKind

Stores the type kind associated with this value.

View source

value

value

Stores the value associated with this value.

View source