資料來源:http://php.net/manual/en/book.sqlite.php
- 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(返回由最近的SQL語句更改的行數)
- sqlite_close — Closes an open SQLite database(關閉打開的SQLite數據庫)
- 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(註冊一個UDF聚集在SQL語句中使用)
- sqlite_create_function — Registers a "regular" User Defined Function for use in SQL statements(註冊一個“普通”用戶定義的函數在SQL語句中使用)
- 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_exec — Executes a result-less query against a given database(執行針對給定的數據庫的結果無查詢)
- sqlite_factory — Opens an SQLite database and returns an SQLiteDatabase object(打開一個SQLite數據庫,並返回一個SQLiteDatabase對象)
- sqlite_fetch_all — Fetches all rows from a result set as an array of arrays(獲取所有行的結果集作為一個數組的數組)
- sqlite_fetch_array — Fetches the next row from a result set as an array(從結果集作為數組讀取下一行)
- sqlite_fetch_column_types — Return an array of column types from a particular table(返回的列類型的數組,從一個特定的表)
- sqlite_fetch_object — Fetches the next row from a result set as an object(從結果集作為一個對象讀取下一行)
- sqlite_fetch_single — Fetches the first column of a result set as a string(取指結果的第一列設置為一個字符串)
- sqlite_fetch_string — Alias of sqlite_fetch_single(sqlite_fetch_single的別名)
- sqlite_field_name — Returns the name of a particular field(返回一個特定字段的名稱)
- sqlite_has_more — Finds whether or not more rows are available(找到更多的行是否是可用的)
- sqlite_has_prev — Returns whether or not a previous row is available(返回先前的行是否是可用的)
- sqlite_key — Returns the current row index(返回當前行的索引)
- 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(返回最近插入的行的ROWID)
- sqlite_libencoding — Returns the encoding of the linked SQLite library(返回鏈接的SQLite庫的編碼)
- sqlite_libversion — Returns the version of the linked SQLite library(返回鏈接的SQLite庫的版本)
- 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 an SQLite database and create the database if it does not exist(打開一個SQLite數據庫,創建數據庫,如果它不存在)
- sqlite_popen — Opens a persistent handle to an SQLite database and create the database if it does not exist(打開一個持久句柄到SQLite數據庫,並創建數據庫,如果它不存在,)
- sqlite_prev — Seek to the previous row number of a result set(尋求一個結果集的前行數)
- 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_single_query — Executes a query and returns either an array for one single column or the value of the first row(執行查詢,並返回任一個數組為一個單一的列或第一行的值)
- sqlite_udf_decode_binary — Decode binary data passed as parameters to an UDF(解碼作為參數傳遞到一個UDF的二進制數據)
- sqlite_udf_encode_binary — Encode binary data before returning it from an UDF(它從UDF返回之前編碼的二進制數據)
- sqlite_unbuffered_query — Execute a query that does not prefetch and buffer all data(執行不預取的查詢和緩衝區中的所有數據)
- sqlite_valid — Returns whether more rows are available(更多的行返回是否可)
沒有留言:
張貼留言