Package com.gpudb.protocol
Class ShowSqlProcResponse.AdditionalInfo
- java.lang.Object
-
- com.gpudb.protocol.ShowSqlProcResponse.AdditionalInfo
-
- Enclosing class:
- ShowSqlProcResponse
public static final class ShowSqlProcResponse.AdditionalInfo extends Object
A set of string constants for theShowSqlProcResponseparameteradditionalInfo.Additional information about the respective tables in the requested procedures.
-
-
Field Summary
Fields Modifier and Type Field Description static StringEXECUTE_ASThe periodic execution impersonate user.static StringEXECUTE_INTERVALThe periodic execution interval in seconds.static StringEXECUTE_START_TIMEThe initial date/time that periodic execution began.static StringEXECUTE_STOP_TIMETime at which the periodic execution stops.
-
-
-
Field Detail
-
EXECUTE_AS
public static final String EXECUTE_AS
The periodic execution impersonate user. The default value is ''.- See Also:
- Constant Field Values
-
EXECUTE_INTERVAL
public static final String EXECUTE_INTERVAL
The periodic execution interval in seconds. The default value is ''.- See Also:
- Constant Field Values
-
EXECUTE_START_TIME
public static final String EXECUTE_START_TIME
The initial date/time that periodic execution began. The default value is ''.- See Also:
- Constant Field Values
-
EXECUTE_STOP_TIME
public static final String EXECUTE_STOP_TIME
Time at which the periodic execution stops. The default value is ''.- See Also:
- Constant Field Values
-
-