$TetGenInstallationDirectory gives the top-level directory in which your TetGen installation resides.
$TetGenLibrary is the full path to the TetGen library loaded by TetGenLink.
JDBCDriver[args] specifies the configuration for connecting to a database produced by a specific vendor.
SQLArgument[arg1, arg2, ...] holds a sequence of arguments to an SQL query.
SQLConnection[...] is an object that represents a connection to a data source.
SQLDelete[conn, table] deletes the data in a table in an SQL connection.SQLDelete[conn, table, cond] deletes data that matches cond.
SQLInsert[conn, table, cols, data] inserts data into a table in an SQL connection.
SQLStringMatchQ[col, patt] specifies a condition in an SQL query used to test whether the value of a column matches a pattern. The actual format for the pattern varies from ...
GraphML
(Mathematica Import/Export Format) GraphML graph data format. Standard exchange for graphs. GraphML is an acronym derived from Graph Markup Language. XML-based format. Represents typed, attributed, directed, ...
MIDI
(Mathematica Import/Export Format) MIME type: audio/midi Standard MIDI file format. Audio format. Used for controlling electronic musical instruments, computer sound cards, and sequencers. Stores a sequence of ...