Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1.1 KB

File metadata and controls

41 lines (24 loc) · 1.1 KB

minisql.sql.binder.BoundCreateTable

Home · Source file

BoundCreateTable

struct BoundCreateTable

Groups the bound create table state and preserves the field relationships documented below.

View source

Members

columnTypes

columnTypes

Stores the column types associated with this value.

View source

statement

statement

Stores the statement associated with this value.

View source