public class SimpleCatalog extends Catalog
| Constructor and Description |
|---|
SimpleCatalog() |
SimpleCatalog(boolean enable_index) |
SimpleCatalog(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
void |
AddDatabase(com._4paradigm.hybridse.type.TypeOuterClass.Database db) |
void |
delete() |
protected void |
finalize() |
static long |
getCPtr(SimpleCatalog obj) |
SWIGTYPE_p_std__shared_ptrT_type__Database_t |
GetDatabase(String db) |
SWIGTYPE_p_std__shared_ptrT_hybridse__vm__TableHandler_t |
GetTable(String db,
String table_name) |
boolean |
IndexSupport() |
boolean |
InsertRows(String db,
String table,
SWIGTYPE_p_std__vectorT_hybridse__codec__Row_t row) |
void |
swigSetCMemOwn(boolean own) |
getCPtr, GetProcedureInfopublic SimpleCatalog(long cPtr,
boolean cMemoryOwn)
public SimpleCatalog(boolean enable_index)
public SimpleCatalog()
public static long getCPtr(SimpleCatalog obj)
public void swigSetCMemOwn(boolean own)
swigSetCMemOwn in class Catalogpublic void AddDatabase(com._4paradigm.hybridse.type.TypeOuterClass.Database db)
public SWIGTYPE_p_std__shared_ptrT_type__Database_t GetDatabase(String db)
GetDatabase in class Catalogpublic SWIGTYPE_p_std__shared_ptrT_hybridse__vm__TableHandler_t GetTable(String db, String table_name)
public boolean IndexSupport()
IndexSupport in class Catalogpublic boolean InsertRows(String db, String table, SWIGTYPE_p_std__vectorT_hybridse__codec__Row_t row)
Copyright © 2021. All rights reserved.