TFORMer SDK - JAVA
7.0
|
Provides access to properties of a DataSourceParameter. More...
Public Member Functions | |
void | dispose () throws TFormerException |
Releases the resources allocated by this instance. | |
void | dump (PrintStream s) throws IOException, TFormerException |
Dumps the current instance into a text stream. | |
String | getCaption () throws TFormerException |
Gets the caption of the DataSourceParameter. | |
String | getComment () throws TFormerException |
Gets the comment of the DataSourceParameter. | |
String | getDefaultValue () throws TFormerException |
Gets the default value of the DataSourceParameter. | |
String | getDescription () throws TFormerException |
Gets the description of the DataSourceParameter. | |
String | getDisplayOrder () throws TFormerException |
Gets the display order of the DataSourceParameter. | |
String | getName () throws TFormerException |
Gets the name of the DataSourceParameter. | |
DataSourceParameter | getNext () throws TFormerException |
Gets the next DataSourceParameter defined in the DataSource. | |
void | setCaption (String sCaption) throws TFormerException |
Sets the caption of the DataSourceParameter. | |
void | setComment (String sComment) throws TFormerException |
Gets the comment of the DataSourceParameter. | |
void | setDefaultValue (String sDefaultValue) throws TFormerException |
Sets the default value of the DataSourceParameter. | |
void | setDescription (String sDescription) throws TFormerException |
Gets the description of the DataSourceParameter. | |
void | setDisplayOrder (String sDisplayOrder) throws TFormerException |
Sets the display order of the DataSourceParameter. | |
void | setName (String sName) throws TFormerException |
Sets the name of the DataSourceParameter. | |
String | toString () |
Returns a string representation of the instance. |
Provides access to properties of a DataSourceParameter.
SELECT * FROM tblOrders WHERE Order = [GetDSParam("parOrder")]
SELECT * FROM tblOrders WHERE Order = 4711
void dispose | ( | ) | throws TFormerException |
Releases the resources allocated by this instance.
Call this method in every case (even in case of exceptions) is this instance is not required anymore.
void dump | ( | PrintStream | s | ) | throws IOException, TFormerException |
Dumps the current instance into a text stream.
s | Instance of the stream |
String getCaption | ( | ) | throws TFormerException |
Gets the caption of the DataSourceParameter.
String getComment | ( | ) | throws TFormerException |
Gets the comment of the DataSourceParameter.
String getDefaultValue | ( | ) | throws TFormerException |
Gets the default value of the DataSourceParameter.
String getDescription | ( | ) | throws TFormerException |
Gets the description of the DataSourceParameter.
String getDisplayOrder | ( | ) | throws TFormerException |
Gets the display order of the DataSourceParameter.
String getName | ( | ) | throws TFormerException |
Gets the name of the DataSourceParameter.
DataSourceParameter getNext | ( | ) | throws TFormerException |
Gets the next DataSourceParameter defined in the DataSource.
A DataSource stores a list of DataSourceParameter objects. You can use this method to iterate through the list. To retrieve the first DataSourceParameter in the Project see DataSource.getFirstParameter.
null
void setCaption | ( | String | sCaption | ) | throws TFormerException |
Sets the caption of the DataSourceParameter.
sCaption | The caption of the DataSourceParameter |
void setComment | ( | String | sComment | ) | throws TFormerException |
Gets the comment of the DataSourceParameter.
sComment | The comment of the DataSourceParameter |
void setDefaultValue | ( | String | sDefaultValue | ) | throws TFormerException |
Sets the default value of the DataSourceParameter.
sDefaultValue | The default value of the DataSourceParameter |
void setDescription | ( | String | sDescription | ) | throws TFormerException |
Gets the description of the DataSourceParameter.
sDescription | The description of the DataSourceParameter |
void setDisplayOrder | ( | String | sDisplayOrder | ) | throws TFormerException |
Sets the display order of the DataSourceParameter.
sDisplayOrder | The display order of the DataSourceParameter |
void setName | ( | String | sName | ) | throws TFormerException |
Sets the name of the DataSourceParameter.
sName | The name of the DataSourceParameter |
String toString | ( | ) |
Returns a string representation of the instance.
© 2006-2012 - all rights reserved by TEC-IT Datenverarbeitung GmbH |
![]() |
Generated on Tue Oct 23 2012 16:33:20 for TFORMer SDK - JAVA with doxygen 1.8.0 |