Class FRL.Response

  • Enclosing class:
    FRL

    public static final class FRL.Response
    extends java.lang.Object
    • Method Detail

      • query

        public static FRL.Response query​(@Nonnull
                                         com.apple.foundationdb.relational.jdbc.grpc.v1.ResultSet resultSet)
      • mutation

        public static FRL.Response mutation​(int rowCount)
      • isQuery

        public boolean isQuery()
      • isMutation

        public boolean isMutation()
      • getResultSet

        public com.apple.foundationdb.relational.jdbc.grpc.v1.ResultSet getResultSet()
      • getRowCount

        public int getRowCount()