public class Driver extends Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
protected |
Driver(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
protected void |
addReference(Object reference) |
DataSource |
CopyDataSource(DataSource copy_ds,
String utf8_path) |
DataSource |
CopyDataSource(DataSource copy_ds,
String utf8_path,
Vector options) |
DataSource |
CreateDataSource(String utf8_path) |
DataSource |
CreateDataSource(String utf8_path,
Vector options) |
void |
delete() |
int |
DeleteDataSource(String utf8_path) |
void |
Deregister() |
boolean |
equals(Object obj) |
protected static long |
getCPtr(Driver obj) |
protected static long |
getCPtrAndDisown(Driver obj) |
String |
getName() |
String |
GetName() |
int |
hashCode() |
DataSource |
Open(String utf8_path) |
DataSource |
Open(String utf8_path,
int update) |
void |
Register() |
boolean |
TestCapability(String cap) |
protected static long getCPtr(Driver obj)
public void delete()
protected static long getCPtrAndDisown(Driver obj)
protected void addReference(Object reference)
public String getName()
public DataSource CreateDataSource(String utf8_path, Vector options)
public DataSource CreateDataSource(String utf8_path)
public DataSource CopyDataSource(DataSource copy_ds, String utf8_path, Vector options)
public DataSource CopyDataSource(DataSource copy_ds, String utf8_path)
public DataSource Open(String utf8_path, int update)
public DataSource Open(String utf8_path)
public int DeleteDataSource(String utf8_path)
public boolean TestCapability(String cap)
public String GetName()
public void Register()
public void Deregister()
Copyright © 2014. All rights reserved.