4301 - 4310 of 4505 for *HatSearch Results
SQLDelete   (DatabaseLink Symbol)
SQLDelete[conn, table] deletes the data in a table in an SQL connection.SQLDelete[conn, table, cond] deletes data that matches cond.
SQLDropTable   (DatabaseLink Symbol)
SQLDropTable[conn, table] drops a table in an SQL connection.
SQLExecute   (DatabaseLink Symbol)
SQLExecute[conn, command] executes a command in an SQL connection.SQLExecute[conn, command, args] passes arguments to the command.
SQLExpr   (DatabaseLink Symbol)
SQLExpr[expr] allows a Mathematica expression to be stored in a database.
SQLInsert   (DatabaseLink Symbol)
SQLInsert[conn, table, cols, data] inserts data into a table in an SQL connection.
SQLMemberQ   (DatabaseLink Symbol)
SQLMemberQ[data, column] specifies a condition in an SQL query used to test whether an element of a list matches the value of a column.
SQLResultSetClose   (DatabaseLink Symbol)
SQLResultSetClose[rs] closes a result set.
SQLResultSetColumnNames   (DatabaseLink Symbol)
SQLResultSetColumnNames[rs] returns a list of {table, column} pairs for each column in a result set.
SQLResultSetCurrent   (DatabaseLink Symbol)
SQLResultSetCurrent[rs] reads the current row from a result set.
SQLResultSetGoto   (DatabaseLink Symbol)
SQLResultSetGoto[rs, pos] sets the current position of a result set to pos.
1 ... 428|429|430|431|432|433|434 ... 451 Previous Next

...