public class SqlJetVdbeMemPool
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
created |
static int |
obtained |
static int |
released |
Constructor and Description |
---|
SqlJetVdbeMemPool() |
Modifier and Type | Method and Description |
---|---|
SqlJetVdbeMem |
obtain() |
void |
release(SqlJetVdbeMem mem) |
java.lang.String |
toString() |
public static int obtained
public static int released
public static int created
public SqlJetVdbeMem obtain()
public void release(SqlJetVdbeMem mem)
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2009-2010 TMate Software Ltd. All Rights Reserved.