List all error code database errors. More...
Data Fields | |
const | DB0001 = 'query error : %s' |
const | DB0002 = 'query error : %s' |
const | DB0003 = 'Table "%s" doesn\'t exist and cannot be created : %s' |
const | DB0004 = 'Table "%s" cannot be updated : %s' |
const | DB0005 = 'query prepare error : %s' |
const | DB0006 = 'preparing statement : %s' |
const | DB0007 = 'execute statement : %s' |
const | DB0008 = 'sending query : %s' |
const | DB0009 = 'no auto update for "%s" table' |
const | DB0010 = 'The prefix lock "%s" must not exceed 4 characters' |
const | DB0011 = 'The lock "%d-%s" must be set inside a savePoint transaction' |
const | DB0012 = 'Lock identifier (%s) is not a valid int32' |
const | DB0100 = 'simple query error "%s" for query "%s"' |
const | DB0101 = 'cannot connect to "%s"' |
const | DB0102 = 'cannot connect to "%s". Simple query error "%s" for query "%s"' |
const | DB0103 = 'Cannot generate vault identifier' |
const | DB0104 = 'Cannot verify vault identifier : %s' |
List all error code database errors.
Errors code used to database query errors
Definition at line 14 of file ErrorCodeDB.php.
const DB0001 = 'query error : %s' |
Definition at line 20 of file ErrorCodeDB.php.
const DB0002 = 'query error : %s' |
Definition at line 25 of file ErrorCodeDB.php.
Definition at line 31 of file ErrorCodeDB.php.
const DB0004 = 'Table "%s" cannot be updated : %s' |
Definition at line 37 of file ErrorCodeDB.php.
const DB0005 = 'query prepare error : %s' |
Definition at line 42 of file ErrorCodeDB.php.
const DB0006 = 'preparing statement : %s' |
Definition at line 47 of file ErrorCodeDB.php.
const DB0007 = 'execute statement : %s' |
Definition at line 52 of file ErrorCodeDB.php.
const DB0008 = 'sending query : %s' |
Definition at line 57 of file ErrorCodeDB.php.
const DB0009 = 'no auto update for "%s" table' |
Definition at line 61 of file ErrorCodeDB.php.
const DB0010 = 'The prefix lock "%s" must not exceed 4 characters' |
Definition at line 66 of file ErrorCodeDB.php.
const DB0011 = 'The lock "%d-%s" must be set inside a savePoint transaction' |
Definition at line 71 of file ErrorCodeDB.php.
const DB0012 = 'Lock identifier (%s) is not a valid int32' |
Definition at line 76 of file ErrorCodeDB.php.
const DB0100 = 'simple query error "%s" for query "%s"' |
Definition at line 81 of file ErrorCodeDB.php.
const DB0101 = 'cannot connect to "%s"' |
Definition at line 86 of file ErrorCodeDB.php.
const DB0102 = 'cannot connect to "%s". Simple query error "%s" for query "%s"' |
Definition at line 91 of file ErrorCodeDB.php.
const DB0103 = 'Cannot generate vault identifier' |
Definition at line 96 of file ErrorCodeDB.php.
const DB0104 = 'Cannot verify vault identifier : %s' |
Definition at line 101 of file ErrorCodeDB.php.