Home
last modified time | relevance | path

Searched refs:GetSQLStatement (Results 1 – 20 of 20) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/activity_log/
H A Dfullstream_ui_policy.cc250 << statement.GetSQLStatement(); in DoRemoveActions()
281 << statement.GetSQLStatement(); in DoRemoveURLs()
303 << statement.GetSQLStatement(); in DoRemoveURLs()
316 << statement.GetSQLStatement(); in DoRemoveURLs()
345 << statement.GetSQLStatement(); in DoRemoveExtensionData()
365 << statement.GetSQLStatement(); in DoDeleteDatabase()
373 << statement.GetSQLStatement(); in DoDeleteDatabase()
H A Dcounting_policy.cc553 << statement.GetSQLStatement(); in DoRemoveActions()
587 << statement.GetSQLStatement(); in DoRemoveURLs()
612 << statement.GetSQLStatement(); in DoRemoveURLs()
626 << statement.GetSQLStatement(); in DoRemoveURLs()
666 << statement.GetSQLStatement(); in DoRemoveExtensionData()
688 << statement.GetSQLStatement(); in DoDeleteDatabase()
697 << statement.GetSQLStatement(); in DoDeleteDatabase()
706 << statement.GetSQLStatement(); in DoDeleteDatabase()
714 << statement.GetSQLStatement(); in DoDeleteDatabase()
/dports/editors/lazarus/lazarus/tools/lazdatadesktop/
H A Dfrmgeneratesql.pp76 function GetSQLStatement(Index: integer): TStrings;
92 Property SelectSQL : TStrings Index 0 Read GetSQLStatement;
93 Property InsertSQL : TStrings Index 1 Read GetSQLStatement;
94 Property UpdateSQL : TStrings Index 2 Read GetSQLStatement;
95 Property DeleteSQL : TStrings Index 3 Read GetSQLStatement;
96 Property CreateSQL : TStrings Index 4 Read GetSQLStatement;
154 function TGenerateSQLForm.GetSQLStatement(Index: integer): TStrings;
/dports/editors/lazarus-qt5/lazarus/tools/lazdatadesktop/
H A Dfrmgeneratesql.pp76 function GetSQLStatement(Index: integer): TStrings;
92 Property SelectSQL : TStrings Index 0 Read GetSQLStatement;
93 Property InsertSQL : TStrings Index 1 Read GetSQLStatement;
94 Property UpdateSQL : TStrings Index 2 Read GetSQLStatement;
95 Property DeleteSQL : TStrings Index 3 Read GetSQLStatement;
96 Property CreateSQL : TStrings Index 4 Read GetSQLStatement;
154 function TGenerateSQLForm.GetSQLStatement(Index: integer): TStrings;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/tools/lazdatadesktop/
H A Dfrmgeneratesql.pp76 function GetSQLStatement(Index: integer): TStrings;
92 Property SelectSQL : TStrings Index 0 Read GetSQLStatement;
93 Property InsertSQL : TStrings Index 1 Read GetSQLStatement;
94 Property UpdateSQL : TStrings Index 2 Read GetSQLStatement;
95 Property DeleteSQL : TStrings Index 3 Read GetSQLStatement;
96 Property CreateSQL : TStrings Index 4 Read GetSQLStatement;
154 function TGenerateSQLForm.GetSQLStatement(Index: integer): TStrings;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/tools/lazdatadesktop/
H A Dfrmgeneratesql.pp76 function GetSQLStatement(Index: integer): TStrings;
92 Property SelectSQL : TStrings Index 0 Read GetSQLStatement;
93 Property InsertSQL : TStrings Index 1 Read GetSQLStatement;
94 Property UpdateSQL : TStrings Index 2 Read GetSQLStatement;
95 Property DeleteSQL : TStrings Index 3 Read GetSQLStatement;
96 Property CreateSQL : TStrings Index 4 Read GetSQLStatement;
154 function TGenerateSQLForm.GetSQLStatement(Index: integer): TStrings;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/sqldb/
H A Dgeneratesqldlg.pp91 function GetSQLStatement(Index: integer): TStrings;
107 Property SelectSQL : TStrings Index 0 Read GetSQLStatement;
108 Property InsertSQL : TStrings Index 1 Read GetSQLStatement;
109 Property UpdateSQL : TStrings Index 2 Read GetSQLStatement;
110 Property DeleteSQL : TStrings Index 3 Read GetSQLStatement;
111 Property RefreshSQL : TStrings Index 4 Read GetSQLStatement;
415 function TGenerateSQLForm.GetSQLStatement(Index: integer): TStrings;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/sqldb/
H A Dgeneratesqldlg.pp91 function GetSQLStatement(Index: integer): TStrings;
107 Property SelectSQL : TStrings Index 0 Read GetSQLStatement;
108 Property InsertSQL : TStrings Index 1 Read GetSQLStatement;
109 Property UpdateSQL : TStrings Index 2 Read GetSQLStatement;
110 Property DeleteSQL : TStrings Index 3 Read GetSQLStatement;
111 Property RefreshSQL : TStrings Index 4 Read GetSQLStatement;
415 function TGenerateSQLForm.GetSQLStatement(Index: integer): TStrings;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/sql/
H A Dstatement.h151 const char* GetSQLStatement(); in COMPONENT_EXPORT()
H A Dstatement.cc286 const char* Statement::GetSQLStatement() { in GetSQLStatement() function in sql::Statement
H A Dsqlite_features_unittest.cc37 const char* text = stmt ? stmt->GetSQLStatement() : nullptr; in CaptureErrorCallback()
H A Ddatabase.cc497 stmt->GetSQLStatement()); in CollectErrorInfo()
1625 sql = stmt->GetSQLStatement(); in OnSqliteError()
/dports/www/chromium-legacy/chromium-88.0.4324.182/sql/
H A Dstatement.h152 const char* GetSQLStatement(); in COMPONENT_EXPORT()
H A Dstatement.cc285 const char* Statement::GetSQLStatement() { in GetSQLStatement() function in sql::Statement
H A Dsqlite_features_unittest.cc37 const char* text = stmt ? stmt->GetSQLStatement() : nullptr; in CaptureErrorCallback()
H A Ddatabase.cc495 stmt->GetSQLStatement()); in CollectErrorInfo()
1700 sql = stmt->GetSQLStatement(); in OnSqliteError()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/password_manager/core/browser/
H A Dsql_table_builder_unittest.cc64 VLOG(0) << "statement string = " << statement->GetSQLStatement(); in PrintDBError()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/password_manager/core/browser/
H A Dsql_table_builder_unittest.cc67 VLOG(0) << "statement string = " << statement->GetSQLStatement(); in PrintDBError()
/dports/databases/grass7/grass-7.8.6/gui/wxpython/dbmgr/
H A Dsqlbuilder.py464 def GetSQLStatement(self): member in SQLBuilder
H A Dbase.py2146 sqlstr = self.builder.GetSQLStatement()