Class VTIResultSet

    • Field Detail

      • rowsReturned

        public int rowsReturned
      • javaClassName

        public java.lang.String javaClassName
      • userPS

        private java.sql.PreparedStatement userPS
      • userVTI

        private java.sql.ResultSet userVTI
      • allocatedRow

        private final ExecRow allocatedRow
      • version2

        private boolean version2
      • reuseablePs

        private boolean reuseablePs
      • isTarget

        private boolean isTarget
      • pushedProjection

        private boolean pushedProjection
      • pushedQualifiers

        private Qualifier[][] pushedQualifiers
      • runtimeNullableColumn

        private boolean[] runtimeNullableColumn
      • isDerbyStyleTableFunction

        private boolean isDerbyStyleTableFunction
      • vtiProjection

        private java.lang.String[] vtiProjection
      • vtiSchema

        private java.lang.String vtiSchema
      • vtiName

        private java.lang.String vtiName
      • scanIsolationLevel

        private int scanIsolationLevel
        Specified isolation level of SELECT (scan). If not set or not application, it will be set to TransactionControl.UNSPECIFIED_ISOLATION_LEVEL
    • Constructor Detail

      • VTIResultSet

        VTIResultSet​(Activation activation,
                     int row,
                     int resultSetNumber,
                     GeneratedMethod constructor,
                     java.lang.String javaClassName,
                     Qualifier[][] pushedQualifiers,
                     int erdNumber,
                     boolean version2,
                     boolean reuseablePs,
                     int ctcNumber,
                     boolean isTarget,
                     int scanIsolationLevel,
                     double optimizerEstimatedRowCount,
                     double optimizerEstimatedCost,
                     boolean isDerbyStyleTableFunction,
                     int returnTypeNumber,
                     int vtiProjectionNumber,
                     int vtiRestrictionNumber,
                     java.lang.String vtiSchema,
                     java.lang.String vtiName)
              throws StandardException
        Throws:
        StandardException