Comments
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
OpenAccess SDK supports specifying comments as part of the query string. Comments are supported in two formats:
- C-Style comments enclosed in
/* ... */. These comments can span multiple lines. - Oracle-style comments that start with
--and continue until the end of the line.