File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1982,12 +1982,16 @@ AdbcStatusCode AdbcConnectionGetInfo(struct AdbcConnection* connection,
19821982///
19831983/// TABLE_SCHEMA is a Struct with fields:
19841984///
1985- /// | Field Name | Field Type |
1986- /// |--------------------------|-------------------------|
1987- /// | table_name | utf8 not null |
1988- /// | table_type | utf8 not null |
1989- /// | table_columns | list<COLUMN_SCHEMA> |
1990- /// | table_constraints | list<CONSTRAINT_SCHEMA> |
1985+ /// | Field Name | Field Type | Comments |
1986+ /// |--------------------------|-------------------------|----------|
1987+ /// | table_name | utf8 not null | |
1988+ /// | table_type | utf8 not null | |
1989+ /// | table_columns | list<COLUMN_SCHEMA> | |
1990+ /// | table_constraints | list<CONSTRAINT_SCHEMA> | |
1991+ /// | table_definition | utf8 | (1) |
1992+ ///
1993+ /// 1. [Since version 1.2.0] The table or view definition (e.g. a SQL DDL
1994+ /// statement). This field is optional.
19911995///
19921996/// COLUMN_SCHEMA is a Struct with fields:
19931997///
You can’t perform that action at this time.
0 commit comments