|
Options | Name | Purpose | |
---|---|---|---|
FromJson (JsonConstruct) |
/* Deserializes this object
@param JsonConstruct The serialized object - always a JsonObject. */
|
||
Progress.Json.ObjectModel.JsonConstruct ToJsonConstruct () |
/* Serializes this object
@return JsonConstruct The serialized object. Always JsonObject. */
|
Options | Name | Purpose | |
---|---|---|---|
GetTableResultCountResponse () |
/* Default constructor */
|
||
GetTableResultCountResponse (character) |
/* Constructor
@param character (mandatory) The table name for which to return this count */
|
||
GetTableResultCountResponse (character, int64, logical) |
/* Constructor
@param character (mandatory) The table name for which to return this count
@param int64 The number of records returned
@param logical TRUE if this result is exact. */
|
Options | Name | Purpose | |
---|---|---|---|
LOGICAL Exact |
|
||
INT64 NumResults |
|
||
CHARACTER TableName |
|
FromJson (JsonConstruct)
|
||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Progress.Json.ObjectModel.JsonConstruct ToJsonConstruct ()
|
GetTableResultCountResponse ()
|
||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
GetTableResultCountResponse (character)
|
||||||||||||||||||||
GetTableResultCountResponse (character, int64, logical)
|
LOGICAL Exact
|
||||||||
---|---|---|---|---|---|---|---|---|
INT64 NumResults
|
||||||||
CHARACTER TableName
|