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 -
Uses of DatabendConnection in com.databend.jdbc.examples
Methods in com.databend.jdbc.examples that return types with arguments of type DatabendConnectionModifier and TypeMethodDescriptionorg.apache.commons.pool2.PooledObject<DatabendConnection> DatabendConnectionFactory.makeObject()Method parameters in com.databend.jdbc.examples with type arguments of type DatabendConnectionModifier and TypeMethodDescriptionvoidDatabendConnectionFactory.activateObject(org.apache.commons.pool2.PooledObject<DatabendConnection> p) voidDatabendConnectionFactory.destroyObject(org.apache.commons.pool2.PooledObject<DatabendConnection> p) voidDatabendConnectionFactory.passivateObject(org.apache.commons.pool2.PooledObject<DatabendConnection> p) booleanDatabendConnectionFactory.validateObject(org.apache.commons.pool2.PooledObject<DatabendConnection> p) Constructor parameters in com.databend.jdbc.examples with type arguments of type DatabendConnectionModifierConstructorDescriptionDatabendConnectionPool(DatabendConnectionFactory factory, org.apache.commons.pool2.impl.GenericObjectPoolConfig<DatabendConnection> config)