| com.teamkonzept.db.TKPrepQuery de.webman.form.db.queries.SelectFormProperties
SelectFormProperties | public class SelectFormProperties extends TKPrepQuery (Code) | | Selects all properties of the specified form definition.
Order |
Name |
Type |
Parameters |
1 |
de.webman.form.db.FormConstants.FORM_ID |
java.lang.Integer |
Results |
1 |
de.webman.form.db.FormConstants.FORM_ID |
java.lang.Integer |
2 |
de.webman.form.db.FormConstants.FORM_TYPE |
java.lang.Integer |
3 |
de.webman.form.db.FieldConstants.FIELD_NAME |
java.lang.String |
4 |
de.webman.form.db.FieldConstants.FIELD_SHOW_NAME |
java.lang.String |
author: $Author: uli $ version: $Revision: 1.2 $ |
execute | final public boolean execute() throws SQLException(Code) | | Executes the query.
true , if the query has been executedsuccessfully, otherwise false . throws: SQLException - if any error occurred during query execution. |
initQuery | public void initQuery(Connection connection)(Code) | | Initializes the query with the given connection.
Parameters: connection - the connection. |
setQueryParams | final public void setQueryParams(String name, Object value)(Code) | | Sets a query parameter.
Parameters: name - the parameter name. Parameters: value - the parameter value. |
|
|