Method Summary |
|
public MockResultSet | create(String id) Makes and returns a MockResultSet created from
an existing and valid XML Document . |
public MockResultSet | createSybaseResultSet(String id) Return a MockResultSet with proper column names and
rows based on the XML Document . |
public int | getDialect() Get the dialect of the XML Document |
public boolean | getTrim() Get whether or not trim is true or false. |
public File | getXMLFile() Get the File being used to read in the
ResultSet . |
public void | setDialect(int dialect) Set the dialect of the XML Document . |
public void | setTrim(boolean trim) Set if the column entries should be trimmed. |