Constructor of OINODbSchemaResult.
name of the database the schema belongs to
name of the table the schema belongs to
serialized field schema(s) or null
Name of the database the schema belongs to
Error / warning messages
Serialized field schema(s) returned by a GET request (null otherwise)
HTTP status code
HTTP status message
Wheter request was successfully executed
Name of the table the schema belongs to
Add debug message. Returns self reference for chaining.
HTTP status message
operation where debug occured
Add info message. Returns self reference for chaining.
HTTP status message
operation where info occured
Add warning message. Returns self reference for chaining.
HTTP status message
operation where warning occured
Copy given messages to HTTP headers.
HTTP headers
wether error messages should be copied (default true)
wether warning messages should be copied (default false)
wether info messages should be copied (default false)
wether debug messages should be copied (default false)
Print result for logging.
Set HTTP error status using given code and message. Returns self reference for chaining.
HTTP status code
HTTP status message
operation where error occured
Set HTTP OK status (does not reset messages).
Result of a schema (table/column) request. For GET requests the serialized field schema(s) are carried in the
schemaproperty.