ContentsIndexHome
PreviousUpNext
IDataView.insert Method (Tuple, String)

Sets the given position to the specified value. If the specified position does not exist yet in the index domain(s), the index domain(s) will be extended. Applies to string valued data. 

 

Java
void insert(Tuple pos, 
                   String value);
Parameters 
Description 
Tuple pos 
The position.  
String value 
The value.