DBA Data[Home] [Help]

SYS.DBMS_SQLTUNE_UTIL2 dependencies on SQL_BIND_SET

Line 67: FUNCTION sql_binds_ntab_to_varray(binds_ntab IN SQL_BIND_SET)

63: -- an ordered list of bind values, of type ANYDATA.
64: -- If given null as input this function returns null.
65: --
66: -----------------------------------------------------------------------------
67: FUNCTION sql_binds_ntab_to_varray(binds_ntab IN SQL_BIND_SET)
68: RETURN SQL_BINDS;
69:
70: ------------------------- sql_binds_varray_to_ntab -------------------------
71: -- NAME:

Line 86: -- Corresponding nested table type (sql_bind_set) to the input, which is

82: -- binds_varray (IN) - list of binds for a single statement, in the
83: -- sql_binds VARRAY type
84: --
85: -- RETURN:
86: -- Corresponding nested table type (sql_bind_set) to the input, which is
87: -- a list of (position, value) pairs for the information in STMT_BINDS.
88: -- If given null as input this function returns null.
89: --
90: -----------------------------------------------------------------------------

Line 92: RETURN SQL_BIND_SET;

88: -- If given null as input this function returns null.
89: --
90: -----------------------------------------------------------------------------
91: FUNCTION sql_binds_varray_to_ntab(binds_varray IN SQL_BINDS)
92: RETURN SQL_BIND_SET;
93:
94: ----------------------------------- check_priv ------------------------------
95: -- NAME:
96: -- check_priv