Transfer version 1.1

transfer.com.sql
Class TQLConverter

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

public class TQLConverter
extends WEB-INF.cftags.component

Converts TQL statements back to regular SQL


Constructor Summary
init()
          Constructor
 
Method Summary
 string replaceProperties(Object object, string whereSQL, [string table='[runtime expression]'])
          replaces {property} calls
 
Methods inherited from class WEB-INF.cftags.component
 

Constructor Detail

init

public init()
Constructor

Method Detail

replaceProperties

public string replaceProperties(Object object, string whereSQL, [string table='[runtime expression]'])
replaces {property} calls

Parameters:
object - The object the properties are read from
whereSQL - The Where SQL statement
table - The table to map this property to, default to the object's table

Transfer version 1.1