transfer.com.sql
Class TQLConverter
WEB-INF.cftags.component
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 |
|
init
public init()
-
Constructor
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