NAME ^

php_odbc.pir - PHP odbc Library

DESCRIPTION ^

Functions ^

bool birdstep_autocommit(int index)

NOT IMPLEMENTED.

bool birdstep_close(int id)

NOT IMPLEMENTED.

bool birdstep_commit(int index)

NOT IMPLEMENTED.

int birdstep_connect(string server, string user, string pass)

NOT IMPLEMENTED.

int birdstep_exec(int index, string exec_str)

NOT IMPLEMENTED.

bool birdstep_fetch(int index)

NOT IMPLEMENTED.

string birdstep_fieldname(int index, int col)

NOT IMPLEMENTED.

int birdstep_fieldnum(int index)

NOT IMPLEMENTED.

bool birdstep_freeresult(int index)

NOT IMPLEMENTED.

bool birdstep_off_autocommit(int index)

NOT IMPLEMENTED.

mixed birdstep_result(int index, int col)

NOT IMPLEMENTED.

bool birdstep_rollback(int index)

NOT IMPLEMENTED.

mixed odbc_autocommit(resource connection_id [, int OnOff])

Toggle autocommit mode or get status

NOT IMPLEMENTED.

bool odbc_binmode(int result_id, int mode)

Handle binary column data

NOT IMPLEMENTED.

void odbc_close(resource connection_id)

Close an ODBC connection

NOT IMPLEMENTED.

void odbc_close_all(void)

Close all ODBC connections

NOT IMPLEMENTED.

resource odbc_columnprivileges(resource connection_id, string catalog, string schema, string table, string column)

Returns a result identifier that can be used to fetch a list of columns and associated privileges for the specified table

NOT IMPLEMENTED.

resource odbc_columns(resource connection_id [, string qualifier [, string owner [, string table_name [, string column_name]]]])

Returns a result identifier that can be used to fetch a list of column names in specified tables

NOT IMPLEMENTED.

bool odbc_commit(resource connection_id)

Commit an ODBC transaction

NOT IMPLEMENTED.

resource odbc_connect(string DSN, string user, string password [, int cursor_option])

Connect to a datasource

NOT IMPLEMENTED.

string odbc_cursor(resource result_id)

Get cursor name

NOT IMPLEMENTED.

array odbc_data_source(resource connection_id, int fetch_type)

Return information about the currently connected data source

NOT IMPLEMENTED.

string odbc_error([resource connection_id])

Get the last error code

NOT IMPLEMENTED.

string odbc_errormsg([resource connection_id])

Get the last error message

NOT IMPLEMENTED.

resource odbc_exec(resource connection_id, string query [, int flags])

Prepare and execute an SQL statement

NOT IMPLEMENTED.

bool odbc_execute(resource result_id [, array parameters_array])

Execute a prepared statement

NOT IMPLEMENTED.

array odbc_fetch_array(int result [, int rownumber])

Fetch a result row as an associative array

NOT IMPLEMENTED.

int odbc_fetch_into(resource result_id, array result_array, [, int rownumber])

Fetch one result row into an array

NOT IMPLEMENTED.

object odbc_fetch_object(int result [, int rownumber])

Fetch a result row as an object

NOT IMPLEMENTED.

bool odbc_fetch_row(resource result_id [, int row_number])

Fetch a row

NOT IMPLEMENTED.

int odbc_field_len(resource result_id, int field_number)

Get the length (precision) of a column

NOT IMPLEMENTED.

string odbc_field_name(resource result_id, int field_number)

Get a column name

NOT IMPLEMENTED.

int odbc_field_num(resource result_id, string field_name)

Return column number

NOT IMPLEMENTED.

int odbc_field_scale(resource result_id, int field_number)

Get the scale of a column

NOT IMPLEMENTED.

string odbc_field_type(resource result_id, int field_number)

Get the datatype of a column

NOT IMPLEMENTED.

resource odbc_foreignkeys(resource connection_id, string pk_qualifier, string pk_owner, string pk_table, string fk_qualifier, string fk_owner, string fk_table)

Returns a result identifier to either a list of foreign keys in the specified table or a list of foreign keys in other tables that refer to the primary key in the specified table

NOT IMPLEMENTED.

bool odbc_free_result(resource result_id)

Free resources associated with a result

NOT IMPLEMENTED.

resource odbc_gettypeinfo(resource connection_id [, int data_type])

Returns a result identifier containing information about data types supported by the data source

NOT IMPLEMENTED.

bool odbc_longreadlen(int result_id, int length)

Handle LONG columns

NOT IMPLEMENTED.

bool odbc_next_result(resource result_id)

Checks if multiple results are avaiable

NOT IMPLEMENTED.

int odbc_num_fields(resource result_id)

Get number of columns in a result

NOT IMPLEMENTED.

int odbc_num_rows(resource result_id)

Get number of rows in a result

NOT IMPLEMENTED.

resource odbc_pconnect(string DSN, string user, string password [, int cursor_option])

Establish a persistent connection to a datasource

NOT IMPLEMENTED.

resource odbc_prepare(resource connection_id, string query)

Prepares a statement for execution

NOT IMPLEMENTED.

resource odbc_primarykeys(resource connection_id, string qualifier, string owner, string table)

Returns a result identifier listing the column names that comprise the primary key for a table

NOT IMPLEMENTED.

resource odbc_procedurecolumns(resource connection_id [, string qualifier, string owner, string proc, string column])

Returns a result identifier containing the list of input and output parameters, as well as the columns that make up the result set for the specified procedures

NOT IMPLEMENTED.

resource odbc_procedures(resource connection_id [, string qualifier, string owner, string name])

Returns a result identifier containg the list of procedure names in a datasource

NOT IMPLEMENTED.

mixed odbc_result(resource result_id, mixed field)

Get result data

NOT IMPLEMENTED.

int odbc_result_all(resource result_id [, string format])

Print result as HTML table

NOT IMPLEMENTED.

bool odbc_rollback(resource connection_id)

Rollback a transaction

NOT IMPLEMENTED.

bool odbc_setoption(resource conn_id|result_id, int which, int option, int value)

Sets connection or statement options

NOT IMPLEMENTED.

resource odbc_specialcolumns(resource connection_id, int type, string qualifier, string owner, string table, int scope, int nullable)

Returns a result identifier containing either the optimal set of columns that uniquely identifies a row in the table or columns that are automatically updated when any value in the row is updated by a transaction

NOT IMPLEMENTED.

resource odbc_statistics(resource connection_id, string qualifier, string owner, string name, int unique, int accuracy)

Returns a result identifier that contains statistics about a single table and the indexes associated with the table

NOT IMPLEMENTED.

resource odbc_tableprivileges(resource connection_id, string qualifier, string owner, string name)

Returns a result identifier containing a list of tables and the privileges associated with each table

NOT IMPLEMENTED.

resource odbc_tables(resource connection_id [, string qualifier [, string owner [, string name [, string table_types]]]])

Call the SQLTables function

NOT IMPLEMENTED.

bool solid_fetch_prev(resource result_id)

NOT IMPLEMENTED.


parrot