[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Name of database table which must be updated
Source position: db.pas line 1375
function IProviderSupport.PSGetTableName: string; |
Name of database table to update
PSGetTableName returns the name of the table for which update SQL statements must be constructed. The provider can create and execute SQL statements to update the underlying database by itself. For this, it uses PSGetTableName as the name of the table to update.
PSGetQuoteChar |