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.
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
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.
TableRowProxy()
Default constructor is only needed for the Block container.