|
||||
CLASS Datasource.State
| Field Summary | |
|---|---|
|
Updated
PUBLIC
|
| Property Summary | |
|---|---|
INTEGER
|
NumRecords
PUBLIC GET PRIVATE SET
|
HANDLE
|
QueryHandle
PUBLIC GET PRIVATE SET
|
| Method Summary | |
|---|---|
|
CONSTRUCTOR
()
|
LONGCHAR
|
GetJson
()
returns the query as json-formatted longchar |
LONGCHAR
|
GetJson
(CHARACTER p_where)
returns the query as json-formatted longchar |
VOID
|
QueryPrepare
()
default query for table (all records) |
VOID
|
QueryPrepare
(CHARACTER p_Query)
prepare query for table |
| Field Detail |
|---|
PUBLIC
| Property Detail |
|---|
INTEGER PUBLIC GET PRIVATE SET
HANDLE PUBLIC GET PRIVATE SET
| Method Detail |
|---|
CONSTRUCTOR()
PUBLIC LONGCHAR
GetJson()
PUBLIC LONGCHAR
GetJson(CHARACTER p_where)
PUBLIC VOID
QueryPrepare()
PUBLIC VOID
QueryPrepare(CHARACTER p_Query)