Uses of Class
com.databend.jdbc.cloud.DatabendCopyParams
Packages that use DatabendCopyParams
-
Uses of DatabendCopyParams in com.databend.jdbc
Methods in com.databend.jdbc with parameters of type DatabendCopyParamsModifier and TypeMethodDescriptionvoidDatabendConnection.copyIntoTable(String database, String tableName, DatabendStage stage, DatabendCopyParams params) voidFileTransferAPI.copyIntoTable(String database, String tableName, DatabendStage stage, DatabendCopyParams params) Copy into the target table from files on the internal stage Documentation: https://databend.rs/doc/sql-commands/dml/dml-copy-into-tablestatic StringDatabendConnection.getCopyIntoSql(String database, String tableName, DatabendStage stage, DatabendCopyParams params) -
Uses of DatabendCopyParams in com.databend.jdbc.cloud
Methods in com.databend.jdbc.cloud that return DatabendCopyParams