JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
SEARCH:
JavaScript is disabled on your browser.
A
C
D
E
G
I
L
N
O
Q
R
S
T
U
V
A
andEquals(String, Object)
- Method in class com.gusenov.github.
SQLiteUtils.QueryCriteria
andGreaterThan(String, Object)
- Method in class com.gusenov.github.
SQLiteUtils.QueryCriteria
andGreaterThanOrEqualTo(String, Object)
- Method in class com.gusenov.github.
SQLiteUtils.QueryCriteria
andLessThan(String, Object)
- Method in class com.gusenov.github.
SQLiteUtils.QueryCriteria
andLessThanOrEqualTo(String, Object)
- Method in class com.gusenov.github.
SQLiteUtils.QueryCriteria
andNotEqualTo(String, Object)
- Method in class com.gusenov.github.
SQLiteUtils.QueryCriteria
C
com.gusenov.github
- package com.gusenov.github
connectOrCreateNewDatabase(String)
- Static method in class com.gusenov.github.
SQLiteUtils
Подключиться к существующей БД или создать новую.
createNewTable(Connection, String, SortedMap<String, String>)
- Static method in class com.gusenov.github.
SQLiteUtils
Создать новую таблицу в БД.
D
delete(Connection, String, SQLiteUtils.QueryCriteria)
- Static method in class com.gusenov.github.
SQLiteUtils
Удалить строку или строки.
E
EQUALS
- com.gusenov.github.
SQLiteUtils.PredicateOperator
G
getLogger()
- Static method in class com.gusenov.github.
SQLiteUtils
getValues()
- Method in class com.gusenov.github.
SQLiteUtils.QueryCriteria
GREATER_THAN
- com.gusenov.github.
SQLiteUtils.PredicateOperator
GREATER_THAN_OR_EQUAL_TO
- com.gusenov.github.
SQLiteUtils.PredicateOperator
I
insert(Connection, String, SortedMap<String, Object>)
- Static method in class com.gusenov.github.
SQLiteUtils
L
LESS_THAN
- com.gusenov.github.
SQLiteUtils.PredicateOperator
LESS_THAN_OR_EQUAL_TO
- com.gusenov.github.
SQLiteUtils.PredicateOperator
N
NOT_EQUAL_TO
- com.gusenov.github.
SQLiteUtils.PredicateOperator
O
orEquals(String, Object)
- Method in class com.gusenov.github.
SQLiteUtils.QueryCriteria
orGreaterThan(String, Object)
- Method in class com.gusenov.github.
SQLiteUtils.QueryCriteria
orGreaterThanOrEqualTo(String, Object)
- Method in class com.gusenov.github.
SQLiteUtils.QueryCriteria
orLessThan(String, Object)
- Method in class com.gusenov.github.
SQLiteUtils.QueryCriteria
orLessThanOrEqualTo(String, Object)
- Method in class com.gusenov.github.
SQLiteUtils.QueryCriteria
orNotEqualTo(String, Object)
- Method in class com.gusenov.github.
SQLiteUtils.QueryCriteria
Q
QueryCriteria()
- Constructor for class com.gusenov.github.
SQLiteUtils.QueryCriteria
R
run(ResultSet)
- Method in interface com.gusenov.github.
SQLiteUtils.IQueryResultLoopBody
S
select(Connection, String, SQLiteUtils.IQueryResultLoopBody)
- Static method in class com.gusenov.github.
SQLiteUtils
Текстовый SQL-запрос строк из таблицы.
select(Connection, String, List<String>, SQLiteUtils.QueryCriteria, SQLiteUtils.IQueryResultLoopBody)
- Static method in class com.gusenov.github.
SQLiteUtils
setLogger(Logger)
- Static method in class com.gusenov.github.
SQLiteUtils
setValues(List<Object>)
- Method in class com.gusenov.github.
SQLiteUtils.QueryCriteria
SQLiteUtils
- Class in
com.gusenov.github
SQLiteUtils()
- Constructor for class com.gusenov.github.
SQLiteUtils
SQLiteUtils.IQueryResultLoopBody
- Interface in
com.gusenov.github
SQLiteUtils.PredicateOperator
- Enum in
com.gusenov.github
SQLiteUtils.QueryCriteria
- Class in
com.gusenov.github
T
toString()
- Method in class com.gusenov.github.
SQLiteUtils.QueryCriteria
U
update(Connection, String, SortedMap<String, Object>, SortedMap<String, Object>)
- Static method in class com.gusenov.github.
SQLiteUtils
V
valueOf(String)
- Static method in enum com.gusenov.github.
SQLiteUtils.PredicateOperator
Returns the enum constant of this type with the specified name.
values()
- Static method in enum com.gusenov.github.
SQLiteUtils.PredicateOperator
Returns an array containing the constants of this enum type, in the order they are declared.
A
C
D
E
G
I
L
N
O
Q
R
S
T
U
V
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
JavaScript is disabled on your browser.