Package com.subzero.swig
Class sbz_Statement
java.lang.Object
com.subzero.swig.sbz_Statement
-
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
sbz_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 TypeMethodDescriptionvoid
delete()
static sbz_Statement
envStatement
(sbz_DbSchema db_schema, sbz_HTTPRequest request) protected void
finalize()
protected static long
getCPtr
(sbz_Statement obj) String[]
String[]
getSql()
static sbz_Statement
mainStatement
(String schema_name, String path_prefix, String role, sbz_DbSchema db_schema, sbz_HTTPRequest request, String max_rows) protected static long
swigRelease
(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
-