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 CancellationReasonCancellationReason. 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 voidSFBaseStatement. cancel(CancellationReason cancellationReason)Aborts the statement.voidSFStatement. cancel(CancellationReason cancellationReason)static voidStmtUtil. cancel(net.snowflake.client.core.StmtUtil.StmtInput stmtInput, CancellationReason cancellationReason)Cancel a statement identifiable by a request idstatic voidStmtUtil. cancel(net.snowflake.client.core.StmtUtil.StmtInput stmtInput, CancellationReason cancellationReason, SFBaseSession sfSession)Cancel a statement identifiable by a request id
-