Uses of Class
net.snowflake.client.core.CancellationReason
-
Packages that use CancellationReason Package Description net.snowflake.client.core -
-
Uses of CancellationReason in net.snowflake.client.core
Methods in net.snowflake.client.core that return CancellationReason Modifier and Type Method Description static CancellationReason
CancellationReason. valueOf(String name)
Returns the enum constant of this type with the specified name.static CancellationReason[]
CancellationReason. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.snowflake.client.core with parameters of type CancellationReason Modifier and Type Method Description void
SFBaseStatement. cancel(CancellationReason cancellationReason)
Aborts the statement.void
SFStatement. cancel(CancellationReason cancellationReason)
static void
StmtUtil. cancel(net.snowflake.client.core.StmtUtil.StmtInput stmtInput, CancellationReason cancellationReason)
Cancel a statement identifiable by a request idstatic void
StmtUtil. cancel(net.snowflake.client.core.StmtUtil.StmtInput stmtInput, CancellationReason cancellationReason, SFBaseSession sfSession)
Cancel a statement identifiable by a request id
-