Package | Description |
---|---|
com.ergotech.vib.historical |
Modifier and Type | Class and Description |
---|---|
class |
CachedDatabaseConnection
This is the superclass for historical manipulators.
|
class |
DatabaseArrayRawLookup |
class |
DatabaseColumnMetaDataArray
This server will produce an array of column names for the database associated
with the database connection.
|
class |
DatabaseRawLookup
This server will take any SQL statement and return the first element of the
first row returned from the query.
|
class |
DatabaseRawTableLookup
This server will take any SQL statement and return the
result as a TwoDimensionalValueObject
|
class |
DatabaseRawWrite
This database server is designed for Update or Insert SQL statements.
|
class |
DatabaseRowArrayLookup |
class |
DatabaseTableMetaDataArray
This server will produce an array of tablenames for the database associated
with the database connection.
|
class |
HistoricalDatabaseServer
This server retrieves data stored to a JDBC database which has a "triggered historical"
type table.
|
class |
TriggeredHistorical
This manipulator will store multiple values to a database whenever it is triggered.
|
Copyright © 1999-2025 ErgoTech Systems, Inc. All Rights Reserved.