From d7e31ee10ef6dc36519b0d97ff82da75bcc508eb Mon Sep 17 00:00:00 2001 From: Egon Schmid Date: Thu, 16 Dec 1999 23:05:36 +0000 Subject: [PATCH] Made a proper indentation. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@17314 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/adabas.xml | 127 +++++++++++++++++++++++++------------------ 1 file changed, 75 insertions(+), 52 deletions(-) diff --git a/functions/adabas.xml b/functions/adabas.xml index ba2265ab87..04f0c82c05 100644 --- a/functions/adabas.xml +++ b/functions/adabas.xml @@ -2,204 +2,227 @@ Adabas D functions Adabas D + - The Adabas D functions are deprecated, you probably want to use the - Unified ODBC functions instead. + The Adabas D functions are deprecated, you probably want to use + the Unified ODBC functions + instead. + ada_afetch - fetch a result row into an array + Fetch a result row into an array Description - See odbc_fetch_into + + See odbc_fetch_into + - ada_autocommit - toggle autocommit behaviour + Toggle autocommit behaviour Description - See odbc_autocommit. + + See odbc_autocommit. + - ada_close - close a connection to an Adabas D server + + Close a connection to an Adabas D server + Description - See odbc_close. + + See odbc_close. + - ada_commit - commit a transaction + Commit a transaction Description - See odbc_commit + See odbc_commit + - ada_connect - connect to an Adabas D datasource + Connect to an Adabas D datasource Description - See odbc_connect. + + See odbc_connect. + - ada_exec - prepare and execute a SQL statement + Prepare and execute a SQL statement Description - See odbc_exec or odbc_do. + + See odbc_exec or + odbc_do. + - ada_fetchrow - fetch a row from a result + Fetch a row from a result Description - See odbc_fetch_row. + + See odbc_fetch_row. + - ada_fieldname - get the columnname + Get the columnname Description - See odbc_field_name. + + See odbc_field_name. + - ada_fieldnum - get column number + Get column number Description - See odbc_field_num. + + See odbc_field_num. + - ada_fieldtype - get the datatype of a field + Get the datatype of a field Description - See odbc_field_type. + + See odbc_field_type. + - - ada_freeresult - >free resources associated with a result + ada_freeresult + + Free resources associated with a result + Description - See odbc_free_result. + + See odbc_free_result. + - ada_numfields - get the number of columns in a result + Get the number of columns in a result Description - See odbc_num_fields. + + See odbc_num_fields. + - ada_numrows - number of rows in a result + Number of rows in a result Description - See odbc_num_rows. + + See odbc_num_rows. + - ada_result - get data from results + Get data from results Description - See odbc_result. + + See odbc_result. + - ada_resultall - print result as HTML table + Print result as HTML table Description - See odbc_result_all. + + See odbc_result_all. + - ada_rollback - rollback a transaction + Rollback a transaction Description - See odbc_rollback. + + See Odbc_rollback. + -