Core  3.2
PHP API documentation
 All Data Structures Namespaces Files Functions Variables Pages
ErrorCodeDB Class Reference

List all error code database errors. More...

+ Collaboration diagram for ErrorCodeDB:

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'
 

Detailed Description

List all error code database errors.

Errors code used to database query errors

See Also
ErrorCode
ErrorCode

Definition at line 14 of file ErrorCodeDB.php.

Field Documentation

const DB0001 = 'query error : %s'
Error code:
the query cannot be executed

Definition at line 20 of file ErrorCodeDB.php.

const DB0002 = 'query error : %s'
Error code:
the query cannot be executed after prepare

Definition at line 25 of file ErrorCodeDB.php.

const DB0003 = 'Table "%s" doesn\'t exist and cannot be created : %s'
Error code:
when try to create automatically DbObj Table the sqlcreate attribute if probably wrong

Definition at line 31 of file ErrorCodeDB.php.

const DB0004 = 'Table "%s" cannot be updated : %s'
Error code:
when try to create automatically DbObj Table the sqlcreate attribute if probably wrong

Definition at line 37 of file ErrorCodeDB.php.

const DB0005 = 'query prepare error : %s'
Error code:
the query cannot be prepared

Definition at line 42 of file ErrorCodeDB.php.

const DB0006 = 'preparing statement : %s'
Error code:
the prepare statement cannot be done

Definition at line 47 of file ErrorCodeDB.php.

const DB0007 = 'execute statement : %s'
Error code:
the execute statement cannot be done

Definition at line 52 of file ErrorCodeDB.php.

const DB0008 = 'sending query : %s'
Error code:
the query cannot be sent to server

Definition at line 57 of file ErrorCodeDB.php.

const DB0009 = 'no auto update for "%s" table'
Error code:
missing column on table

Definition at line 61 of file ErrorCodeDB.php.

const DB0010 = 'The prefix lock "%s" must not exceed 4 characters'
Error code:
The lock prefix is converted to a 4 bytes numbre and it is limited to 4 characters
See Also
DbObj::lockPoint()

Definition at line 66 of file ErrorCodeDB.php.

const DB0011 = 'The lock "%d-%s" must be set inside a savePoint transaction'
Error code:
Lock is efficient only into a transaction
See Also
DbObj::lockPoint()

Definition at line 71 of file ErrorCodeDB.php.

const DB0012 = 'Lock identifier (%s) is not a valid int32'
Error code:
Lock identifier is not a valid int32
See Also
DbObj::lockPoint()

Definition at line 76 of file ErrorCodeDB.php.

const DB0100 = 'simple query error "%s" for query "%s"'
Error code:
simple query error

Definition at line 81 of file ErrorCodeDB.php.

const DB0101 = 'cannot connect to "%s"'
Error code:
database connection error

Definition at line 86 of file ErrorCodeDB.php.

const DB0102 = 'cannot connect to "%s". Simple query error "%s" for query "%s"'
Error code:
simple query error connect

Definition at line 91 of file ErrorCodeDB.php.

const DB0103 = 'Cannot generate vault identifier'
Error code:
Vault identifier key cannot be generated
See Also
VaultDiskStorage::getNewVaultId

Definition at line 96 of file ErrorCodeDB.php.

const DB0104 = 'Cannot verify vault identifier : %s'
Error code:
Vault identifier key must be verify if not already in use
See Also
VaultDiskStorage::getNewVaultId

Definition at line 101 of file ErrorCodeDB.php.


The documentation for this class was generated from the following file:
← centre documentaire © anakeen