summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorVasu Nori <vnori@google.com>2009-10-20 15:16:35 -0700
committerVasu Nori <vnori@google.com>2009-11-20 14:09:24 -0800
commit5a03f36ef845f73eb4473193dbb0f93dd12a51af (patch)
treed5791b62e94ca116801c545dc55fa2729b6915cf /api
parent53e9c126f5fc39459554f0290a2c863f645d397a (diff)
downloadframeworks_base-5a03f36ef845f73eb4473193dbb0f93dd12a51af.zip
frameworks_base-5a03f36ef845f73eb4473193dbb0f93dd12a51af.tar.gz
frameworks_base-5a03f36ef845f73eb4473193dbb0f93dd12a51af.tar.bz2
maintain cache of statementids returned by sqlite upon compiling a sql stmnt
Diffstat (limited to 'api')
-rw-r--r--api/current.xml30
1 files changed, 27 insertions, 3 deletions
diff --git a/api/current.xml b/api/current.xml
index 8214c89..fed1e45 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -50825,6 +50825,17 @@
<exception name="SQLException" type="android.database.SQLException">
</exception>
</method>
+<method name="resetCompiledSqlCache"
+ return="void"
+ abstract="false"
+ native="false"
+ synchronized="false"
+ static="false"
+ final="false"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</method>
<method name="setLocale"
return="void"
abstract="false"
@@ -50851,6 +50862,19 @@
<parameter name="lockingEnabled" type="boolean">
</parameter>
</method>
+<method name="setMaxSqlCacheSize"
+ return="void"
+ abstract="false"
+ native="false"
+ synchronized="false"
+ static="false"
+ final="false"
+ deprecated="not deprecated"
+ visibility="public"
+>
+<parameter name="cacheSize" type="int">
+</parameter>
+</method>
<method name="setMaximumSize"
return="long"
abstract="false"
@@ -51411,7 +51435,7 @@
synchronized="false"
static="false"
final="false"
- deprecated="not deprecated"
+ deprecated="deprecated"
visibility="protected"
>
<parameter name="sql" type="java.lang.String">
@@ -51510,7 +51534,7 @@
synchronized="false"
static="false"
final="true"
- deprecated="not deprecated"
+ deprecated="deprecated"
visibility="protected"
>
<parameter name="sql" type="java.lang.String">
@@ -51523,7 +51547,7 @@
synchronized="false"
static="false"
final="true"
- deprecated="not deprecated"
+ deprecated="deprecated"
visibility="protected"
>
</method>