Package ptolemy.actor.lib.database
Database actors.
- Since:
- Ptolemy II 7.1
-
Class Summary Class Description ArrayOfRecordsExporter Export an array of tokens to a file.ArrayOfRecordsRecorder An actor that displays an array of records that arrives on its input port.DatabaseInsert Insert the input arrays of records into the specified table.DatabaseManager A DatabaseManager.DatabaseQuery Issue a database query via the specified database manager.DatabaseSelect Select the columns from rows that match the specified pattern via the specified database manager.SQLStatement Issue a database statement via the specified database manager.