Commit e495122
authored
Develop utility getters for ODBC APIs
* Develop getter for tests
Need to verify the development with community
* Add SQLGetInfo getters
Types added:
- SQLUSMALLINT
- SQLUINTEGER
- SQLULEN
- SQLWCHAR
Prototype `TestSQLGetInfoNullCollation` test
* Add comments
* Swap EQ statements to have `value` as second input
* Add getters for SQLColAttribute
- string getter
- number getter
Plus renaming tests
SQLColAttribute prototype `TestSQLColAttributeBasetable_name`
* Use PascalCase for function names
* Fix rest of PascalCase functions1 parent ba8029b commit e495122
File tree
4 files changed
+994
-522
lines changed- cpp/src/arrow/flight/sql/odbc
- odbc_impl
- tests
4 files changed
+994
-522
lines changedLines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
399 | 399 | | |
400 | 400 | | |
401 | 401 | | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
402 | 410 | | |
403 | 411 | | |
404 | 412 | | |
| |||
422 | 430 | | |
423 | 431 | | |
424 | 432 | | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
425 | 441 | | |
426 | 442 | | |
427 | 443 | | |
| |||
0 commit comments