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
/libcore/sqlite-jdbc/src/main/java/SQLite/JDBC2z/
JDBCStatement.java
263
public int executeUpdate(String sql, int
autokeys
)
265
if (
autokeys
!= Statement.NO_GENERATED_KEYS) {
281
public boolean execute(String sql, int
autokeys
)
283
if (
autokeys
!= Statement.NO_GENERATED_KEYS) {
JDBCConnection.java
446
public PreparedStatement prepareStatement(String sql, int
autokeys
)
448
if (
autokeys
!= Statement.NO_GENERATED_KEYS) {
Completed in 34 milliseconds