Documentation

Trace:

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
jvx:reference [2020/06/10 13:18]
cduncan [DataType]
jvx:reference [2020/06/10 13:20]
cduncan [DataRow]
Line 642: Line 642:
 It is possible to add new datatypes by simply implementing ''​%%IDataType%%''​. It is possible to add new datatypes by simply implementing ''​%%IDataType%%''​.
  
-===== DataRow ​=====+===== Data Row =====
  
-The DataRow repesents ​a single row of datait holds/​references its own RowDefinition ​and of course provides access to the values of the row. Accessing the DataRow ​can be done either by column index or column name, and the methods ​do either return or accept ​Objects. Let’s look at a simple usage example:+The data row represents ​a single row of datait holds/​references its own row definition ​andof courseprovides access to the values of the row. Accessing the  data row can be done either by column index or column name, and the methods either return or accept ​objects. Let’s look at a simple usage example:
  
 <code java> <code java>
This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information