class RDbColWriteStream : public RWriteStream |
Writes Long columns when inserting or updating rows in a rowset.
Only one column in a rowset object can be opened for writing as a stream at a time.
Public Member Functions | |
---|---|
RDbColWriteStream () | |
RDbColWriteStream (const MExternalizer < TStreamRef > &) | |
IMPORT_C void | OpenL ( RDbRowSet &, TDbColNo ) |
IMPORT_C void | OpenLC ( RDbRowSet &, TDbColNo ) |
RDbColWriteStream | ( | ) | [inline] |
Constructs this object by invoking the default constructor for RWriteStream .
RDbColWriteStream | ( | const MExternalizer < TStreamRef > & | anExternalizer | ) | [inline] |
Constructs this object by invoking the matching constructor for RWriteStream .
const MExternalizer < TStreamRef > & anExternalizer | Specifies an externaliser |
IMPORT_C void | OpenL | ( | RDbRowSet & | aView, |
TDbColNo | aCol | |||
) |
Opens the column with the specified ordinal in the current row, and in the specified rowset, and prepares the column for being written or replaced. The rowset must be updating or inserting a row.
IMPORT_C void | OpenLC | ( | RDbRowSet & | aView, |
TDbColNo | aCol | |||
) |
Opens the column with the specified ordinal in the current row, and in the specified rowset, and prepares the column for being written or replaced, putting a cleanup item for this object onto the cleanup stack. The rowset must be updating or inserting a row.
Placing the cleanup object on the cleanup stack allows allocated resources to be cleaned up if a subsequent leave occurs.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.