Title here
Summary here
Describes how the connection manager can check if a table or view exists
Type | Name | Description |
---|---|---|
string | objectName | The formatted table or view name |
Type | Description |
---|---|
bool | True if the table or view exists |
Describe how the table meta data can be read from the database
Type | Name | Description |
---|---|---|
ObjectNameDescriptor | TN | The formatted table name |
Type | Description |
---|---|
TableDefinition | The definition of the table, containing column names, types, etc. |