[vala/wip/mjog/sqlite-statement-updates] vapi: Add missing SQL methods from Sqlite.Statement
- From: Michael Gratton <mjog src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/wip/mjog/sqlite-statement-updates] vapi: Add missing SQL methods from Sqlite.Statement
- Date: Mon, 5 Aug 2019 13:16:34 +0000 (UTC)
commit 08a1ded8ca5350778dd2624b943222241dc28093
Author: Michael Gratton <mike vee net>
Date: Mon Aug 5 23:15:27 2019 +1000
vapi: Add missing SQL methods from Sqlite.Statement
vapi/sqlite3.vapi | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/vapi/sqlite3.vapi b/vapi/sqlite3.vapi
index 07a16102f..84a41b821 100644
--- a/vapi/sqlite3.vapi
+++ b/vapi/sqlite3.vapi
@@ -397,6 +397,8 @@ namespace Sqlite {
public unowned string column_table_name (int col);
public unowned string column_origin_name (int col);
public unowned string sql ();
+ public string? expanded_sql ();
+ public unowned string normalised_sql ();
}
namespace Memory {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]