DBMS_CLOUD_OCI_NS_NOSQL_CHANGE_TABLE_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_table_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ns_nosql_change_table_compartment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_NS_NOSQL_CREATE_INDEX_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_index request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ns_nosql_create_index_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_NS_NOSQL_CREATE_REPLICA_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_replica request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ns_nosql_create_replica_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_NS_NOSQL_CREATE_TABLE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_table request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ns_nosql_create_table_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_NS_NOSQL_DELETE_INDEX_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_index request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ns_nosql_delete_index_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_NS_NOSQL_DELETE_REPLICA_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_replica request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ns_nosql_delete_replica_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_NS_NOSQL_DELETE_ROW_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_row request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ns_nosql_delete_row_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_nosql_delete_row_result_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of delete_row
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_NS_NOSQL_DELETE_TABLE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_table request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ns_nosql_delete_table_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_NS_NOSQL_DELETE_WORK_REQUEST_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_work_request request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ns_nosql_delete_work_request_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_NS_NOSQL_GET_INDEX_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_index request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ns_nosql_get_index_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_nosql_index_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_index
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_NS_NOSQL_GET_ROW_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_row request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ns_nosql_get_row_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_nosql_row_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_row
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_NS_NOSQL_GET_TABLE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_table request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ns_nosql_get_table_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_nosql_table_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_table
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_NS_NOSQL_GET_WORK_REQUEST_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_work_request request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ns_nosql_get_work_request_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_nosql_work_request_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_work_request
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_NS_NOSQL_LIST_INDEXES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_indexes request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ns_nosql_list_indexes_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_nosql_index_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_indexes
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_NS_NOSQL_LIST_TABLE_USAGE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_table_usage request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ns_nosql_list_table_usage_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_nosql_table_usage_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_table_usage
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_NS_NOSQL_LIST_TABLES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_tables request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ns_nosql_list_tables_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_nosql_table_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_tables
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_NS_NOSQL_LIST_WORK_REQUEST_ERRORS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_work_request_errors request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ns_nosql_list_work_request_errors_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_nosql_work_request_error_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_work_request_errors
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_NS_NOSQL_LIST_WORK_REQUEST_LOGS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_work_request_logs request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ns_nosql_list_work_request_logs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_nosql_work_request_log_entry_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_work_request_logs
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_NS_NOSQL_LIST_WORK_REQUESTS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_work_requests request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ns_nosql_list_work_requests_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_nosql_work_request_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_work_requests
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_NS_NOSQL_PREPARE_STATEMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the prepare_statement request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ns_nosql_prepare_statement_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_nosql_prepared_statement_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of prepare_statement
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_NS_NOSQL_QUERY_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the query request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ns_nosql_query_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_nosql_query_result_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of query
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_NS_NOSQL_SUMMARIZE_STATEMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the summarize_statement request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ns_nosql_summarize_statement_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_nosql_statement_summary_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of summarize_statement
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_NS_NOSQL_UPDATE_ROW_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_row request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ns_nosql_update_row_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_nosql_update_row_result_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_row
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_NS_NOSQL_UPDATE_TABLE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_table request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ns_nosql_update_table_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;