Product Documentation

c-treeACE V11.0 Update Guide

Previous Topic

Next Topic

c-treeDB for Java Now Supports MRT Tables

MRT (Multi-record tables) tables bring advanced relational access to tables with a varying schema over their records. Virtual Table support (MRT) has now been added to c-treeDB for Java.

The following methods have been added to c-treeDB Java:


static int AddMRTTable(CTHANDLE handle, String Name, String ParentName, int Info)

static int CreateMRTTable(CTHANDLE handle, String Name, String ParentName, int CreateMode, String Filter)

static int SetMRTTableDefaultIndex(CTHANDLE handle, int idxno, byte[] min, byte[] max, int method)

static int SetMRTTableFilter(CTHANDLE handle, String Condition)

TOCIndex