Class CommandsQueue.ColumnName
- java.lang.Object
-
- com.snowflake.connectors.taskreactor.commands.queue.CommandsQueue.ColumnName
-
- Enclosing interface:
- CommandsQueue
public static class CommandsQueue.ColumnName extends Object
Column names of the commands queue table.
-
-
Constructor Summary
Constructors Constructor Description ColumnName()
-
-
-
Field Detail
-
ID
public static final String ID
Representation of the ID column.- See Also:
- Constant Field Values
-
TYPE
public static final String TYPE
Representation of the TYPE column.- See Also:
- Constant Field Values
-
PAYLOAD
public static final String PAYLOAD
Representation of the PAYLOAD column.- See Also:
- Constant Field Values
-
SEQ_NO
public static final String SEQ_NO
Representation of the SEQ_NO column.- See Also:
- Constant Field Values
-
-