Uses of Class
com.subzero.swig.sbz_Statement
Packages that use sbz_Statement
-
Uses of sbz_Statement in com.subzero.swig
Methods in com.subzero.swig that return sbz_StatementModifier and TypeMethodDescriptionstatic sbz_Statementsbz_Statement.envStatement(sbz_DbSchema db_schema, sbz_HTTPRequest request) static sbz_Statementsbz_Statement.mainStatement(String schema_name, String path_prefix, String role, sbz_DbSchema db_schema, sbz_HTTPRequest request, String max_rows) sbz_TwoStageStatement.mutateStatement()static sbz_StatementSubzero.sbz_statement_env_new(sbz_DbSchema db_schema, sbz_HTTPRequest request) static sbz_StatementSubzero.sbz_statement_main_new(String schema_name, String path_prefix, String role, sbz_DbSchema db_schema, sbz_HTTPRequest request, String max_rows) static sbz_StatementSubzero.sbz_two_stage_statement_mutate(sbz_TwoStageStatement two_stage_statement) static sbz_StatementSubzero.sbz_two_stage_statement_select(sbz_TwoStageStatement two_stage_statement) sbz_TwoStageStatement.selectStatement()Methods in com.subzero.swig with parameters of type sbz_StatementModifier and TypeMethodDescriptionprotected static longsbz_Statement.getCPtr(sbz_Statement obj) static voidSubzero.sbz_statement_free(sbz_Statement statement) static final voidSubzeroJNI.sbz_statement_free(long jarg1, sbz_Statement jarg1_) static final String[]SubzeroJNI.sbz_Statement_getParams(long jarg1, sbz_Statement jarg1_) static final String[]SubzeroJNI.sbz_Statement_getParamsTypes(long jarg1, sbz_Statement jarg1_) static final StringSubzeroJNI.sbz_Statement_getSql(long jarg1, sbz_Statement jarg1_) static String[]Subzero.sbz_statement_params(sbz_Statement statement) static final String[]SubzeroJNI.sbz_statement_params(long jarg1, sbz_Statement jarg1_) static intSubzero.sbz_statement_params_count(sbz_Statement statement) static final intSubzeroJNI.sbz_statement_params_count(long jarg1, sbz_Statement jarg1_) static String[]Subzero.sbz_statement_params_types(sbz_Statement statement) static final String[]SubzeroJNI.sbz_statement_params_types(long jarg1, sbz_Statement jarg1_) static StringSubzero.sbz_statement_sql(sbz_Statement statement) static final StringSubzeroJNI.sbz_statement_sql(long jarg1, sbz_Statement jarg1_) protected static longsbz_Statement.swigRelease(sbz_Statement obj)