birschick-bq commented on code in PR #2665:
URL: https://github.com/apache/arrow-adbc/pull/2665#discussion_r2027438541


##########
csharp/src/Drivers/Apache/ApacheParameters.cs:
##########
@@ -25,5 +25,15 @@ public class ApacheParameters
         public const string PollTimeMilliseconds = 
"adbc.apache.statement.polltime_ms";
         public const string BatchSize = "adbc.apache.statement.batch_size";
         public const string QueryTimeoutSeconds = 
"adbc.apache.statement.query_timeout_s";
+        public const string IsMetadataCommand = 
"adbc.apache.statement.is_metadata_command";
+
+        public const string CatalogName = "adbc.apache.catalog_name";
+        public const string SchemaName = "adbc.apache.schema_name";
+        public const string TableName = "adbc.apache.table_name";
+        public const string TableTypes = "adbc.apache.table_types";
+        public const string ColumnName = "adbc.apache.column_name";
+        public const string ForeignCatalogName = 
"adbc.apache.foreign_catalog_name";
+        public const string ForeignSchemaName = 
"adbc.apache.foreign_schema_name";
+        public const string ForeignTableName = 
"adbc.apache.foreign_table_name";

Review Comment:
   @CurtHagenlocher 
   Using the pattern `adbc.get_metadata.*`. Let me know if these names make 
sense.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to