26 private Sq3BlobC (
long mng,
boolean dummy) {
121 private native
static long CTOR (
Sq3LiteC sq3lite, String zDb, String zTable, String zColumn,
long iRow,
int flags);
124 public native
static Sq3BlobC Open (
Sq3LiteC sq3lite, String zDb, String zTable, String zColumn,
long iRow,
int flags);
127 public Sq3BlobC (
Sq3LiteC sq3lite, String zDb, String zTable, String zColumn,
long iRow,
int flags) {
128 this(CTOR(sq3lite, zDb, zTable, zColumn, iRow, flags),
true);
Sq3BlobC - the class known as sq3blob or Blob define by Sq3BlobS …
Sq3LiteC - the class known as sq3lite or Lite defined by Sq3LiteS …
Sq3Lite PACKAGE - toplevel package of the Programming-Language-Micro-Kernel (PLMK) …
static native Sq3BlobC Instances()
Java: [static] Sq3BlobC Sq3BlobC.Instances() → C-API get head-instance from linked-list of Sq3Bl...
native Sq3BlobC Next()
Java: Sq3BlobC blob.Next() → C-API get next instance from linked-list of Sq3BlobS type
native Sq3BlobC Prev()
Java: Sq3BlobC blob.Prev() → C-API get previous instance from linked-list of Sq3BlobS type
static native Sq3BlobC HandleResolve(int netHdl)
Java: [static] Sq3BlobC Sq3BlobC.HandleResolve(int netHdl) → C-API Handle-Resolve-Slot - return ...
static native Sq3BlobC GetNull()
Java: [static] Sq3BlobC Sq3BlobC.GetNull() → C-API Null-Slot - return a Sq3BlobC typed NULL inst...
native int Bytes()
Java: int sq3blob.Bytes() → C-API Return The Size Of An Open BLOB …
MkBufferC Read(int iOffset)
Java: MkBufferC sq3blob.Read(?MkBufferC Z_inout = null?, int iOffset) → C-API Read Data From ...
native MkBufferC Read(MkBufferC Z_inout, int iOffset)
Java: MkBufferC sq3blob.Read(?MkBufferC Z_inout = null?, int iOffset) → C-API Read Data From ...
native void Reopen(long arg1)
Java: sq3blob.Reopen(long arg1) → C-API Move a BLOB Handle to a New Row …
native void Write(MkBufferC z, int iOffset)
Java: sq3blob.Write(MkBufferC z, int iOffset) → C-API Write Data Into A BLOB Incrementally …
static native Sq3BlobC Open(Sq3LiteC sq3lite, String zDb, String zTable, String zColumn, long iRow, int flags)
Java: [constructor,static] Sq3BlobC Sq3BlobC.Open(Sq3LiteC sq3lite, String zDb, String zTable,...
Sq3BlobC(Sq3LiteC sq3lite, String zDb, String zTable, String zColumn, long iRow, int flags)
Java: [constructor,static] Sq3BlobC Sq3BlobC.Open(Sq3LiteC sq3lite, String zDb, String zTable,...
static void Setup()
Java: [static] Setup() → C-API setup jvsq3lite internal memory …