Home
last modified time | relevance | path

Searched refs:ErrorCode_SQLiteCannotStep (Results 1 – 25 of 25) sorted by relevance

/dports/science/orthanc-mysql/OrthancMySQL-4.3/MySQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/SQLite/
H A DOrthancSQLiteException.h68 ErrorCode_SQLiteCannotStep, enumerator
125 case ErrorCode_SQLiteCannotStep: in EnumerationToString()
H A DStatement.cpp166 return CheckError(sqlite3_step(GetStatement()), ErrorCode_SQLiteCannotStep) == SQLITE_ROW; in Step()
/dports/science/orthanc/Orthanc-1.9.7/OrthancFramework/Sources/SQLite/
H A DOrthancSQLiteException.h68 ErrorCode_SQLiteCannotStep, enumerator
125 case ErrorCode_SQLiteCannotStep: in EnumerationToString()
H A DStatement.cpp166 return CheckError(sqlite3_step(GetStatement()), ErrorCode_SQLiteCannotStep) == SQLITE_ROW; in Step()
/dports/science/orthanc-dicomweb/OrthancDicomWeb-1.7/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/SQLite/
H A DOrthancSQLiteException.h68 ErrorCode_SQLiteCannotStep, enumerator
125 case ErrorCode_SQLiteCannotStep: in EnumerationToString()
H A DStatement.cpp166 return CheckError(sqlite3_step(GetStatement()), ErrorCode_SQLiteCannotStep) == SQLITE_ROW; in Step()
/dports/science/orthanc-webviewer/OrthancWebViewer-2.7/ThirdPartyDownloads/Orthanc-1.8.1/OrthancFramework/Sources/SQLite/
H A DOrthancSQLiteException.h68 ErrorCode_SQLiteCannotStep, enumerator
125 case ErrorCode_SQLiteCannotStep: in EnumerationToString()
H A DStatement.cpp166 return CheckError(sqlite3_step(GetStatement()), ErrorCode_SQLiteCannotStep) == SQLITE_ROW; in Step()
/dports/science/orthanc-postgresql/OrthancPostgreSQL-4.0/PostgreSQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/SQLite/
H A DOrthancSQLiteException.h68 ErrorCode_SQLiteCannotStep, enumerator
125 case ErrorCode_SQLiteCannotStep: in EnumerationToString()
H A DStatement.cpp166 return CheckError(sqlite3_step(GetStatement()), ErrorCode_SQLiteCannotStep) == SQLITE_ROW; in Step()
/dports/science/orthanc-mysql/OrthancMySQL-4.3/MySQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/
H A DEnumerations.h150 ErrorCode_SQLiteCannotStep = 1010 /*!< SQLite: Cannot step over a cached statement */, enumerator
H A DEnumerations.cpp226 case ErrorCode_SQLiteCannotStep: in EnumerationToString()
/dports/science/orthanc-postgresql/OrthancPostgreSQL-4.0/PostgreSQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/
H A DEnumerations.h150 ErrorCode_SQLiteCannotStep = 1010 /*!< SQLite: Cannot step over a cached statement */, enumerator
H A DEnumerations.cpp226 case ErrorCode_SQLiteCannotStep: in EnumerationToString()
/dports/science/orthanc-dicomweb/OrthancDicomWeb-1.7/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/
H A DEnumerations.h150 ErrorCode_SQLiteCannotStep = 1010 /*!< SQLite: Cannot step over a cached statement */, enumerator
H A DEnumerations.cpp226 case ErrorCode_SQLiteCannotStep: in EnumerationToString()
/dports/science/orthanc-webviewer/OrthancWebViewer-2.7/ThirdPartyDownloads/Orthanc-1.8.1/OrthancFramework/Sources/
H A DEnumerations.h146 ErrorCode_SQLiteCannotStep = 1010 /*!< SQLite: Cannot step over a cached statement */, enumerator
H A DEnumerations.cpp217 case ErrorCode_SQLiteCannotStep: in EnumerationToString()
/dports/science/orthanc/Orthanc-1.9.7/OrthancFramework/Sources/
H A DEnumerations.h150 ErrorCode_SQLiteCannotStep = 1010 /*!< SQLite: Cannot step over a cached statement */, enumerator
H A DEnumerations.cpp226 case ErrorCode_SQLiteCannotStep: in EnumerationToString()
/dports/science/orthanc-webviewer/OrthancWebViewer-2.7/ThirdPartyDownloads/Orthanc-1.8.1/OrthancServer/Sources/
H A Dmain.cpp773 PrintErrorCode(ErrorCode_SQLiteCannotStep, "SQLite: Cannot step over a cached statement"); in PrintErrors()
/dports/science/orthanc-dicomweb/OrthancDicomWeb-1.7/ThirdPartyDownloads/Orthanc-1.9.3/OrthancServer/Sources/
H A Dmain.cpp785 PrintErrorCode(ErrorCode_SQLiteCannotStep, "SQLite: Cannot step over a cached statement"); in PrintErrors()
/dports/science/orthanc-mysql/OrthancMySQL-4.3/MySQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancServer/Sources/
H A Dmain.cpp785 PrintErrorCode(ErrorCode_SQLiteCannotStep, "SQLite: Cannot step over a cached statement"); in PrintErrors()
/dports/science/orthanc/Orthanc-1.9.7/OrthancServer/Sources/
H A Dmain.cpp799 PrintErrorCode(ErrorCode_SQLiteCannotStep, "SQLite: Cannot step over a cached statement"); in PrintErrors()
/dports/science/orthanc-postgresql/OrthancPostgreSQL-4.0/PostgreSQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancServer/Sources/
H A Dmain.cpp785 PrintErrorCode(ErrorCode_SQLiteCannotStep, "SQLite: Cannot step over a cached statement"); in PrintErrors()