Uses of Class
com.databend.jdbc.DatabendConnectionExtension.LoadMethod
-
Packages that use DatabendConnectionExtension.LoadMethod Package Description com.databend.jdbc -
-
Uses of DatabendConnectionExtension.LoadMethod in com.databend.jdbc
Methods in com.databend.jdbc that return DatabendConnectionExtension.LoadMethod Modifier and Type Method Description static DatabendConnectionExtension.LoadMethodDatabendConnectionExtension.LoadMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static DatabendConnectionExtension.LoadMethod[]DatabendConnectionExtension.LoadMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.databend.jdbc with parameters of type DatabendConnectionExtension.LoadMethod Modifier and Type Method Description intDatabendConnection. loadStreamToTable(String sql, InputStream inputStream, long fileSize, DatabendConnectionExtension.LoadMethod loadMethod)intDatabendConnectionExtension. loadStreamToTable(String sql, InputStream inputStream, long fileSize, DatabendConnectionExtension.LoadMethod loadMethod)Loads data from an input stream directly into a target Databend table using the specified SQL command.
-