TClientDataSet

E1014697

TClientDataSet is a Delphi dataset component that provides in-memory, client-side data storage and manipulation, often used for briefcase models and multi-tier database applications.

Try in SPARQL Jump to: Statements Referenced by

Statements (54)

Predicate Object
instanceOf Delphi dataset component
in-memory dataset
commonlyUsedWith TDataSetProvider NERFINISHED
TDataSource NERFINISHED
TSQLConnection NERFINISHED
dataStorageFormat binary .cds file
dataStorageLocation client memory
developedBy Borland NERFINISHED
Embarcadero Technologies NERFINISHED
hasAncestor TDataSet NERFINISHED
hasMethod ApplyUpdates
CancelUpdates
CloneCursor
CreateDataSet
EmptyDataSet
LoadFromFile
MergeChangeLog
SaveToFile
hasProperty Aggregates
FileName
IndexFieldNames
IndexName
LogChanges
PacketRecords
ProviderName
introducedIn Delphi 3 NERFINISHED
partOf Delphi VCL NERFINISHED
Delphi database framework
programmingLanguage Object Pascal NERFINISHED
runsOn Microsoft Windows NERFINISHED
supportsFeature Delta updates
aggregates
applying updates to a provider
bi-directional dataset navigation
calculated fields
change log
cloning cursors
constraints
deleting records
editing records
filtering data
indexing data
inserting records
locating records
master-detail relationships
nested datasets
packet-based data transfer
undoing changes
usedFor briefcase model applications
caching query results
client-side data storage
disconnected datasets
in-memory data manipulation
multi-tier database applications

Referenced by (2)

Full triples — surface form annotated when it differs from this entity's canonical label.

TDataSource isUsedWith TClientDataSet
TTable supersededBy TClientDataSet