Go to the documentation of this file.
28 #ifndef TABLES_TABLEROWPROXY_H
29 #define TABLES_TABLEROWPROXY_H
33 #include <casacore/casa/aips.h>
34 #include <casacore/tables/Tables/TableRow.h>
Bool isWritable() const
Test if values can be written.
Proxy for table row access.
TableRowProxy & operator=(const TableRowProxy &)
Assignment (copy semantics).
TableRowProxy(const TableRowProxy &)
Copy constructor (copy semantics).
void put(uInt rownr, const Record &values, Bool matchingFields)
Put values for the given row.
Record get(uInt rownr) const
Get values for the given row.
this file contains all the compiler specific defines
Readonly access to a table row.
Bool isNull() const
Test if the underlying TableRow object is invalid.
TableRowProxy(const TableProxy &table, const Vector< String > &columnNames, Bool exclude)
Construct for the given columns in the table.
Read/write access to a table row.
bool Bool
Define the standard types used by Casacore.
High-level interface to tables.
A hierarchical collection of named fields of various types.
A 1-D Specialization of the Array class.
TableRowProxy()
Default constructor is only needed for the Block container.