TurtleDB
A mini distributed database system
|
Static Public Member Functions | |
static Table | parseFromCsv (String name, String s) |
Parses a table from a character string.
Definition at line 25 of file TableParser.java.
static Table ca.uqac.dim.turtledb.TableParser.parseFromCsv | ( | String | name, |
String | s | ||
) | [static] |
Builds a table from a character string. The string must follow these conventions:
#
or ---
are ignored name | The table's name |
data | The data |
Definition at line 42 of file TableParser.java.