Transfer version 1.1

transfer.com.sql
Class SQLValue

WEB-INF.cftags.component
        extended by transfer.com.sql.SQLValue

public class SQLValue
extends WEB-INF.cftags.component

Responsible for translating Query result columns values into their appropriate null/not null values


Constructor Summary
init(Datasource datasource, Nullable nullable)
          Constructor
 
Method Summary
private Datasource getDatasource()
private string getLS()
private Nullable getNullable()
 any getPropertyColumnValue(query query, Object object, Property property)
          Returns the column value, but returns the default null value for the item if it is NULL
private any getTypes()
          java.sql.Types
 any readBlob(query query, Property property)
          read in a blob
private string readClob([any charStream])
          reads clob data
private void setDatasource(Datasource Datasource)
private void setLS(string LS)
private void setNullable(Nullable Nullable)
private void setTypes(any Types)
 
Methods inherited from class WEB-INF.cftags.component
 

Constructor Detail

init

public init(Datasource datasource, Nullable nullable)
Constructor

Parameters:
datasource - The datasource BO
nullable - The nullable class
Method Detail

getDatasource

private Datasource getDatasource()


getLS

private string getLS()


getNullable

private Nullable getNullable()


getPropertyColumnValue

public any getPropertyColumnValue(query query, Object object, Property property)
Returns the column value, but returns the default null value for the item if it is NULL

Parameters:
query - The query we are looking at
object - The property to get the value for
property - The property to get the value for

getTypes

private any getTypes()
java.sql.Types


readBlob

public any readBlob(query query, Property property)
read in a blob

Parameters:
query - The query we are looking at
property - The property to get the value for

readClob

private string readClob([any charStream])
reads clob data

Parameters:
charStream - the java.io.Readear from a clob

setDatasource

private void setDatasource(Datasource Datasource)

Parameters:
Datasource

setLS

private void setLS(string LS)

Parameters:
LS

setNullable

private void setNullable(Nullable Nullable)

Parameters:
Nullable

setTypes

private void setTypes(any Types)

Parameters:
Types

Transfer version 1.1