examples.doc
来自「一个很好用的Linux/Unix下Oracle OCI开发接口封装库」· DOC 代码 · 共 81 行
DOC
81 行
/**@page examples Examples*//** @example ex1.c Example for using sqlo_exists *//** @example ex2.c Example for using sqlo_count *//** @example ex3.cExample for using sqlo_run*//** @example ex4.cExample for using sqlo_open*//** @example ex5.cExample for using sqlo_open2*//** @example ex6.cExample for using sqlo_reopen*//** @example ex7.cExample for using sqlo_fetch, sqlo_values, sqlo_ocol_name_lens, sqlo_ocol_names,sqlo_value_lens.*//** @example ex8.cExample for using sqlo_exec.*//** @example ex9.cExample for calling PL/SQL blocks.*//** @example ex10.cExample for sqlo_prepare and sqlo_bind_by_pos.*//** @example ex11.cExample for using sqlo_define_by_pos and sqlo_execute.*//** @example ex12.cExample for fetching data into an array of structures.*//** @example ex13.cExample for inserting data into a blob column from an internal buffer.*//** @example ex14.cExample for loading a file into a blob column.*//** @example ex15.cExample for selecting blob data into a buffer*//** @example ex16.cExample for selecting blob data into a file.*//** @example ex17.cExample for selecting from a refcursor.*//** @example ex18.cExample for selecting from a refcursor.*//** @example ex19.cExample for selecting from a nested table.*/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?