Class Subzero

java.lang.Object
com.subzero.swig.Subzero

public class Subzero extends Object
  • Constructor Details

    • Subzero

      public Subzero()
  • Method Details

    • sbz_http_request_new_with_clone

      public static sbz_HTTPRequest sbz_http_request_new_with_clone(String method, String uri, String body, String[] headers, int headers_count, String[] env, int env_count)
    • sbz_http_request_new

      public static sbz_HTTPRequest sbz_http_request_new(String method, String uri, String body, String[] headers, int headers_count, String[] env, int env_count)
    • sbz_http_request_free

      public static void sbz_http_request_free(sbz_HTTPRequest request)
    • sbz_two_stage_statement_new

      public static sbz_TwoStageStatement sbz_two_stage_statement_new(String schema_name, String path_prefix, String role, sbz_DbSchema db_schema, sbz_HTTPRequest request, String max_rows)
    • sbz_two_stage_statement_mutate

      public static sbz_Statement sbz_two_stage_statement_mutate(sbz_TwoStageStatement two_stage_statement)
    • sbz_two_stage_statement_select

      public static sbz_Statement sbz_two_stage_statement_select(sbz_TwoStageStatement two_stage_statement)
    • sbz_two_stage_statement_set_ids

      public static int sbz_two_stage_statement_set_ids(sbz_TwoStageStatement two_stage_statement, String[] ids, int ids_count)
    • sbz_two_stage_statement_free

      public static void sbz_two_stage_statement_free(sbz_TwoStageStatement two_stage_statement)
    • sbz_statement_main_new

      public static sbz_Statement sbz_statement_main_new(String schema_name, String path_prefix, String role, sbz_DbSchema db_schema, sbz_HTTPRequest request, String max_rows)
    • sbz_statement_env_new

      public static sbz_Statement sbz_statement_env_new(sbz_DbSchema db_schema, sbz_HTTPRequest request)
    • sbz_statement_sql

      public static String sbz_statement_sql(sbz_Statement statement)
    • sbz_statement_params

      public static String[] sbz_statement_params(sbz_Statement statement)
    • sbz_statement_params_types

      public static String[] sbz_statement_params_types(sbz_Statement statement)
    • sbz_statement_params_count

      public static int sbz_statement_params_count(sbz_Statement statement)
    • sbz_statement_free

      public static void sbz_statement_free(sbz_Statement statement)
    • sbz_db_schema_free

      public static void sbz_db_schema_free(sbz_DbSchema schema)
    • sbz_db_schema_new

      public static sbz_DbSchema sbz_db_schema_new(String db_type, String db_schema_json, String license_key)
    • sbz_db_schema_is_demo

      public static int sbz_db_schema_is_demo(sbz_DbSchema db_schema)
    • sbz_introspection_query

      public static String sbz_introspection_query(String db_type, String path, String custom_relations, String custom_permissions)
    • sbz_introspection_query_free

      public static void sbz_introspection_query_free(String introspection_query)
    • sbz_last_error_message

      public static int sbz_last_error_message(String buffer, int length)
    • sbz_clear_last_error

      public static void sbz_clear_last_error()
    • sbz_last_error_length

      public static int sbz_last_error_length()
    • sbz_last_error_http_status

      public static int sbz_last_error_http_status()