Uses of Class
com.databend.jdbc.cloud.DatabendCopyParams
-
Packages that use DatabendCopyParams Package Description com.databend.jdbc com.databend.jdbc.cloud -
-
Uses of DatabendCopyParams in com.databend.jdbc
Methods in com.databend.jdbc with parameters of type DatabendCopyParams Modifier and Type Method Description voidDatabendConnection. copyIntoTable(String database, String tableName, DatabendCopyParams params)voidFileTransferAPI. copyIntoTable(String database, String tableName, DatabendCopyParams params)Deprecated.execute the Copy SQL directly -
Uses of DatabendCopyParams in com.databend.jdbc.cloud
Methods in com.databend.jdbc.cloud that return DatabendCopyParams Modifier and Type Method Description DatabendCopyParamsDatabendCopyParams.Builder. build()
-