Static Public Methods | |
boolean | _queryIsEmpty () |
boolean | _queryHasSingleRow () |
int | _getUniqueValue () |
int | _getUniqueValue (final String kySQLSTATE) |
final String | _getClassValue () |
final String | _getClassValue (final String kySQLSTATE) |
String | _getDescription () |
String | _getDescription (final String kySQLSTATE) |
final String | _getSubclassValue () |
final String | _getSubclassValue (final String kySQLSTATE) |
Static Public Attributes | |
int | SQLCODE = 0 |
String | SQLMESSAGE = "" |
String | SQLSTATE = "00000" |
SQL state parameter (values in clause 22, "Status codes"). |
Definition at line 34 of file TState.java.
|
Gets SQLSTATE class for ySQLSTATE.
Definition at line 518 of file TState.java. References uesqlc::TState::_getUniqueValue(). |
|
Gets current SQLSTATE class.
Definition at line 509 of file TState.java. References uesqlc::TState::SQLSTATE. Referenced by uesqlc::TState::_getDescription(). |
|
Gets the complete description for the SQLSTATE as in the source parameter kySQLSTATE.
Definition at line 746 of file TState.java. References uesqlc::TState::_getClassValue(), uesqlc::TState::_getSubclassValue(), and uesqlc::TState::SQLMESSAGE. |
|
Gets the complete description for the current SQLSTATE.
Definition at line 736 of file TState.java. References uesqlc::TState::SQLSTATE. |
|
Gets SQLSTATE subclass for kySQLSTATE.
Definition at line 776 of file TState.java. References uesqlc::TState::_getUniqueValue(). |
|
Gets SQLSTATE subclass.
Definition at line 767 of file TState.java. References uesqlc::TState::SQLSTATE. Referenced by uesqlc::TState::_getDescription(). |
|
Finds the integer value for the SQLSTATE in kySQLSTATE.
Definition at line 500 of file TState.java. |
|
Finds the integer value for the current SQLSTATE.
Definition at line 490 of file TState.java. References uesqlc::TState::SQLSTATE. Referenced by uesqlc::TState::_getClassValue(), uesqlc::TState::_getSubclassValue(), uesqlc::TState::_queryHasSingleRow(), and uesqlc::TState::_queryIsEmpty(). |
|
Returns true if the query has only a single row.
Definition at line 477 of file TState.java. References uesqlc::TState::_getUniqueValue(). |
|
Returns true if the query is empty.
Definition at line 468 of file TState.java. References uesqlc::TState::_getUniqueValue(). |
|
SQL state parameter (values are implementation defined and using it is deprecated). Definition at line 41 of file TState.java. |
|
SQL extended description (target dependent). This an extended message for including target dependent description of errors. Definition at line 47 of file TState.java. Referenced by uesqlc::TState::_getDescription(). |