ReadRowStage

From CCIL
Jump to: navigation, search

Reads a java.sql.Date from a java.sql.ResultSet.

Overview

jar ccil-common-sql
recommended name row-read
class net.ccil.stages.sql.ReadRowStage
location /common/sql/src/main/java/net/ccil/sql/stages/ReadRowStage.java
svn svn://svn.code.sf.net/p/ccil/code/trunk/src/common/sql/src/main/java/net/ccil/sql/stages/ReadRowStage.java

Parameters

Name Type Description Comment
IN java.sql.ResultSet The java.sql.ResultSet to read the date from.
cols java.lang.String A comma-separated list with the names of the columns to be read.

Registration

service:row-read	rdf:type	entity:service ;				
			entity:implementation	"net.ccil.stages.sql.ReadRowStage" ;
			entity:classpath	"" ;
			entity:arguments	"" .

Context

TBA

Example

TBA

See Also