Class Meta.MetaResultSet

  • Enclosing interface:
    Meta

    public static class Meta.MetaResultSet
    extends java.lang.Object
    Meta data from which a result set can be constructed.

    If updateCount is not -1, the result is just a count. A result set cannot be constructed.

    • Field Detail

      • connectionId

        public final java.lang.String connectionId
      • statementId

        public final int statementId
      • ownStatement

        public final boolean ownStatement
      • updateCount

        public final long updateCount
    • Constructor Detail

      • MetaResultSet

        @Deprecated
        protected MetaResultSet​(java.lang.String connectionId,
                                int statementId,
                                boolean ownStatement,
                                Meta.Signature signature,
                                Meta.Frame firstFrame,
                                int updateCount)
        Deprecated.
      • MetaResultSet

        protected MetaResultSet​(java.lang.String connectionId,
                                int statementId,
                                boolean ownStatement,
                                Meta.Signature signature,
                                Meta.Frame firstFrame,
                                long updateCount)