类的使用
com.databend.jdbc.DatabendConnection
使用DatabendConnection的程序包
-
com.databend.jdbc中DatabendConnection的使用
返回变量类型为DatabendConnection的类型的com.databend.jdbc中的方法参数类型为DatabendConnection的com.databend.jdbc中的方法修饰符和类型方法说明static 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) 参数类型为DatabendConnection的com.databend.jdbc中的构造器 -
com.databend.jdbc.examples中DatabendConnection的使用
返回变量类型为DatabendConnection的类型的com.databend.jdbc.examples中的方法修饰符和类型方法说明org.apache.commons.pool2.PooledObject<DatabendConnection> DatabendConnectionFactory.makeObject()类型变量类型为DatabendConnection的com.databend.jdbc.examples中的方法参数修饰符和类型方法说明voidDatabendConnectionFactory.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) 类型变量类型为DatabendConnection的com.databend.jdbc.examples中的构造器参数限定符构造器说明DatabendConnectionPool(DatabendConnectionFactory factory, org.apache.commons.pool2.impl.GenericObjectPoolConfig<DatabendConnection> config)