DBGetDateStage
From CCIL
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