@Namespace(value="caffe::db") @Properties(inherit=caffe.class) public class DB extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
DB(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Close() |
Cursor |
NewCursor() |
Transaction |
NewTransaction() |
void |
Open(BytePointer source,
int mode) |
void |
Open(String source,
int mode) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic DB(Pointer p)
Pointer(Pointer).public void Open(@StdString BytePointer source, @Cast(value="caffe::db::Mode") int mode)
public void Open(@StdString String source, @Cast(value="caffe::db::Mode") int mode)
public void Close()
public Cursor NewCursor()
public Transaction NewTransaction()
Copyright © 2022. All rights reserved.