Changeset 68
- Timestamp:
- 09/05/07 17:41:13 (1 year ago)
- Files:
-
- trunk/dbi/Database.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/dbi/Database.d
r59 r68 181 181 */ 182 182 deprecated abstract char[] getErrorMessage (); 183 183 184 /** 185 * Get the integer id of the last row to be inserted. 186 * 187 * Returns: 188 * The id of the last row inserted into the database. 189 */ 190 abstract long getLastInsertID (); 191 184 192 /** 185 193 * Split a _string into keywords and values.
