Class OCreateEdgeStatement

All Implemented Interfaces:
Node

public class OCreateEdgeStatement extends OStatement
  • Field Details

    • targetClass

      protected OIdentifier targetClass
    • targetClusterName

      protected OIdentifier targetClusterName
    • upsert

      protected boolean upsert
    • leftExpression

      protected OExpression leftExpression
    • rightExpression

      protected OExpression rightExpression
    • body

      protected OInsertBody body
    • retry

      protected Number retry
    • wait

      protected Number wait
    • batch

      protected OBatch batch
  • Constructor Details

    • OCreateEdgeStatement

      public OCreateEdgeStatement(int id)
    • OCreateEdgeStatement

      public OCreateEdgeStatement(OrientSql p, int id)
  • Method Details