|
Transfer version 1.1 | ||||
| FRAMES | |||||
WEB-INF.cftags.component
transfer.com.sql.AbstractBaseTransfer
transfer.com.sql.TransferSelecter
transfer.com.sql.mssql.TransferSelecter
public class TransferSelecter
Builds a Query out of BO data, for MSSQL
| Method Summary | |
|---|---|
private void |
appendCompositeKeyValue(any buffer, string table, string column)
appends the composite key value to the buffer |
string |
castValue(string column, string type)
Cast the value of this to another value |
private string |
writeConcat()
writes concat seperator |
| Methods inherited from class WEB-INF.cftags.component |
|---|
|
| Constructor Detail |
|---|
public init()
| Method Detail |
|---|
private void appendCompositeKeyValue(any buffer, string table, string column)
appendCompositeKeyValue
in class
TransferSelecter
buffer - the string buffertable - the name of the tablecolumn - the column to addpublic string castValue(string column, string type)
column - The column to write the 'NULL' fortype - Type to cast it toprivate string writeConcat()
writeConcat
in class
TransferSelecter
|
Transfer version 1.1 | ||||
| FRAMES | |||||