OHyMoS.NET Class Library

OhInputDBPgSqlLong クラス

PostgreSQLのデータベースからデータ値が long 型であるデータパックを読み取る入力端子を表すクラスです。

このクラスはOhInputDBPgSqlを 継承しています。

The OhInputDBPgSqlLong class is a class of input port which reads in datapacks of type long from an input table in PostgreSQL database and sends them.

It extends OhInputDBPgSql class.

この型のすべてのメンバの一覧については、 OhInputDBPgSqlLong メンバを参照してください。

System.Object
   OhymosNet.OhObject
      OhymosNet.OhPort
         OhymosNet.OhSenderPort
            OhymosNet.OhSendPort
               OhymosNet.OhInputPort
                  OhymosNet.OhInputDB
                     OhymosNet.OhInputDBPgSql
                        OhymosNet.OhInputDBPgSqlLong

public class OhInputDBPgSqlLong : OhInputDBPgSql

解説

データベースからデータ記録時刻とデータ値を読み取り、データパックを作成します。 具体的にはmakeDataPack(DataRow)が テーブルの行データを与えられ、データパックへ変換します。

必要条件

名前空間: OhymosNet

アセンブリ: OhymosNet (OhymosNet.dll 内)

参照

OhInputDBPgSqlLong メンバ | OhymosNet 名前空間