Browse CVS Repository
Diff of /xoonips/AL/commonal.cc
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 22 |
* |
* |
| 23 |
* $Revision$ |
* $Revision$ |
| 24 |
* $Log$ |
* $Log$ |
| 25 |
|
* Revision 1.109 2005/09/09 01:29:27 aga4096 |
| 26 |
|
* ・refresh_item_status, update_item_statusがエラーになることがあるのを修正. |
| 27 |
|
* |
| 28 |
* Revision 1.108 2005/09/08 05:40:21 tani |
* Revision 1.108 2005/09/08 05:40:21 tani |
| 29 |
* freeStringArrayを定義. |
* freeStringArrayを定義. |
| 30 |
* selectiveHarvesting:OAIPMHのidentifierを返す. |
* selectiveHarvesting:OAIPMHのidentifierを返す. |
| 8199 |
SQLBindCol( s.getHstmt(), 1, SQL_C_ULONG, &iid , 0, &cbIID ); |
SQLBindCol( s.getHstmt(), 1, SQL_C_ULONG, &iid , 0, &cbIID ); |
| 8200 |
SQLBindCol( s.getHstmt(), 2, SQL_C_ULONG, &isDeleted , 0, &cbIsDeleted ); |
SQLBindCol( s.getHstmt(), 2, SQL_C_ULONG, &isDeleted , 0, &cbIsDeleted ); |
| 8201 |
|
|
| 8202 |
|
ret = RES_OK; |
| 8203 |
while ( SQLFetch( s.getHstmt() ) == SQL_SUCCESS ){ |
while ( SQLFetch( s.getHstmt() ) == SQL_SUCCESS ){ |
| 8204 |
string sql; |
string sql; |
| 8205 |
if ( cbIsDeleted == SQL_NULL_DATA ) |
if ( cbIsDeleted == SQL_NULL_DATA ) |
| 8230 |
SQLLEN cbIID = 0; |
SQLLEN cbIID = 0; |
| 8231 |
SQLBindCol( s.getHstmt(), 1, SQL_C_ULONG, &iid , 0, &cbIID ); |
SQLBindCol( s.getHstmt(), 1, SQL_C_ULONG, &iid , 0, &cbIID ); |
| 8232 |
|
|
| 8233 |
|
ret = RES_OK; |
| 8234 |
while ( SQLFetch( s.getHstmt() ) == SQL_SUCCESS ){ |
while ( SQLFetch( s.getHstmt() ) == SQL_SUCCESS ){ |
| 8235 |
string sql; |
string sql; |
| 8236 |
sql = "update " + dbprefix + "_xoonips_item_status " |
sql = "update " + dbprefix + "_xoonips_item_status " |
|
|
Legend:
| Removed from v.1.108 |
|
| changed lines |
| |
Added in v.1.109 |
|
|
| |