类的使用
com.databend.jdbc.cloud.DatabendStage
使用DatabendStage的程序包
-
com.databend.jdbc中DatabendStage的使用
参数类型为DatabendStage的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中DatabendStage的使用