List of Dataset methods: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
m (Automatically generated page update)
Line 1: Line 1:
<!-- This page was automatically generated and will be automatically
<!-- This page was automatically generated and will be automatically
     replaced, so any manual edits will be lost. You've been warned. -->
     replaced, so any manual edits will be lost. You've been warned. -->
The following are the available [[Dataset class]] methods.
The following are the available <var>[[Dataset class|Dataset]]</var> class methods.
{{Template:Method list header|class=Dataset}}
{{Template:Method list header|class=Dataset}}
<div class="showVisit">
<div class="showVisit">

Revision as of 15:49, 20 July 2011

The following are the available Dataset class methods.

MethodDescription
BlockSizeThe block size of this dataset
CloseClose this dataset
NewCreate a new dataset object
NumberOfBuffersNumber of buffers to use for i/o
OpenOpen this dataset
OutputIndicates whether this dataset is writeable
ReadBlockRead data from this dataset
ReadRecordRead a record from this dataset
ReadRecordsRead multiple records from this dataset
RecordFormatThe format of record i/o blocks
RecordLengthThe record length of this dataset
SirAudReport
SirTuneReportRead this dataset as a SirTune sample dataset
StateThe current state of this dataset
WriteBlockWrite a block of data to this dataset
WriteRecordWrite a record to this dataset
WriteRecordsWrite multiple records to this dataset

See also