File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1991,12 +1991,16 @@ AdbcStatusCode AdbcConnectionGetInfo(struct AdbcConnection* connection,
19911991///
19921992/// TABLE_SCHEMA is a Struct with fields:
19931993///
1994- /// | Field Name | Field Type |
1995- /// |--------------------------|-------------------------|
1996- /// | table_name | utf8 not null |
1997- /// | table_type | utf8 not null |
1998- /// | table_columns | list<COLUMN_SCHEMA> |
1999- /// | table_constraints | list<CONSTRAINT_SCHEMA> |
1994+ /// | Field Name | Field Type | Comments |
1995+ /// |--------------------------|-------------------------|----------|
1996+ /// | table_name | utf8 not null | |
1997+ /// | table_type | utf8 not null | |
1998+ /// | table_columns | list<COLUMN_SCHEMA> | |
1999+ /// | table_constraints | list<CONSTRAINT_SCHEMA> | |
2000+ /// | table_definition | utf8 | (1) |
2001+ ///
2002+ /// 1. [Since version 1.2.0] The table or view definition (e.g. a SQL DDL
2003+ /// statement). This field is optional.
20002004///
20012005/// COLUMN_SCHEMA is a Struct with fields:
20022006///
You can’t perform that action at this time.
0 commit comments