Product Home
DTM Data Generation SDK Online Documentation
Product Profile
SDK components
Functions map
Low level API
Short Random
Integer Random
Random Symbol
Double Random
Random String
Random Date
Random Time
C/C++ example
Fill Methods level API
From list
From file
From table
From Values Library
Incremental
By maks
By SQL statement
Rule level API
Rule properties
Rule items
One rule item
Project level API
Project operations
Project properties
Project rules
Object handles
Database connection
Error handling
SDK limitations
Build application with SDK
License agreement

Fill methods level API

There are fill methods:

All fill methods consist of two functions: initialization and data generation. The first function saves fill methods properties into internal structures and prepares handle (DG_HANDLE type). The second (data generation) function accepts this handle as parameter.

Important: before use you should copy to local buffer result of any function of this API level.

All functions of this group return generated value as string. The user should made required conversions manually.

SDK offers function PrevValue that returns previously generated value for specified method's handle. This function is helpful for depended values generation.
C/C++
char *PrevValue(DG_HANDLE handle)
C#
string PrevValue(int handle)

See also: handles.