コード例 #1
0
ファイル: ResultInfo.cs プロジェクト: CUBRID/cubrid-adonet
 internal ResultInfo(CUBRIDStatementType stmtType, int resultCount, CUBRIDOid oid, int cacheTimeSec,
                     int cacheTImeUsec)
 {
   StmtType = stmtType;
   ResultCount = resultCount;
   Oid = oid;
   CacheTimeSec = cacheTimeSec;
   CacheTimeUsec = cacheTImeUsec;
 }
コード例 #2
0
 internal ResultInfo(CUBRIDStatementType stmtType, int resultCount, CUBRIDOid oid, int cacheTimeSec,
                     int cacheTImeUsec)
 {
     StmtType      = stmtType;
     ResultCount   = resultCount;
     Oid           = oid;
     CacheTimeSec  = cacheTimeSec;
     CacheTimeUsec = cacheTImeUsec;
 }