|
8007 | 8007 | 'odbc_columnprivileges' => ['resource', 'connection_id'=>'resource', 'catalog'=>'string', 'schema'=>'string', 'table'=>'string', 'column'=>'string'],
|
8008 | 8008 | 'odbc_columns' => ['resource', 'connection_id'=>'resource', 'qualifier='=>'string', 'owner='=>'string', 'table_name='=>'string', 'column_name='=>'string'],
|
8009 | 8009 | 'odbc_commit' => ['bool', 'connection_id'=>'resource'],
|
8010 |
| -'odbc_connect' => ['resource', 'dsn'=>'string', 'user'=>'string', 'password'=>'string', 'cursor_option='=>'int'], |
| 8010 | +'odbc_connect' => ['resource|false', 'dsn'=>'string', 'user'=>'string', 'password'=>'string', 'cursor_option='=>'int'], |
8011 | 8011 | 'odbc_cursor' => ['string', 'result_id'=>'resource'],
|
8012 | 8012 | 'odbc_data_source' => ['array', 'connection_id'=>'resource', 'fetch_type'=>'int'],
|
8013 | 8013 | 'odbc_do' => ['resource', 'connection_id'=>'resource', 'query'=>'string', 'flags='=>'int'],
|
|
8033 | 8033 | 'odbc_num_fields' => ['int', 'result_id'=>'resource'],
|
8034 | 8034 | 'odbc_num_rows' => ['int', 'result_id'=>'resource'],
|
8035 | 8035 | 'odbc_pconnect' => ['resource', 'dsn'=>'string', 'user'=>'string', 'password'=>'string', 'cursor_option='=>'int'],
|
8036 |
| -'odbc_prepare' => ['resource', 'connection_id'=>'resource', 'query'=>'string'], |
| 8036 | +'odbc_prepare' => ['resource|false', 'connection_id'=>'resource', 'query'=>'string'], |
8037 | 8037 | 'odbc_primarykeys' => ['resource', 'connection_id'=>'resource', 'qualifier'=>'string', 'owner'=>'string', 'table'=>'string'],
|
8038 | 8038 | 'odbc_procedurecolumns' => ['resource', 'connection_id'=>'', 'qualifier'=>'string', 'owner'=>'string', 'proc'=>'string', 'column'=>'string'],
|
8039 | 8039 | 'odbc_procedures' => ['resource', 'connection_id'=>'', 'qualifier'=>'string', 'owner'=>'string', 'name'=>'string'],
|
|
0 commit comments