Skip to content

Commit ddffd7e

Browse files
committed
Add link for col & table name binding
1 parent 7196b33 commit ddffd7e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/api.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -14277,8 +14277,9 @@ statements contain hard coded values instead of bind parameters,
1427714277
Oracle sees the statement text is different and will be less
1427814278
efficient.
1427914279

14280-
Bind parameters can be used to substitute data but not the text of the
14281-
statement.
14280+
Bind parameters can be used to substitute data values. They cannot be used for
14281+
direct substitution of column or table names in dynamically constructed
14282+
statements, see [Binding Column and Table Names in Queries](#sqlbindtablename).
1428214283

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

0 commit comments

Comments
 (0)