DBDriver class contains wrapper method for mysql_stmt_sqlstate but not for mysql_sqlstate.
This functions return NULL terminated string with SQLSTATE error code which may be useful for debugging purposes.
NOTE: The DBDriver::Statement::sqlState which calls underlying mysql_stmt_sqlstate is not used in upper layers.
DBDriver class contains wrapper method for
mysql_stmt_sqlstate
but not formysql_sqlstate
. This functions return NULL terminated string with SQLSTATE error code which may be useful for debugging purposes.NOTE: The
DBDriver::Statement::sqlState
which calls underlyingmysql_stmt_sqlstate
is not used in upper layers.