DBGetDateStage

From CCIL
Revision as of 12:01, 2 June 2017 by Atanas.ilchev (Talk | contribs) (Created page with "Reduces a path to its relative root. == Overview == {| |- | '''jar''' | ccil-common-sql |- | '''recommended name''' | rs-getdate |- | '''class''' | net.ccil.stages.sql....")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Reduces a path to its relative root.

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