Uses of Class
com.databend.jdbc.DatabendConnection
Packages that use DatabendConnection
-
Uses of DatabendConnection in com.databend.jdbc
Methods in com.databend.jdbc that return DatabendConnectionModifier and TypeMethodDescriptionprotected final DatabendConnectionDatabendStatement.connection()Methods in com.databend.jdbc that return types with arguments of type DatabendConnectionModifier and TypeMethodDescriptionprotected final Optional<DatabendConnection>DatabendStatement.optionalConnection()Methods in com.databend.jdbc with parameters of type DatabendConnectionModifier and TypeMethodDescriptionstatic com.databend.client.StageAttachmentDatabendPreparedStatement.buildStateAttachment(DatabendConnection connection, String stagePath) This method is used to build a StageAttachment object which represents a stage in Databend.static voidPresignContext.createStageIfNotExists(DatabendConnection connection, String stageName) static voidPresignContext.dropStageIfExists(DatabendConnection connection, String stageName) static PresignContextPresignContext.getPresignContext(DatabendConnection connection, com.databend.jdbc.PresignContext.PresignMethod method, String stageName, String fileName) Constructors in com.databend.jdbc with parameters of type DatabendConnection