DataSource
CLASS State

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

Updated

PUBLIC

Property Detail

NumRecords

INTEGER PUBLIC GET PRIVATE SET

QueryHandle

HANDLE PUBLIC GET PRIVATE SET

Method Detail

CONSTRUCTOR

CONSTRUCTOR()

GetJson

PUBLIC LONGCHAR GetJson()
returns the query as json-formatted longchar

Parameters:
NONE -
Returns:
longchar

GetJson

PUBLIC LONGCHAR GetJson(CHARACTER p_where)
returns the query as json-formatted longchar

Parameters:
p_Where - - character : where phrase for query
Returns:
longchar

QueryPrepare

PUBLIC VOID QueryPrepare()
default query for table (all records)

Parameters:
NONE -
Returns:
VOID

QueryPrepare

PUBLIC VOID QueryPrepare(CHARACTER p_Query)
prepare query for table

Parameters:
p_Query - - char
Returns:
VOID