SQLITE_DETERMINISTIC constant
        
        int
        const SQLITE_DETERMINISTIC
        
      
      
The SQLITE_DETERMINISTIC flag means that the new function always gives the same output when the input parameters are the same
Implementation
static const SQLITE_DETERMINISTIC = 0x000000800;