Flourish PHP Unframework

fSQLException

fSQLException is a sub-class of fUnexpectedException that indicates an error has occurred while executing an SQL query. This type of exception will not be tossed if a query returns no results, but would be tossed if there is a syntax error in the SQL statement. The fNoRowsException would be the type of exception tossed when an SQL query returns no rows.

This space intentionally left blank