PDFs where available

Ruslan Zasukhin sunshine at public.kherson.ua
Sat Apr 25 14:21:10 CDT 2009


On 4/25/09 9:27 PM, "Peter Malecki" <pemalecki at googlemail.com> wrote:

> Where can I read about "the indexed table method"? That sounds interesting.

In WIKI I think :)

Table Methods are similar to calculated Fields of fileMaker.

In Vstudio you can easy create table method.

For Method you need specify EXPR which will be used.

In SQL this can be as

CREATE TABLE T
(
    f1 String(50),
    f2 String(50) METHOD('lower(f1)') INDEXED
)

f2 not exists on disk.
But index of f2 do exists.




-- 
Best regards,

Ruslan Zasukhin
VP Engineering and New Technology
Paradigma Software, Inc

Valentina - Joining Worlds of Information
http://www.paradigmasoft.com

[I feel the need: the need for speed]




More information about the Valentina mailing list