Uses of Class
net.snowflake.client.core.SFBaseStatement.CallingMethod
-
Packages that use SFBaseStatement.CallingMethod Package Description net.snowflake.client.core -
-
Uses of SFBaseStatement.CallingMethod in net.snowflake.client.core
Methods in net.snowflake.client.core that return SFBaseStatement.CallingMethod Modifier and Type Method Description static SFBaseStatement.CallingMethodSFBaseStatement.CallingMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static SFBaseStatement.CallingMethod[]SFBaseStatement.CallingMethod. 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 SFBaseStatement.CallingMethod Modifier and Type Method Description abstract SFBaseResultSetSFBaseStatement. asyncExecute(String sql, Map<String,ParameterBindingDTO> parametersBinding, SFBaseStatement.CallingMethod caller)Execute sql asynchronously.SFBaseResultSetSFStatement. asyncExecute(String sql, Map<String,ParameterBindingDTO> parametersBinding, SFBaseStatement.CallingMethod caller)abstract SFBaseResultSetSFBaseStatement. execute(String sql, Map<String,ParameterBindingDTO> parametersBinding, SFBaseStatement.CallingMethod caller)Executes the given SQL string.SFBaseResultSetSFStatement. execute(String sql, boolean asyncExec, Map<String,ParameterBindingDTO> parametersBinding, SFBaseStatement.CallingMethod caller)Execute sqlSFBaseResultSetSFStatement. execute(String sql, Map<String,ParameterBindingDTO> parametersBinding, SFBaseStatement.CallingMethod caller)
-