Package com.xj.anylogic.engine.connectivity

Class Summary
Database Database connection manager class
ExcelFile Microsoft® ExcelTM File access utility This class is a representation of a workbook.
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 ActiveObjects in the Replicated Active Object element (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 Write mode description:
This object has following methods for writing to the file: print(value) - prints given value to the file: TextFile.print(double), TextFile.print(String), etc.
Update Object performing rows update in the database table
This object is only available in the AnyLogic Professional
 



Copyright © 1991-2008 XJ Technlogies. All Rights Reserved.