Hosting de Calidad
  • Inicio
  • Precios y servicios
  • F.a.q y ayudas
  • Realizar pedido
  • Webs alojadas
  • Quienes somos
  • Foro HyD
  • Contacto

    Zona Dominios

    Entrar
    registro de dominios


    Zona Hosting

    Entrar
    alojamiento web


    5 Métodos de Pago
    Tarjeta de crédito
    Domiciliación
    Transferencia
    Soporte Epagado
    Soporte Paypal

    Liberalización .es

    Ver mas
    dominios .es


  •  
     
     
    SQLite

    XCVII_ SQLite

    Introducción

    This is an extension for the SQLite Embeddable SQL Database Engine_ SQLite is a C library that implements an embeddable SQL database engine_ Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process_

    SQLite is not a client library used to connect to a big database server_ SQLite is the server_ The SQLite library reads and writes directly to and from the database files on disk_

    Nota: For further information see the SQLite Website (http://sqlite_org/)_

    Installation

    Read the INSTALL file, which comes with the package_ Or just use the PEAR installer with "pear install sqlite"_ SQLite itself is already included, You do not need to install any additional software_

    Windows users may download the DLL version of the SQLite extension here: (php_sqlite_dll)_

    Contact Information

    Any questions about the extension should be asked on one of the PHP Mailing lists_

    Requerimientos

    In order to have these functions available, you must compile PHP with SQLite support, or load the SQLite extension dynamically from your php_ini_

    Tipos de recursos

    There are two resources used in the SQLite Interface_ The first one is the database connection, the second one the result set_

    Predefined Constants

    The functions sqlite_fetch_array() and sqlite_current() use a constant for the different types of result arrays_ The following constants are defined:

    Tabla 1_ SQLite fetch constants

    constantmeaning
    SQLITE_ASSOC Columns are returned into the array having the fieldname as the array index_
    SQLITE_BOTH Columns are returned into the array having both a numerical index and the fieldname as the array index_
    SQLITE_NUM Columns are returned into the array having a numerical index to the fields_ This index starts with 0, the first field in the result_

    Configuración en tiempo de ejecución

    El comportamiento de estas funciones está afectado por los valores definidos en php_ini_

    Tabla 2_ SQLite Configuration Options

    NameDefaultChangeable
    sqlite_assoc_case0PHP_INI_ALL
    For further details and definition of the PHP_INI_* constants see ini_set()_

    A continuación se presenta una corta explicación de las directivas de configuración

    sqlite_assoc_case int

    Whether to use mixed case (0), upper case (1) or lower case (2) hash indexes_

    This option is primarily useful when you need compatibility with other database systems, where the names of the columns are always returned as uppercase or lowercase, regardless of the case of the actual field names in the database schema_

    The SQLite library returns the column names in their natural case (that matches the case you used in your schema)_ When sqlite_assoc_case is set to 0 the natural case will be preserved_ When it is set to 1 or 2, PHP will apply case folding on the hash keys to upper_ or lower_case the keys, respectively_

    Use of this option incurrs a slight performance penalty, but is MUCH faster than performing the case folding yourself using PHP script_

    Tabla de contenidos
    sqlite_array_query __ Execute a query against a given database and returns an array_
    sqlite_busy_timeout __ Set busy timeout duration, or disable busy handlers_
    sqlite_changes __  Returns the number of rows that were changed by the most recent SQL statement_
    sqlite_close __ Closes an open SQLite database_
    sqlite_column __ Fetches a column from the current row of a result set_
    sqlite_create_aggregate __ Register an aggregating UDF for use in SQL statements_
    sqlite_create_function __  Registers a "regular" User Defined Function for use in SQL statements_
    sqlite_current __ Fetches the current row from a result set as an array_
    sqlite_error_string __ Returns the textual description of an error code_
    sqlite_escape_string __ Escapes a string for use as a query parameter
    sqlite_fetch_array __ Fetches the next row from a result set as an array_
    sqlite_fetch_single __ Fetches the first column of a result set as a string_
    sqlite_fetch_string __ Alias of sqlite_fetch_single()
    sqlite_field_name __ Returns the name of a particular field_
    sqlite_has_more __ Returns whether or not more rows are available_
    sqlite_last_error __ Returns the error code of the last error for a database_
    sqlite_last_insert_rowid __ Returns the rowid of the most recently inserted row_
    sqlite_libencoding __ Returns the encoding of the linked SQLite library_
    sqlite_libversion __ Returns the version of the linked SQLite library_
    sqlite_next __ Seek to the next row number_
    sqlite_num_fields __ Returns the number of fields in a result set_
    sqlite_num_rows __ Returns the number of rows in a buffered result set_
    sqlite_open __ Opens a SQLite database_ Will create the database if it does not exist
    sqlite_popen __  Opens a persistent handle to an SQLite database_ Will create the database if it does not exist_
    sqlite_query __  Executes a query against a given database and returns a result handle_
    sqlite_rewind __ Seek to the first row number_
    sqlite_seek __ Seek to a particular row number of a buffered result set_
    sqlite_udf_decode_binary __ Decode binary data passed as parameters to an UDF_
    sqlite_udf_encode_binary __ Encode binary data before returning it from an UDF_
    sqlite_unbuffered_query __ Execute a query that does not prefetch and buffer all data
     
       



    registro de dominios | alojamiento web | hosting por publicidad

       

     

    Manual de linux Manual de apache Manual de php Manual de mysql Manual de SQL Manual del Plesk Como funciona Paypal Manual de html