Поиск по:old.hcs.cmc.msu.ru -
Поискать по всем серверам
На этой странице приведены все страницы сервера old.hcs.cmc.msu.ru ,которые мы индексируем. Показаны документы 1441 - 1460 из 3520.
Упорядочить по:
URL
|
дате изменения
1441. OCIDefineByName
PHP Manual . ... 3.0.7 - 3.0.18 only, PHP 4 >= 4.0.0) OCIDefineByName -- Use a PHP variable for the define-step during a SELECT . int OCIDefineByName ( int stmt, string Column-Name, mixed variable [, int type]) . OCIDefineByName() uses fetches SQL-Columns into user-defined PHP-Variables. ... php /* OCIDefineByPos example thies@thieso.net (980219) */ $conn = OCILogon("scott","tiger"); $stmt = OCIParse($conn,"select empno, ename from emp"); /* the define MUST be done BEFORE ociexecute! ...
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.ocidefinebyname.html -- 4.7 Кб -- 03.02.2002
Похожие документы
Похожие документы
1442. odbc_specialcolumns
... PHP 4 >= 4.0.0) odbc_specialcolumns -- Returns 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 . ... When the type argument is SQL_ROWVER, odbc_specialcolumns() returns the optimal column or set of columns that, by retrieving values from the column or columns, allows any row in the specified table to be uniquely identified. ... The result set has the following columns: . ...
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.odbc-specialcolumns.html -- 4.4 Кб -- 03.02.2002
Похожие документы
Похожие документы
1443. odbc_statistics
PHP Manual . Prev . Next . PHP 4 >= 4.0.0) odbc_statistics -- Retrieve statistics about a table . int odbc_statistics ( int connection_id, string qualifier, string owner, string table_name, int unique, int accuracy) . ... Returns an ODBC result identifier or FALSE on failure. The result set has the following columns: . ... NON_UNIQUE . INDEX_QUALIFIER . INDEX_NAME . ... The result set is ordered by NON_UNIQUE, TYPE, INDEX_QUALIFIER, INDEX_NAME and SEQ_IN_INDEX. ...
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.odbc-statistics.html -- 4.0 Кб -- 03.02.2002
Похожие документы
Похожие документы
1444. Unified ODBC functions
... In addition to normal ODBC support, the Unified ODBC functions in PHP allow you to access several databases that have borrowed the semantics of the ODBC API to implement their own API. ... odbc_fetch_into -- Fetch one result row into array . ... odbc_gettypeinfo -- Returns a result identifier containing information about data types supported by the data source. odbc_primarykeys -- Returns a result identifier that can be used to fetch the column names that comprise the primary key for a table . ...
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/ref.odbc.html -- 10.6 Кб -- 03.02.2002
Похожие документы
Похожие документы
1445. odbc_procedurecolumns
... int odbc_procedurecolumns ( int connection_id [, string qualifier [, string owner [, string proc [, string column]]]]) . Returns the list of input and output parameters, as well as the columns that make up the result set for the specified procedures. ... The result set is ordered by PROCEDURE_QUALIFIER, PROCEDURE_OWNER, PROCEDURE_NAME and COLUMN_TYPE. The owner , proc and column arguments accept search patterns ('%' to match zero or more characters and '_' to match a single character). ...
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.odbc-procedurecolumns.html -- 4.4 Кб -- 03.02.2002
Похожие документы
Похожие документы
1446. odbc_procedures
PHP Manual . ... Next . PHP 4 >= 4.0.0) odbc_procedures -- Get the list of procedures stored in a specific data source. Returns a result identifier containing the information. int odbc_procedures ( int connection_id [, string qualifier [, string owner [, string name]]]) . ... Returns an ODBC result identifier or FALSE on failure. ... PROCEDURE_OWNER . ... The owner and name arguments accept search patterns ('%' to match zero or more characters and '_' to match a single character). ...
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.odbc-procedures.html -- 4.1 Кб -- 03.02.2002
Похожие документы
Похожие документы
1447. odbc_foreignkeys
... PHP 4 >= 4.0.0) odbc_foreignkeys -- Returns 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 . int odbc_foreignkeys ( int connection_id, string pk_qualifier, string pk_owner, string pk_table, string fk_qualifier, string fk_owner, string fk_table) . odbc_foreignkeys() retrieves information about foreign keys. ... KEY_SEQ . ... This should be one key at most. ...
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.odbc-foreignkeys.html -- 5.1 Кб -- 03.02.2002
Похожие документы
Похожие документы
1448. odbc_primarykeys
... PHP 4 >= 4.0.0) odbc_primarykeys -- Returns a result identifier that can be used to fetch the column names that comprise the primary key for a table . int odbc_primarykeys ( int connection_id, string qualifier, string owner, string table) . Returns the column names that comprise the primary key for a table. Returns an ODBC result identifier or FALSE on failure. The result set has the following columns: . TABLE_QUALIFIER . TABLE_OWNER . TABLE_NAME . COLUMN_NAME . ...
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.odbc-primarykeys.html -- 3.8 Кб -- 03.02.2002
Похожие документы
Похожие документы
1449. odbc_columnprivileges
... PHP 4 >= 4.0.0) odbc_columnprivileges -- Returns a result identifier that can be used to fetch a list of columns and associated privileges . int odbc_columnprivileges ( int connection_id [, string qualifier [, string owner [, string table_name [, string column_name]]]]) . ... Returns an ODBC result identifier or FALSE on failure. ... TABLE_NAME . ... The column_name argument accepts search patterns ('%' to match zero or more characters and '_' to match a single character). ... odbc_columns . ...
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.odbc-columnprivileges.html -- 4.1 Кб -- 03.02.2002
Похожие документы
Похожие документы
1450. odbc_columns
... PHP 4 >= 4.0.0) odbc_columns -- Lists the column names in specified tables. Returns a result identifier containing the information. int odbc_columns ( int connection_id [, string qualifier [, string owner [, string table_name [, string column_name]]]]) . ... Returns an ODBC result identifier or FALSE on failure. ... TABLE_NAME . COLUMN_NAME . ... The owner , table_name and column_name arguments accept search patterns ('%' to match zero or more characters and '_' to match a single character). ...
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.odbc-columns.html -- 4.5 Кб -- 03.02.2002
Похожие документы
Похожие документы
1451. odbc_gettypeinfo
PHP Manual . Prev . Next . PHP 4 >= 4.0.0) odbc_gettypeinfo -- Returns a result identifier containing information about data types supported by the data source. int odbc_gettypeinfo ( int connection_id [, int data_type]) . Retrieves information about data types supported by the data source. ... The optional argument data_type can be used to restrict the information to a single data type. ... DATA_TYPE . ... The result set is ordered by DATA_TYPE and TYPE_NAME. ...
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.odbc-gettypeinfo.html -- 4.3 Кб -- 03.02.2002
Похожие документы
Похожие документы
1452. odbc_tableprivileges
... Next . PHP 4 >= 4.0.0) odbc_tableprivileges -- Lists tables and the privileges associated with each table . int odbc_tableprivileges ( int connection_id [, string qualifier [, string owner [, string name]]]) . ... Returns an ODBC result identifier or FALSE on failure. ... TABLE_OWNER . ... The result set is ordered by TABLE_QUALIFIER, TABLE_OWNER and TABLE_NAME. The owner and name arguments accept search patterns ('%' to match zero or more characters and '_' to match a single character). ...
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.odbc-tableprivileges.html -- 4.1 Кб -- 03.02.2002
Похожие документы
Похожие документы
1453. odbc_tables
... 3.0.17 - 3.0.18 only, PHP 4 >= 4.0.0) odbc_tables -- Get the list of table names stored in a specific data source. Returns a result identifier containing the information. int odbc_tables ( int connection_id [, string qualifier [, string owner [, string name [, string types]]]]) . ... TABLE_OWNER . ... TABLE_TYPE . ... If table_type is a single percent character (%) and qualifier , owner and name are empty strings, then the result set contains a list of valid table types for the data source. ...
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.odbc-tables.html -- 6.2 Кб -- 03.02.2002
Похожие документы
Похожие документы
1454. odbc_rollback
. PHP Manual . Prev . Next . (3.0.6 - 3.0.18 only, PHP 4 >= 4.0.0) odbc_rollback -- Rollback a transaction . int odbc_rollback ( int connection_id) . Rolls back all pending statements on connection_id . Returns TRUE on success, FALSE on failure. Prev . Home . Next . odbc_result_all . Up . odbc_setoption
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.odbc-rollback.html -- 3.4 Кб -- 03.02.2002
Похожие документы
Похожие документы
1455. odbc_setoption
... 3.0.6 - 3.0.18 only, PHP 4 >= 4.0.0) odbc_setoption -- Adjust ODBC settings. ... int odbc_setoption ( int id, int function, int option, int param) . This function allows fiddling with the ODBC options for a particular connection or query result. ... You should probably only use this function if you are an ODBC programmer and understand the effects the various options will have. ... This example has the same effect as // odbc_autocommit($conn, true); odbc_setoption ($conn, 1, 102, 1); // 2. ...
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.odbc-setoption.html -- 5.7 Кб -- 03.02.2002
Похожие документы
Похожие документы
1456. odbc_result_all
. PHP Manual . Prev . Next . (3.0.6 - 3.0.18 only, PHP 4 >= 4.0.0) odbc_result_all -- Print result as HTML table . int odbc_result_all ( int result_id [, string format]) . Returns the number of rows in the result or FALSE on error. odbc_result_all() will print all rows from a result identifier produced by odbc_exec() . The result is printed in HTML table format. With the optional string argument format , additional overall table formatting can be done. Prev . Home . Next . odbc_result . Up . odbc_rollback
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.odbc-result-all.html -- 3.7 Кб -- 03.02.2002
Похожие документы
Похожие документы
1457. odbc_result
... string odbc_result ( int result_id, mixed field) . Returns the contents of the field. field can either be an integer containing the column number of the field you want; or it can be a string containing the name of the field. ... The first call to odbc_result() returns the value of the third field in the current record of the query result. The second function call to odbc_result() returns the value of the field whose field name is "val" in the current record of the query result. ...
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.odbc-result.html -- 4.7 Кб -- 03.02.2002
Похожие документы
Похожие документы
1458. odbc_num_rows
PHP Manual . ... 3.0.6 - 3.0.18 only, PHP 4 >= 4.0.0) odbc_num_rows -- Number of rows in a result . int odbc_num_rows ( int result_id) . odbc_num_rows() will return the number of rows in an ODBC result. ... For INSERT, UPDATE and DELETE statements odbc_num_rows() returns the number of rows affected. For a SELECT clause this can be the number of rows available. Note: Using odbc_num_rows() to determine the number of rows available after a SELECT will return -1 with many drivers. ...
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.odbc-num-rows.html -- 3.7 Кб -- 03.02.2002
Похожие документы
Похожие документы
1459. odbc_prepare
. PHP Manual . Prev . Next . (3.0.6 - 3.0.18 only, PHP 4 >= 4.0.0) odbc_prepare -- Prepares a statement for execution . int odbc_prepare ( int connection_id, string query_string) . Returns FALSE on error. Returns an ODBC result identifier if the SQL command was prepared successfully. The result identifier can be used later to execute the statement with odbc_execute() . Prev . Home . Next . odbc_pconnect . Up . odbc_num_rows
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.odbc-prepare.html -- 3.5 Кб -- 03.02.2002
Похожие документы
Похожие документы
1460. odbc_num_fields
. PHP Manual . Prev . Next . (3.0.6 - 3.0.18 only, PHP 4 >= 4.0.0) odbc_num_fields -- Number of columns in a result . int odbc_num_fields ( int result_id) . odbc_num_fields() will return the number of fields (columns) in an ODBC result. This function will return -1 on error. The argument is a valid result identifier returned by odbc_exec() . Prev . Home . Next . odbc_longreadlen . Up . odbc_pconnect
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.odbc-num-fields.html -- 3.5 Кб -- 03.02.2002
Похожие документы
Похожие документы