|
DataFaucet 1.0 Beta | ||||
| FRAMES | |||||
WEB-INF.cftags.component
datafaucet.system.sql.duck
datafaucet.system.sql.simplefiltergroup
datafaucet.system.sql.filtergroup
datafaucet.system.sql.statement
datafaucet.system.sql.insertablestatement
datafaucet.system.sql.insert
public class insert
creates a sql insert statement - this statement is not filtered and can not be unioned or joined
| Constructor Summary | |
|---|---|
init(string table, [struct insertdata='[runtime expression]'], [any datasource=''])
|
|
| Method Summary | |
|---|---|
any |
execute()
|
any |
filter()
it's easier for other components to use the insert object if it merely ignores filters rather than producing an error |
string |
getSyntax()
|
any |
setNull(string columnList)
|
| Methods inherited from class datafaucet.system.sql.insertablestatement |
|---|
getColumn, increment, incrementDate, setColumn, set_insertData
|
| Methods inherited from class WEB-INF.cftags.component |
|---|
|
| Constructor Detail |
|---|
public init(string table, [struct insertdata='[runtime expression]'], [any datasource=''])
table - the database table to insert a record intoinsertdata - a collection of data for insert / update operationsdatasource| Method Detail |
|---|
public any execute()
execute
in class
statement
public any filter()
filter
in class
filtergroup
public string getSyntax()
getSyntax
in class
statement
public any setNull(string columnList)
columnList
|
DataFaucet 1.0 Beta | ||||
| FRAMES | |||||