supportsCascadeUpdate() protected method
Returns a value indicating whether the database supports cascading update and delete.
The default implementation will return false for SQLite database and true for all other databases.
| protected boolean supportsCascadeUpdate ( ) | ||
|---|---|---|
| return | boolean | 
 Whether the database supports cascading update and delete.  |  
Please login to continue.