Top Description Fields Constructors Methods
com.ziclix.python.sql.pipe

pack-priv Class SourceRunner

Located in compilation unit of com.ziclix.python.sql.pipe.Pipe.

extends PipeRunner
Class Inheritance

Class SourceRunner
Date
2024-12-07
Copyright
2001 brian zimmer

Field Summary

Modifier and TypeField and Description
protected Source
source

Field source

Inherited from com.ziclix.python.sql.pipe.PipeRunner:
counterexceptionqueue

Constructor Summary

AccessConstructor and Description
public
SourceRunner(Queue
queue
queue
,
Source
source
source
)

Constructor SourceRunner

Method Summary

Modifier and TypeMethod and Description
protected void
pipe()

Implements abstract com.ziclix.python.sql.pipe.PipeRunner.pipe.

Method pipe

Inherited from com.ziclix.python.sql.pipe.PipeRunner:
getCountgetExceptionrunthrewException

Field Detail

sourceback to summary
protected Source source

Field source

Constructor Detail

SourceRunnerback to summary
public SourceRunner(Queue queue, Source source)

Constructor SourceRunner

Parameters
queue:Queue

queue

source:Source

source

Method Detail

pipeback to summary
protected void pipe() throws InterruptedException

Implements abstract com.ziclix.python.sql.pipe.PipeRunner.pipe.

Method pipe

Annotations
@Override