
public class OPredicateCache extends Object
| Constructor and Description |
|---|
OPredicateCache(int size) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
contains(String statement) |
OOrBlock |
get(String statement) |
protected static OOrBlock |
parse(String statement) |
public OPredicateCache(int size)
size - the size of the cachepublic boolean contains(String statement)
statement - an SQL statementpublic OOrBlock get(String statement)
statement - an SQL statementprotected static OOrBlock parse(String statement) throws OCommandSQLParsingException
OCommandSQLParsingExceptionpublic void clear()
Copyright © 2009–2025 OrientDB. All rights reserved.