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

Function dbms_sql_bind_array_3

gpcontrib/orafce/dbms_sql.c:668–674  ·  view source on GitHub ↗

* CREATE PROCEDURE dbms_sql.bind_array(c int, name varchar2, value anyarray); */

Source from the content-addressed store, hash-verified

666 * CREATE PROCEDURE dbms_sql.bind_array(c int, name varchar2, value anyarray);
667 */
668Datum
669dbms_sql_bind_array_3(PG_FUNCTION_ARGS)
670{
671 bind_array(fcinfo, -1, -1);
672
673 return (Datum) 0;
674}
675
676/*
677 * CREATE PROCEDURE dbms_sql.bind_array(c int, name varchar2, value anyarray, index1 int, index2 int);

Callers

nothing calls this directly

Calls 1

bind_arrayFunction · 0.85

Tested by

no test coverage detected