|
Transfer version 1.1 | ||||
| FRAMES | |||||
WEB-INF.cftags.component
transfer.com.sql.SQLValue
public class SQLValue
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 |
|---|
public init(Datasource datasource, Nullable nullable)
datasource - The datasource BOnullable - The nullable class| Method Detail |
|---|
private Datasource getDatasource()
private string getLS()
private Nullable getNullable()
public any getPropertyColumnValue(query query, Object object, Property property)
query - The query we are looking atobject - The property to get the value forproperty - The property to get the value forprivate any getTypes()
public any readBlob(query query, Property property)
query - The query we are looking atproperty - The property to get the value forprivate string readClob([any charStream])
charStream - the java.io.Readear from a clobprivate void setDatasource(Datasource Datasource)
Datasourceprivate void setLS(string LS)
LSprivate void setNullable(Nullable Nullable)
Nullableprivate void setTypes(any Types)
Types
|
Transfer version 1.1 | ||||
| FRAMES | |||||