The fourth and fifth parameters, $start and $count, are integers that may be used to specify the first row of the result set that should be returned, and the maximum number of rows to be returned.〔【出典】PEAR ◆【License】Open Publication License ◆【編集】独立行政法人情報通信研究機構 〕
Some DBMS have native support for date formats, but for others the DBMS driver may have to represent them as integers or text values.〔【出典】PEAR ◆【License】Open Publication License ◆【編集】独立行政法人情報通信研究機構 〕
Some DBMS have native support for time of the day formats, but for others the DBMS driver may have to represent them as integers or text values.〔【出典】PEAR ◆【License】Open Publication License ◆【編集】独立行政法人情報通信研究機構 〕
The selectCount() method returns an integer equal to the number of rows that would be returned by a query, without returning the actual result set.〔【出典】PEAR ◆【License】Open Publication License ◆【編集】独立行政法人情報通信研究機構 〕
If you want to store a Unix time stamp, use the 'integer' datatype;Unix timestampes are 4-byte integers, which maps perfectly to the DB_Table 'integer' datatype.Character Large Object (CLOB)Example 39-9.〔【出典】PEAR ◆【License】Open Publication License ◆【編集】独立行政法人情報通信研究機構 〕
The only effect of this declaration is to change the behavior of the insert() method: If the insert() method is used to insert a row in which the value of an auto-increment column is not set or NULL, then an auto-incremented integer will be inserted automatically.〔【出典】PEAR ◆【License】Open Publication License ◆【編集】独立行政法人情報通信研究機構 〕
There are two possible returns: An integer denoting the number of affected rows for statements that manipulate data (such as INSERT queries), or a MDB2_Error object on failure.〔【出典】PEAR ◆【License】Open Publication License ◆【編集】独立行政法人情報通信研究機構 〕