Product Documentation

VCL/CLX Developers Guide

Previous Topic

Next Topic

Time Types

Symbolic Constant

Explanation

CTTIME_HMSP

Time is hh:mm:ss am|pm

CTTIME_HMP

Time is hh:mm am|pm

CTTIME_HMS

Time is hh:mm:ss (24 hour)

CTTIME_HM

Time is hh:mm (24 hour)

CTTIME_MIL

Time is hhmm (military)

 

Previous Topic

Next Topic

Find Modes

Use the following find modes with the record find methods:

c-treeDB
Find mode

c-treeDB .NET
Find Mode

Explanation

CTFIND_EQ

EQ

Find a record equal to the target

CTFIND_LT

LT

Find a record less than target

CTFIND_LE

LE

Find a record less or equal than target

CTFIND_GT

GT

Find a record greater than target

CTFIND_GE

GE

Find a record greater or equal than target

Note: The Find Mode CTFIND_EQ requires that the target contains values for all segments that compose the index and the index cannot allow duplicates.

Note: c-treeDB .NET defines this mode with the FIND_MODE enum.

TOCIndex