Ovrimos SQL
- Introducción
- Instalación/Configuración
- Constantes predefinidas
- Ejemplos
- Funciones Ovrimos SQL
- ovrimos_close — Cierra la conexión con ovrimos
- ovrimos_commit — Confirma la transacción
- ovrimos_connect — Conectarse a una base de datos especificada
- ovrimos_cursor — Devuelve el nombre del cursor
- ovrimos_exec — Ejecuta un SQL statement
- ovrimos_execute — Ejecuta una sentencia SQL preparada
- ovrimos_fetch_into — Obtiene una fila del resultado
- ovrimos_fetch_row — Fetches a row from the result set
- ovrimos_field_len — Returns the length of the output column
- ovrimos_field_name — Returns the output column name
- ovrimos_field_num — Returns the (1-based) index of the output column
- ovrimos_field_type — Returns the type of the output column
- ovrimos_free_result — Frees the specified result_id
- ovrimos_longreadlen — Specifies how many bytes are to be retrieved from long datatypes
- ovrimos_num_fields — Returns the number of columns
- ovrimos_num_rows — Devuelve el número de filas afectadas en la operación update
- ovrimos_prepare — Prepares an SQL statement
- ovrimos_result_all — Prints the whole result set as an HTML table
- ovrimos_result — Retrieves the output column
- ovrimos_rollback — Rolls back the transaction
There are no user contributed notes for this page.
