Class ORemoteQueryResult

java.lang.Object
com.orientechnologies.orient.client.remote.ORemoteQueryResult

public class ORemoteQueryResult extends Object
Created by tglman on 02/01/17.
  • Constructor Details

    • ORemoteQueryResult

      public ORemoteQueryResult(OResultSet result, boolean transactionUpdated, boolean reloadMetadata)
  • Method Details

    • getResult

      public OResultSet getResult()
    • isTransactionUpdated

      public boolean isTransactionUpdated()
    • isReloadMetadata

      public boolean isReloadMetadata()