Package | Description |
---|---|
com.deltek.enterprise.system.applicationinterface |
Modifier and Type | Method and Description |
---|---|
RSColumn |
SelectBuilder.createRSColumn(java.lang.String text,
boolean isExpression)
Creates new RSColumn object
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<RSColumn> |
SelectBuilder.getRSColumns()
returns back the ArrayList of RSColumn objects
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
SelectBuilder.addRSColumns(java.util.ArrayList<RSColumn> rs)
Adds columns the select statement
|
java.lang.String |
SelectBuilder.replaceRSColumns(java.util.ArrayList<RSColumn> rs)
Replaces columns in the select statement
|