|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectssbm.db.DatabaseConnector.MySQLErrorCode
private static class DatabaseConnector.MySQLErrorCode
Questa classe riporta il codice degli errori di MySQL che sono gestiti da questa classe.
Field Summary | |
---|---|
static int |
DELETE_REFERENCED_DATA
Codice che denota l'errore relativo all'eliminazione di un dato referenziato. |
static int |
DUPLICATED_KEY
Codice che denota l'errore relativo alla duplicazione di una chiave. |
static int |
MISSED_REFERENCE
Codice che denota l'errore relativo all'assenza del dato referenziato. |
Constructor Summary | |
---|---|
private |
DatabaseConnector.MySQLErrorCode()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int MISSED_REFERENCE
public static final int DUPLICATED_KEY
public static final int DELETE_REFERENCED_DATA
Constructor Detail |
---|
private DatabaseConnector.MySQLErrorCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |