OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:autokeys
(Results
1 - 2
of
2
) sorted by null
/dalvik/libcore/sql/src/main/java/SQLite/JDBC2y/
JDBCStatement.java
247
public int executeUpdate(String sql, int
autokeys
)
249
if (
autokeys
!= Statement.NO_GENERATED_KEYS) {
265
public boolean execute(String sql, int
autokeys
)
267
if (
autokeys
!= Statement.NO_GENERATED_KEYS) {
JDBCConnection.java
382
public PreparedStatement prepareStatement(String sql, int
autokeys
)
384
if (
autokeys
!= Statement.NO_GENERATED_KEYS) {
Completed in 8145 milliseconds