SQLITE_TRANSIENT constant
        
        int
        const SQLITE_TRANSIENT
        
      
      
The SQLITE_TRANSIENT value means that the content will likely change in the near future and that SQLite should make its own private copy of the content before returning.
Implementation
static const SQLITE_TRANSIENT = -1;