[Home] [Help]
3454: -- For the content of a bind value, refer to function extract_bind
3455: ----------------------------------------------------------------------------
3456: FUNCTION extract_binds(
3457: bind_data IN RAW)
3458: RETURN SQL_BIND_SET PIPELINED;
3459:
3460:
3461: ----------------------------------------------------------------------------
3462: -- --