Skip to content

Commit

Permalink
Add link for col & table name binding
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbj committed Jun 9, 2022
1 parent 7196b33 commit ddffd7e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -14277,8 +14277,9 @@ statements contain hard coded values instead of bind parameters,
Oracle sees the statement text is different and will be less
efficient.

Bind parameters can be used to substitute data but not the text of the
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
statements, see [Binding Column and Table Names in Queries](#sqlbindtablename).

Bind variables cannot be used in [DDL][15] statements, for example
`CREATE TABLE` or `ALTER` commands.
Expand Down

0 comments on commit ddffd7e

Please sign in to comment.