Skip to content

Commit

Permalink
FlightSQL Ratification based on Community Comments (round 2) (apache#85)
Browse files Browse the repository at this point in the history
* Remove unused client_execution_handler from Protobuf

* Update documentation on CommandGetPrimaryKeys

* Update documentation on CommandGetImportedKeys and CommandGetExportedKeys

* Change exception type on FlightSqlClient#executeUpdate

* Add @return to FlightSqlClient#executeUpdate JavaDoc

* Switch order of key_name and key_sequence on CommandGetTableKeys documentation

* Update JavaDoc for FlIghtSqlClient#clearParameters

* Add private constructor to FlightSqlProducer.SqlInfo

* Update JavaDoc for FlIghtSqlClient#clearParameters

* Fix wrong CommandGetPrimaryKeys documentation on Proto file

* Fix order of key_name and key_sequence
  • Loading branch information
rafael-telles authored and vfraga committed Mar 29, 2022
1 parent d64b39a commit 7476d1e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -733,5 +733,9 @@ final class SqlInfo {
public static final int SQL_IDENTIFIER_CASE = 503;
public static final int SQL_IDENTIFIER_QUOTE_CHAR = 504;
public static final int SQL_QUOTED_IDENTIFIER_CASE = 505;

private SqlInfo() {
// Prevent instantiation.
}
}
}

0 comments on commit 7476d1e

Please sign in to comment.