
public class ODeleteStatement extends OStatement
| Modifier and Type | Field and Description |
|---|---|
OFromClause |
fromClause |
protected OLimit |
limit |
protected boolean |
returnBefore |
protected boolean |
returnCount |
protected boolean |
unsafe |
protected OWhereClause |
whereClause |
CUSTOM_STRICT_SQLchildren, firstToken, id, lastToken, parent, parser, value| Constructor and Description |
|---|
ODeleteStatement(int id) |
ODeleteStatement(OrientSql p,
int id) |
| Modifier and Type | Method and Description |
|---|---|
void |
toString(Map<Object,Object> params,
StringBuilder builder) |
execute, jjtAccept, toString, validatechildrenAccept, dump, getDatabase, getValue, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toStringpublic OFromClause fromClause
protected OWhereClause whereClause
protected boolean returnBefore
protected boolean returnCount
protected OLimit limit
protected boolean unsafe
public ODeleteStatement(int id)
public ODeleteStatement(OrientSql p, int id)
public void toString(Map<Object,Object> params, StringBuilder builder)
toString in class OStatementCopyright © 2009–2025 OrientDB. All rights reserved.