JDatabaseMySQL/1.6
出典: Joomla! ドキュメンテーション
Description
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | __construct | Database object constructor. |
| public | __destruct | Database object destructor. |
| public | connected | Determines if the connection to the server is active. |
| public | explain | Diagnostic function. |
| public | getAffectedRows | |
| public | getCollation | Assumes database collation in use by sampling one text field in one table. |
| public | getEscaped | Get a database escaped string. |
| public | getNumRows | Description. |
| public | getTableCreate | Shows the CREATE TABLE statement that creates the given tables. |
| public | getTableFields | Retrieves information about the given tables. |
| public | getTableList | Description. |
| public | getVersion | Description. |
| public | hasUTF | Determines UTF support. |
| public | insertid | Description. |
| public | insertObject | Inserts a row into a table based on an objects properties. |
| public | loadAssoc | Fetch a result row as an associative array. |
| public | loadAssocList | Load a assoc list of database rows. |
| public | loadNextObject | Load the next row returned by the query. |
| public | loadNextRow | Load the next row returned by the query. |
| public | loadObject | This global function loads the first row of a query into an object. |
| public | loadObjectList | Load a list of database objects. |
| public | loadResult | This method loads the first field of the first row returned by the query. |
| public | loadResultArray | Load an array of single field results into an array. |
| public | loadRow | Description. |
| public | loadRowList | Load a list of database rows (numeric column indexing). |
| public | query | Execute the query. |
| public | queryBatch | Execute a batch query. |
| public | select | Select a database for use. |
| public | setUTF | Custom settings for UTF support. |
| public | test | Test to see if the MySQL connector is available. |
| public | updateObject | Description. |
- Defined in libraries/joomla/database/database/mysql.php
- Extends JDatabase
Importing
jimport( 'joomla.database.database.mysql' );
See also
JDatabaseMySQL source code on JoomlaCode
Subpackage Database
User contributed notes
<CodeExamplesForm />
%DPL-1.7.6-ERROR: Wrong '$0' parameter: 'namespace'! Help: $0= empty string (Main).
自動更新 2012/05/25 06:52:55
