Difference between revisions of "DBGetDateStage"

From CCIL
Jump to: navigation, search
(Created page with "Reduces a path to its relative root. == Overview == {| |- | '''jar''' | ccil-common-sql |- | '''recommended name''' | rs-getdate |- | '''class''' | net.ccil.stages.sql....")
 
 
Line 1: Line 1:
Reduces a path to its relative root.
+
Reads a ''java.sql.Date'' from a ''java.sql.ResultSet''.
  
 
== Overview ==
 
== Overview ==

Latest revision as of 12:14, 2 June 2017

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

Overview

jar ccil-common-sql
recommended name rs-getdate
class net.ccil.stages.sql.DBGetDateStage
location /ccil-api/src/main/java/net/ccil/sql/stages/DBGetDateStage.java
svn svn://svn.code.sf.net/p/ccil/code/trunk/src/common/sql/src/main/java/net/ccil/sql/stages/DBGetDateStage.java

Parameters

Name Type Description Comment
IN java.sql.ResultSet The java.sql.ResultSet to read the date from.
name java.lang.String The name of the column.
OUT java.sql.Date The value from the java.sql.ResultSet.

Registration

service:rs-getdate	rdf:type	entity:service ;				
			entity:implementation	"net.ccil.stages.sql.DBGetDateStage" ;
			entity:classpath	"" ;
			entity:arguments	"" .

Context

TBA

Example

TBA

See Also