Uses of Class
com.databend.jdbc.cloud.DatabendStage
Packages that use DatabendStage
-
Uses of DatabendStage in com.databend.jdbc
Methods in com.databend.jdbc with parameters of type DatabendStageModifier 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 DatabendStage in com.databend.jdbc.cloud
Methods in com.databend.jdbc.cloud that return DatabendStage