Data.DB.IProviderSupport Methods

From RAD Studio API Documentation
Jump to: navigation, search

InheritedProtected
AddRefpublicIncrements the reference count for this interface.
PSEndTransaction (deprecated)publicEnds a transaction that was started by a call to PSStartTransaction.
PSExecute (deprecated)publicExecutes the SQL command associated with the dataset.
PSExecuteStatement (deprecated)publicExecutes a specified SQL command.
PSGetAttributes (deprecated)publicReturns information that is stored in data packets as Name/Value pairs.
PSGetCommandText (deprecated)publicGets the SQL command to be executed by PSExecute.
PSGetCommandType (deprecated)publicGets the command type to be executed by PSExecute.
PSGetDefaultOrder (deprecated)publicReturns the definition of an index that imposes the default order on the data included in data packets.
PSGetIndexDefs (deprecated)publicReturns the definitions of all specified indexes defined for the dataset.
PSGetKeyFields (deprecated)publicReturns the names of all fields required to uniquely identify records in the data packet.
PSGetParams (deprecated)publicReturns the current parameter values of the dataset.
PSGetQuoteChar (deprecated)publicReturns the character or characters to use in generated SQL statements to enclose quoted strings.
PSGetTableName (deprecated)publicReturns the name of the dataset table that appears in generated SQL statements.
PSGetUpdateException (deprecated)publicGenerates an EUpdateError object based on another exception object.
PSInTransaction (deprecated)publicIndicates whether actions against the dataset occur in the context of a transaction.
PSIsSQLBased (deprecated)publicIndicates whether the dataset includes native SQL support.
PSIsSQLSupported (deprecated)publicIndicates whether the dataset can execute SQL statements.
PSReset (deprecated)publicResets the dataset so that it is positioned on the first record.
PSSetCommandText (deprecated)publicAssigns a specified SQL command to be executed by PSExecute.
PSSetParams (deprecated)publicAssigns the specified parameter values to the dataset.
PSStartTransaction (deprecated)publicStarts a transaction that encapsulates all activity until a call to PSEndTransaction.
PSUpdateRecord (deprecated)publicApplies a single update to the underlying database table or tables.
QueryInterfacepublicReturns a reference to a specified interface if the object supports that interface.
ReleasepublicDecrements the reference count for this interface.
SupportspublicIndicates whether a given interface supports a specific (another) interface.