public class RQueryBuilder
extends java.lang.Object
| Constructor and Description | 
|---|
RQueryBuilder()
Default constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
writeMatlabCode(java.io.Writer writer,
               Query query)
Generate Matlab code that will execute a given query. 
 | 
public void writeMatlabCode(java.io.Writer writer,
                            Query query)
                     throws java.io.IOException
writer - the writer object to which the code will be writtenquery - the queryjava.io.IOException - write error