SQLColumnInformation[conn] returns a list of information about the columns in an SQL connection.
SQLColumnNames[conn] returns a list of {table, name} pairs for each column in an SQL connection.
SQLCreateTable[conn, table, columns] creates a new table in an SQL connection.
MeanTest is superseded by the Mathematica kernel functions LocationTest, TTest, and ZTest. MeanDifferenceTest is superseded by the Mathematica kernel functions ...
SQLTables[conn] returns the SQLTable objects for each table in an SQL connection.
Solve::tdep MainSolve::tdep Roots::tdep Reduce::tdep System`Private`OldReduce::tdep Eliminate::tdep SolveAlways::tdep AlgebraicRules::tdep GroebnerBasis::tdep ...
There are a number of file formats for working with meshes. They are useful since they can be used as interchange formats between CAD programs. Some of these are supported by ...
Functionality in this package has been added to the built-in Mathematica kernel. Mode is replaced by the kernel function Commonest.
GraphLayout is an option to Graph and related functions that specifies what layout to use for graph components and collections of components.
SQLColumn[...] represents a column in an SQL table.