AttrType
if (col && col->AttrType() == B_TIME_TYPE) {
if (column->AttrType() == B_TIME_TYPE)
if (!IsWatchingDateFormatChange() && newColumn->AttrType() == B_TIME_TYPE)
fViewState->SetPrimarySortType(FirstColumn()->AttrType());
fViewState->SetPrimarySortType(FirstColumn()->AttrType());
&& column->AttrType() == B_TIME_TYPE) {
fViewState->SetPrimarySortType(column->AttrType());
fViewState->SetSecondarySortType(column->AttrType());
BColumn::AttrType() const
uint32 AttrType() const;
switch (fColumn->AttrType()) {
fColumn->AttrType(), 0, buffer, kGenericReadBufferSize - 1);
fColumn->AttrType(), 0, &tmp, (size_t)info.size);
if (fColumn->AttrType() == B_FLOAT_TYPE
|| fColumn->AttrType() == B_DOUBLE_TYPE) {
switch (fColumn->AttrType()) {
switch (fColumn->AttrType()) {
uint32 type = fColumn->AttrType();
switch (fColumn->AttrType()) {
switch (fColumn->AttrType()) {
switch (fColumn->AttrType()) {