public class RunSession extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Constructor and Description |
|---|
RunSession(long cPtr,
boolean cMemoryOwn) |
RunSession(SWIGTYPE_p_EngineMode engine_mode) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
void |
DisableDebug() |
void |
EnableDebug() |
SWIGTYPE_p_EngineMode |
engine_mode() |
protected void |
finalize() |
CompileInfo |
GetCompileInfo() |
static long |
getCPtr(RunSession obj) |
String |
GetEncodedSchema() |
boolean |
GetPerformanceSensitive() |
List<com._4paradigm.hybridse.type.TypeOuterClass.ColumnDef> |
GetSchema() |
boolean |
IsDebug() |
boolean |
SetCompileInfo(CompileInfo compile_info) |
void |
SetPerformanceSensitive(boolean performance_sensitive) |
void |
SetSpName(String sp_name) |
public RunSession(long cPtr,
boolean cMemoryOwn)
public RunSession(SWIGTYPE_p_EngineMode engine_mode)
public static long getCPtr(RunSession obj)
public void delete()
public List<com._4paradigm.hybridse.type.TypeOuterClass.ColumnDef> GetSchema()
public String GetEncodedSchema()
public CompileInfo GetCompileInfo()
public boolean SetCompileInfo(CompileInfo compile_info)
public void EnableDebug()
public void DisableDebug()
public boolean IsDebug()
public void SetSpName(String sp_name)
public SWIGTYPE_p_EngineMode engine_mode()
public void SetPerformanceSensitive(boolean performance_sensitive)
public boolean GetPerformanceSensitive()
Copyright © 2021. All rights reserved.