Transfer version 1.1

transfer.com.sql.postgresql
Class TransferSelecter

WEB-INF.cftags.component
        extended by transfer.com.sql.AbstractBaseTransfer
            extended by transfer.com.sql.TransferSelecter
                extended by transfer.com.sql.postgresql.TransferSelecter

public class TransferSelecter
extends TransferSelecter

Builds a Query out of BO data, for MYQSL


Method Summary
 string castValue(string column, string type)
          Cast the value of this to another value
private string writeNULL(string column, string type)
          Null String for postgresql
 
Methods inherited from class transfer.com.sql.TransferSelecter
appendCollectionColumn, appendCompositeKeyForeignKeys, appendCompositeKeyValue, appendProxiedColumns, buildColumnStruct, buildCompositeKeyValue, buildConditionSQL, buildInitialFromSQL, buildManyToManyFromSQL, buildManyToOneFromSQL, buildOneToManyFromSQL, buildOrder, buildSQL, buildSelect, buildSelectSQL, concatSeperator, containsCompositeID, createColumnMeta, createTableName, flattenColumnStruct, getTQLConverter, init, select, setRequiredProperty, setTQLConverter, tableContainsColumnName, throw, writeConcat, writeEndConcat, writeStartConcat
 
Methods inherited from class transfer.com.sql.AbstractBaseTransfer
andSeperator, commaSeperator, equalsString, getDatasource, getMethodInvoker, getObjectManager, getQueryCache, getQueryExecutionPool, getTransaction, invokeGetPrimaryKey, isString, mapCompositeKey, mapPrimaryKey, mapSingularKey, nullString, setCompositeKey, setDatasource, setMethodInvoker, setObjectManager, setPrimaryKey, setQueryCache, setQueryExecutionPool, setSingularKey, setTransaction
 
Methods inherited from class WEB-INF.cftags.component
 

Constructor Detail

init

public init(TransactionFactory transactionFactory)
Constructor

Parameters:
transactionFactory - the transaction factory
Method Detail

castValue

public string castValue(string column, string type)
Cast the value of this to another value

Parameters:
column - The column to write the 'NULL' for
type - Type to cast it to

writeNULL

private string writeNULL(string column, string type)
Null String for postgresql

Overrides:
writeNULL in class TransferSelecter
Parameters:
column - The column to write the 'NULL' for
type - The type to write the 'NULL' for

Transfer version 1.1