Skip to main content

Class ShowSqlProcResponse.AdditionalInfo

java.lang.Object
com.gpudb.protocol.ShowSqlProcResponse.AdditionalInfo
Enclosing class:

public static final class ShowSqlProcResponse.AdditionalInfo extends Object
A set of string constants for the ShowSqlProcResponse parameter additionalInfo.

Additional information about the respective tables in the requested procedures.

  • Field Details

    • EXECUTE_AS

      public static final String EXECUTE_AS
      The periodic execution impersonate user. The default value is ”.
    • EXECUTE_INTERVAL

      public static final String EXECUTE_INTERVAL
      The periodic execution interval in seconds. The default value is ”.
    • EXECUTE_START_TIME

      public static final String EXECUTE_START_TIME
      The initial date/time that periodic execution began. The default value is ”.
    • EXECUTE_STOP_TIME

      public static final String EXECUTE_STOP_TIME
      Time at which the periodic execution stops. The default value is ”.