|
DataFaucet 1.0 Beta | ||||
| FRAMES | |||||
WEB-INF.cftags.component
datafaucet.system.agent.format
public class format
defines formatting methods for escaping, concatenatino, etc.
| Constructor Summary | |
|---|---|
init([string version=''])
|
|
| Method Summary | |
|---|---|
any |
concatenate(string sql, [boolean isorderby='false'])
replaces the || concatenation operator with the appropriate concatenation operator for the specified database while maintaining quoted literals |
string |
escape(string entity)
|
private string |
fixOrderby(string sql)
|
private any |
getDataFaucet()
|
private any |
getDataManager()
|
private any |
getDefaultLocalization()
|
struct |
getEntity(string entity, [any datasource=''])
|
string |
getFullTableName(string table, any datasource)
|
any |
getNextFromSequence(any datasource, string sequence)
|
private numeric |
getNumericScale(string number)
|
any |
getValidator()
|
string |
newID([any ActiveRecord=''])
|
private string |
newLine()
|
private struct |
qp(struct st)
|
private struct |
queryparam(struct st, [any localization=''])
|
private struct |
queryparam_bit(struct st='')
|
private struct |
queryparam_integer(struct st='', any localization)
|
private struct |
queryparam_numeric(struct st='', any localization)
|
private struct |
queryparam_timestamp(struct st='', any localization)
|
any |
raiseUnspecifiedEntityException(string entity)
|
private string |
replaceConcatenator(string sql, [boolean isorderby='false'])
|
| Methods inherited from class WEB-INF.cftags.component |
|---|
|
| Constructor Detail |
|---|
public init([string version=''])
version| Method Detail |
|---|
public any concatenate(string sql, [boolean isorderby='false'])
sqlisorderbypublic string escape(string entity)
entityprivate string fixOrderby(string sql)
sqlprivate any getDataFaucet()
private any getDataManager()
private any getDefaultLocalization()
public struct getEntity(string entity, [any datasource=''])
entitydatasourcepublic string getFullTableName(string table, any datasource)
tabledatasourcepublic any getNextFromSequence(any datasource, string sequence)
datasourcesequenceprivate numeric getNumericScale(string number)
numberpublic any getValidator()
public string newID([any ActiveRecord=''])
ActiveRecordprivate string newLine()
private struct qp(struct st)
stprivate struct queryparam(struct st, [any localization=''])
stlocalizationprivate struct queryparam_bit(struct st='')
stprivate struct queryparam_integer(struct st='', any localization)
stlocalizationprivate struct queryparam_numeric(struct st='', any localization)
stlocalizationprivate struct queryparam_timestamp(struct st='', any localization)
stlocalizationpublic any raiseUnspecifiedEntityException(string entity)
entityprivate string replaceConcatenator(string sql, [boolean isorderby='false'])
sqlisorderby
|
DataFaucet 1.0 Beta | ||||
| FRAMES | |||||