• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/vim-53/runtime/autoload/

Lines Matching refs:statement

1379 \ 'db2_exec(': 'resource connection, string statement [, array options] | resource',
1400 \ 'db2_prepare(': 'resource connection, string statement [, array options] | resource',
2844 \ 'mssql_free_statement(': 'resource statement | bool',
3266 \ 'oci_define_by_name(': 'resource statement, string column_name, mixed &variable [, int type] | bool',
3269 \ 'oci_fetch_all(': 'resource statement, array &output [, int skip [, int maxrows [, int flags]]] | int',
3270 \ 'oci_fetch_array(': 'resource statement [, int mode] | array',
3271 \ 'oci_fetch_assoc(': 'resource statement | array',
3272 \ 'oci_fetch(': 'resource statement | bool',
3273 \ 'ocifetchinto(': 'resource statement, array &result [, int mode] | int',
3274 \ 'oci_fetch_object(': 'resource statement | object',
3275 \ 'oci_fetch_row(': 'resource statement | array',
3277 \ 'oci_field_name(': 'resource statement, int field | string',
3278 \ 'oci_field_precision(': 'resource statement, int field | int',
3279 \ 'oci_field_scale(': 'resource statement, int field | int',
3282 \ 'oci_field_type_raw(': 'resource statement, int field | int',
3283 \ 'oci_free_statement(': 'resource statement | bool',
3291 \ 'oci_num_fields(': 'resource statement | int',
3296 \ 'oci_result(': 'resource statement, mixed field | mixed',
3299 \ 'oci_set_prefetch(': 'resource statement [, int rows] | bool',
3300 \ 'oci_statement_type(': 'resource statement | string',
4959 \ 'PDO::exec(': 'string statement | int',
4963 \ 'PDO::prepare(': 'string statement [, array driver_options] | PDOStatement',
4964 \ 'PDO::query(': 'string statement | PDOStatement',