Changeset 68

Show
Ignore:
Timestamp:
09/05/07 17:41:13 (1 year ago)
Author:
stonecobra
Message:

add lastinsertid method

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/dbi/Database.d

    r59 r68  
    181181     */ 
    182182    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   
    184192    /** 
    185193     * Split a _string into keywords and values.