类的使用
com.databend.jdbc.cloud.DatabendCopyParams
使用DatabendCopyParams的程序包
-
com.databend.jdbc中DatabendCopyParams的使用
参数类型为DatabendCopyParams的com.databend.jdbc中的方法修饰符和类型方法说明voidDatabendConnection.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) -
com.databend.jdbc.cloud中DatabendCopyParams的使用