AnyLogic
Expand
Font size

Package com.anylogic.engine.connectivity


ClassDescription
ConnectivityBase
Base class for all connectivity objects
Database
Database connection manager class
DatabaseAccessor
Base class for all connectivity objects which use Database
DatabaseExcelStreamingMode
This class provides enum for excel streaming mode while reading it with database.
ExcelFile
Microsoft® ExcelTM File access utility
Insert
Object performing row insertion to the database table
This object is only available in the AnyLogic Professional
KeyValueTable<K,V>
An object that maps keys to values.
Query
Query object for database connectivity
Works in 2 modes: Returns ResultSet object (see Query.execute()) which can be iterated to retrieve result values Maps rows of database resulting table to the fields of newly created elements in collection or new Agents in agent population (see Query.executeAndMap())
This object is only available in the AnyLogic Professional
ResultSet
A table of data representing a database result set, which is usually generated by executing a statement that queries the database.
Statement
The object used for executing a static SQL statement and returning the results it produces.
TextFile
Text File access utility
TextFile.Mode
File operations mode constants
Update
Object performing rows update in the database table
This object is only available in the AnyLogic Professional