MCPcopy Create free account
hub / github.com/apache/cloudberry / dbms_sql_bind_variable_f

Function dbms_sql_bind_variable_f

gpcontrib/orafce/dbms_sql.c:584–588  ·  view source on GitHub ↗

* CREATE FUNCTION dbms_sql.bind_variable_f(c int, name varchar2, value "any") RETURNS void; */

Source from the content-addressed store, hash-verified

582 * CREATE FUNCTION dbms_sql.bind_variable_f(c int, name varchar2, value "any") RETURNS void;
583 */
584Datum
585dbms_sql_bind_variable_f(PG_FUNCTION_ARGS)
586{
587 return bind_variable(fcinfo);
588}
589
590static void
591bind_array(FunctionCallInfo fcinfo, int index1, int index2)

Callers

nothing calls this directly

Calls 1

bind_variableFunction · 0.85

Tested by

no test coverage detected