
public class OUpdateStatement extends OStatement
| Modifier and Type | Field and Description |
|---|---|
OLetClause |
let |
OLimit |
limit |
OStorage.LOCKING_STRATEGY |
lockRecord |
protected List<OUpdateOperations> |
operations |
protected boolean |
returnAfter |
protected boolean |
returnBefore |
protected boolean |
returnCount |
protected OProjection |
returnProjection |
OFromClause |
target |
OTimeout |
timeout |
protected boolean |
upsert |
OWhereClause |
whereClause |
CUSTOM_STRICT_SQLchildren, firstToken, id, lastToken, parent, parser, value| Constructor and Description |
|---|
OUpdateStatement(int id) |
OUpdateStatement(OrientSql p,
int id) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getStatementType() |
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 target
protected List<OUpdateOperations> operations
protected boolean upsert
protected boolean returnBefore
protected boolean returnAfter
protected boolean returnCount
protected OProjection returnProjection
public OLetClause let
public OWhereClause whereClause
public OStorage.LOCKING_STRATEGY lockRecord
public OLimit limit
public OTimeout timeout
public OUpdateStatement(int id)
public OUpdateStatement(OrientSql p, int id)
public void toString(Map<Object,Object> params, StringBuilder builder)
toString in class OStatementprotected String getStatementType()
Copyright © 2009–2025 OrientDB. All rights reserved.