We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3097191 commit 94d5988Copy full SHA for 94d5988
sys/sqlite3/statement.go
@@ -135,9 +135,11 @@ func (s *Statement) IsBusy() bool {
135
}
136
137
// IsExplain returns true if the statement S is an EXPLAIN statement or an EXPLAIN QUERY PLAN
138
+/*
139
func (s *Statement) IsExplain() bool {
140
return intToBool(int(C.sqlite3_stmt_isexplain((*C.sqlite3_stmt)(s))))
141
142
+*/
143
144
// IsReadonly returns true if the statement makes no direct changes to the content of the database file.
145
func (s *Statement) IsReadonly() bool {
0 commit comments