Class OCommandExecutorSQLTruncateRecord

All Implemented Interfaces:
OCommandDistributedReplicateRequest, OCommandExecutor

public class OCommandExecutorSQLTruncateRecord extends OCommandExecutorSQLAbstract implements OCommandDistributedReplicateRequest
SQL TRUNCATE RECORD command: Truncates a record without loading it. Useful when the record is dirty in any way and cannot be loaded correctly.
Author:
Luca Garulli (l.garulli--(at)--orientdb.com)