public class CSVState extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
AND_CONJUNCTION |
static org.jspringbot.syntax.HighlightRobotLogger |
LOG |
static int |
MAX_LOG_LINES |
static String |
OR_DISJUNCTION |
public static final org.jspringbot.syntax.HighlightRobotLogger LOG
public static final String OR_DISJUNCTION
public static final String AND_CONJUNCTION
public static int MAX_LOG_LINES
public CSVState(String name)
public String getName()
public void createCriteria()
public void startDisjunction()
public void startConjunction()
public void endDisjunction()
public void endConjunction()
public void addColumnNameEqualsRestriction(String name, String value)
public void addColumnIndexEqualsRestriction(int index,
String value)
public int projectCount()
public String[] uniqueResult()
public String[] firstResult()
public String firstResultColumnIndex(int index)
public String lastResultColumnIndex(int index)
public String[] lastResult()
public void parseCSVString(String csv) throws IOException
IOExceptionpublic void appendCSVLine(String csv) throws IOException
IOExceptionpublic void setHeaders(String headers) throws IOException
IOExceptionpublic void setFirstLineAsHeader()
public String[] toLine(String csv) throws IOException
IOExceptionCopyright © 2018. All rights reserved.