[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: db.pas line 1630
| type IProviderSupport = interface | 
| procedure PSEndTransaction(); | 
| procedure PSExecute; | 
| function PSExecuteStatement(); | 
| procedure PSGetAttributes(); | 
| function PSGetCommandText; | 
| function PSGetCommandType; | 
| function PSGetDefaultOrder; | 
| function PSGetIndexDefs(); | 
| function PSGetKeyFields; | 
| function PSGetParams; | 
| function PSGetQuoteChar; | 
| function PSGetTableName; | 
| function PSGetUpdateException(); | 
| function PSInTransaction; | 
| function PSIsSQLBased; | 
| function PSIsSQLSupported; | 
| procedure PSReset; | 
| procedure PSSetCommandText(); | 
| procedure PSSetParams(); | 
| procedure PSStartTransaction; | 
| function PSUpdateRecord(); | 
| end; | 
| | | 
| IInterface |