Package com.subzero.swig
Class sbz_Statement
java.lang.Object
com.subzero.swig.sbz_Statement
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedsbz_Statement(long cPtr, boolean cMemoryOwn) sbz_Statement(String schema_name, String path_prefix, String role, sbz_DbSchema db_schema, sbz_HTTPRequest request, String max_rows) -
Method Summary
Modifier and TypeMethodDescriptionvoiddelete()static sbz_StatementenvStatement(sbz_DbSchema db_schema, sbz_HTTPRequest request) protected voidfinalize()protected static longgetCPtr(sbz_Statement obj) String[]String[]getSql()static sbz_StatementmainStatement(String schema_name, String path_prefix, String role, sbz_DbSchema db_schema, sbz_HTTPRequest request, String max_rows) protected static longswigRelease(sbz_Statement obj)
-
Field Details
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Details
-
sbz_Statement
protected sbz_Statement(long cPtr, boolean cMemoryOwn) -
sbz_Statement
public sbz_Statement(String schema_name, String path_prefix, String role, sbz_DbSchema db_schema, sbz_HTTPRequest request, String max_rows)
-
-
Method Details
-
getCPtr
-
swigRelease
-
finalize
protected void finalize() -
delete
public void delete() -
mainStatement
public static sbz_Statement mainStatement(String schema_name, String path_prefix, String role, sbz_DbSchema db_schema, sbz_HTTPRequest request, String max_rows) -
envStatement
-
getSql
-
getParams
-
getParamsTypes
-