We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7196b33 commit ddffd7eCopy full SHA for ddffd7e
doc/api.md
@@ -14277,8 +14277,9 @@ statements contain hard coded values instead of bind parameters,
14277
Oracle sees the statement text is different and will be less
14278
efficient.
14279
14280
-Bind parameters can be used to substitute data but not the text of the
14281
-statement.
+Bind parameters can be used to substitute data values. They cannot be used for
+direct substitution of column or table names in dynamically constructed
14282
+statements, see [Binding Column and Table Names in Queries](#sqlbindtablename).
14283
14284
Bind variables cannot be used in [DDL][15] statements, for example
14285
`CREATE TABLE` or `ALTER` commands.
0 commit comments