Index
Alle Klassen und Schnittstellen|Alle Packages
A
- addColumn(String, String) - Statische Methode in Klasse ch.framedev.javasqliteutils.SQLite
- addColumn(String, String) - Methode in Klasse ch.framedev.javasqliteutils.SQLiteV2
-
Adds a new column to an existing table.
- addColumnAsync(String, String, Callback<Boolean>) - Statische Methode in Klasse ch.framedev.javasqliteutils.SQLite
- addColumnAsync(String, String, Callback<Boolean>) - Methode in Klasse ch.framedev.javasqliteutils.SQLiteV2
-
Asynchronously adds a new column to an existing table.
B
- build() - Methode in Klasse ch.framedev.javasqliteutils.SQLiteV2.Builder
- Builder() - Konstruktor für Klasse ch.framedev.javasqliteutils.SQLiteV2.Builder
C
- Callback<T> - Schnittstelle in ch.framedev.javasqliteutils
- ch.framedev.javasqliteutils - Package ch.framedev.javasqliteutils
- close() - Statische Methode in Klasse ch.framedev.javasqliteutils.SQLite
- close() - Methode in Klasse ch.framedev.javasqliteutils.SQLiteV2
- connect() - Statische Methode in Klasse ch.framedev.javasqliteutils.SQLite
- connect() - Methode in Klasse ch.framedev.javasqliteutils.SQLiteV2
- connectAsync(Callback<Connection>) - Statische Methode in Klasse ch.framedev.javasqliteutils.SQLite
- connectAsync(Callback<Connection>) - Methode in Klasse ch.framedev.javasqliteutils.SQLiteV2
- connection - Statische Variable in Klasse ch.framedev.javasqliteutils.SQLite
- connection - Variable in Klasse ch.framedev.javasqliteutils.SQLiteV2
- createTable(String, boolean, String[]) - Statische Methode in Klasse ch.framedev.javasqliteutils.SQLite
- createTable(String, boolean, String[]) - Methode in Klasse ch.framedev.javasqliteutils.SQLiteV2
-
Creates a table with the specified name and columns.
- createTableAsync(String, boolean, String[], Callback<Boolean>) - Statische Methode in Klasse ch.framedev.javasqliteutils.SQLite
-
Erstelle einen Table mit einem Table Name und verschiedene Column
- createTableAsync(String, boolean, String[], Callback<Boolean>) - Methode in Klasse ch.framedev.javasqliteutils.SQLiteV2
-
Asynchronously creates a table with the specified name and columns.
D
- deleteDataInTable(String, String) - Statische Methode in Klasse ch.framedev.javasqliteutils.SQLite
- deleteDataInTable(String, String) - Methode in Klasse ch.framedev.javasqliteutils.SQLiteV2
-
Deletes data from a specified table based on a condition.
- deleteDataInTable(String, String, String, String, String) - Statische Methode in Klasse ch.framedev.javasqliteutils.SQLite
- deleteDataInTable(String, String, String, String, String) - Methode in Klasse ch.framedev.javasqliteutils.SQLiteV2
-
Deletes data from a specified table based on two conditions.
- deleteDataInTableAsync(String, String, Callback<Boolean>) - Statische Methode in Klasse ch.framedev.javasqliteutils.SQLite
- deleteDataInTableAsync(String, String, Callback<Boolean>) - Methode in Klasse ch.framedev.javasqliteutils.SQLiteV2
-
Asynchronously deletes data from a specified table based on a condition.
- deleteDataInTableAsync(String, String, String, String, String, Callback<Boolean>) - Statische Methode in Klasse ch.framedev.javasqliteutils.SQLite
- deleteDataInTableAsync(String, String, String, String, String, Callback<Boolean>) - Methode in Klasse ch.framedev.javasqliteutils.SQLiteV2
-
Asynchronously deletes data from a specified table based on two conditions.
E
- exists(String, String[], String[]) - Methode in Klasse ch.framedev.javasqliteutils.SQLiteV2
-
Asynchronously checks if a record exists in a specified table based on two conditions.
- exists(String, String, String) - Statische Methode in Klasse ch.framedev.javasqliteutils.SQLite
- exists(String, String, String) - Methode in Klasse ch.framedev.javasqliteutils.SQLiteV2
-
Checks if a record exists in a specified table based on a column and data.
- exists(String, String, String, String, String) - Statische Methode in Klasse ch.framedev.javasqliteutils.SQLite
- exists(String, String, String, String, String) - Methode in Klasse ch.framedev.javasqliteutils.SQLiteV2
-
Checks if a record exists in a specified table based on two conditions.
- existsAsync(String, String, String, Callback<Boolean>) - Statische Methode in Klasse ch.framedev.javasqliteutils.SQLite
- existsAsync(String, String, String, Callback<Boolean>) - Methode in Klasse ch.framedev.javasqliteutils.SQLiteV2
-
Asynchronously checks if a record exists in a specified table based on a column and data.
- existsAsync(String, String, String, String, String, Callback<Boolean>) - Statische Methode in Klasse ch.framedev.javasqliteutils.SQLite
- existsAsync(String, String, String, String, String, Callback<Boolean>) - Methode in Klasse ch.framedev.javasqliteutils.SQLiteV2
-
Asynchronously checks if a record exists in a specified table based on two conditions.
G
- get(String, String[], String[], Object[]) - Methode in Klasse ch.framedev.javasqliteutils.SQLiteV2
-
Asynchronously retrieves multiple values from a specified table based on a column and data.
- get(String, String[], String, Object) - Statische Methode in Klasse ch.framedev.javasqliteutils.SQLite
- get(String, String[], String, Object) - Methode in Klasse ch.framedev.javasqliteutils.SQLiteV2
-
Retrieves multiple values from a specified table based on a column and data.
- get(String, String, String[], Object[]) - Methode in Klasse ch.framedev.javasqliteutils.SQLiteV2
-
Asynchronously retrieves a single value from a specified table based on a column and data.
- get(String, String, String, Object) - Statische Methode in Klasse ch.framedev.javasqliteutils.SQLite
- get(String, String, String, Object) - Methode in Klasse ch.framedev.javasqliteutils.SQLiteV2
-
Retrieves a single value from a specified table based on a column and data.
- get(String, String, String, Object, Class<T>) - Statische Methode in Klasse ch.framedev.javasqliteutils.SQLite
- get(String, String, String, Object, Class<T>) - Methode in Klasse ch.framedev.javasqliteutils.SQLiteV2
-
Retrieves a single value from a specified table based on a column and data, with type casting.
- getAsync(String, String[], String, Object, Callback<List<Object>>) - Statische Methode in Klasse ch.framedev.javasqliteutils.SQLite
- getAsync(String, String[], String, Object, Callback<List<Object>>) - Methode in Klasse ch.framedev.javasqliteutils.SQLiteV2
-
Asynchronously retrieves multiple values from a specified table based on a column and data.
- getAsync(String, String, String, Object, Callback<Object>) - Statische Methode in Klasse ch.framedev.javasqliteutils.SQLite
- getAsync(String, String, String, Object, Callback<Object>) - Methode in Klasse ch.framedev.javasqliteutils.SQLiteV2
-
Asynchronously retrieves a single value from a specified table based on a column and data.
- getAsync(String, String, String, Object, Class<T>, Callback<T>) - Statische Methode in Klasse ch.framedev.javasqliteutils.SQLite
- getAsync(String, String, String, Object, Class<T>, Callback<T>) - Methode in Klasse ch.framedev.javasqliteutils.SQLiteV2
-
Asynchronously retrieves a single value from a specified table based on a column and data, with type casting.
- getDatabase() - Methode in Klasse ch.framedev.javasqliteutils.JsonConnection
- getFileName() - Methode in Klasse ch.framedev.javasqliteutils.JsonConnection
- getHost() - Methode in Klasse ch.framedev.javasqliteutils.JsonConnection
- getOptional(String, String, String[], Object[]) - Methode in Klasse ch.framedev.javasqliteutils.SQLiteV2
- getOptional(String, String, String, Object, Class<T>) - Methode in Klasse ch.framedev.javasqliteutils.SQLiteV2
- getPassword() - Methode in Klasse ch.framedev.javasqliteutils.JsonConnection
- getPath() - Methode in Klasse ch.framedev.javasqliteutils.JsonConnection
- getPort() - Methode in Klasse ch.framedev.javasqliteutils.JsonConnection
- getUser() - Methode in Klasse ch.framedev.javasqliteutils.JsonConnection
I
- insertData(String, Object[], String[]) - Statische Methode in Klasse ch.framedev.javasqliteutils.SQLite
- insertData(String, Object[], String[]) - Methode in Klasse ch.framedev.javasqliteutils.SQLiteV2
-
Inserts data into a specified table with the given columns.
- insertDataAsync(String, Object[], String[], Callback<Boolean>) - Statische Methode in Klasse ch.framedev.javasqliteutils.SQLite
- insertDataAsync(String, Object[], String[], Callback<Boolean>) - Methode in Klasse ch.framedev.javasqliteutils.SQLiteV2
-
Asynchronously inserts data into a specified table with the given columns.
- isMysql() - Methode in Klasse ch.framedev.javasqliteutils.JsonConnection
- isSql() - Methode in Klasse ch.framedev.javasqliteutils.JsonConnection
- isTableExists(String) - Statische Methode in Klasse ch.framedev.javasqliteutils.SQLite
- isTableExists(String) - Methode in Klasse ch.framedev.javasqliteutils.SQLiteV2
-
Checks if a table exists in the SQLite database.
- isTableExistsAsync(String, Callback<Boolean>) - Statische Methode in Klasse ch.framedev.javasqliteutils.SQLite
- isTableExistsAsync(String, Callback<Boolean>) - Methode in Klasse ch.framedev.javasqliteutils.SQLiteV2
-
Asynchronously checks if a table exists in the SQLite database.
J
- JsonConnection - Klasse in ch.framedev.javasqliteutils
- JsonConnection(String, String) - Konstruktor für Klasse ch.framedev.javasqliteutils.JsonConnection
- JsonConnection(String, String, String, String) - Konstruktor für Klasse ch.framedev.javasqliteutils.JsonConnection
- JsonConnection(String, String, String, String, int) - Konstruktor für Klasse ch.framedev.javasqliteutils.JsonConnection
O
- onError(Exception) - Methode in Schnittstelle ch.framedev.javasqliteutils.Callback
- onResult(T) - Methode in Schnittstelle ch.framedev.javasqliteutils.Callback
R
- removeColumn(String, String) - Statische Methode in Klasse ch.framedev.javasqliteutils.SQLite
- removeColumn(String, String) - Methode in Klasse ch.framedev.javasqliteutils.SQLiteV2
-
Removes a column from an existing table.
- removeColumnAsync(String, String, Callback<Boolean>) - Statische Methode in Klasse ch.framedev.javasqliteutils.SQLite
- removeColumnAsync(String, String, Callback<Boolean>) - Methode in Klasse ch.framedev.javasqliteutils.SQLiteV2
-
Asynchronously removes a column from an existing table.
S
- setDatabase(String) - Methode in Klasse ch.framedev.javasqliteutils.JsonConnection
- setFileName(String) - Methode in Klasse ch.framedev.javasqliteutils.JsonConnection
- setFileName(String) - Methode in Klasse ch.framedev.javasqliteutils.SQLiteV2.Builder
- setHost(String) - Methode in Klasse ch.framedev.javasqliteutils.JsonConnection
- setMysql(boolean) - Methode in Klasse ch.framedev.javasqliteutils.JsonConnection
- setPassword(String) - Methode in Klasse ch.framedev.javasqliteutils.JsonConnection
- setPath(String) - Methode in Klasse ch.framedev.javasqliteutils.JsonConnection
- setPath(String) - Methode in Klasse ch.framedev.javasqliteutils.SQLiteV2.Builder
- setPort(int) - Methode in Klasse ch.framedev.javasqliteutils.JsonConnection
- setSql(boolean) - Methode in Klasse ch.framedev.javasqliteutils.JsonConnection
- setUser(String) - Methode in Klasse ch.framedev.javasqliteutils.JsonConnection
- showColumns(String) - Statische Methode in Klasse ch.framedev.javasqliteutils.SQLite
- showColumns(String) - Methode in Klasse ch.framedev.javasqliteutils.SQLiteV2
-
Retrieves the names of all columns in a specified table.
- showColumnsAsync(String, Callback<List<String>>) - Statische Methode in Klasse ch.framedev.javasqliteutils.SQLite
- showColumnsAsync(String, Callback<List<String>>) - Methode in Klasse ch.framedev.javasqliteutils.SQLiteV2
-
Asynchronously retrieves the names of all columns in a specified table.
- SQLite - Klasse in ch.framedev.javasqliteutils
-
This Plugin was Created by FrameDev Package : mysql Date: 07.03.21 Project: untitled Copyrighted by FrameDev
- SQLite(JsonConnection) - Konstruktor für Klasse ch.framedev.javasqliteutils.SQLite
- SQLite(String, String) - Konstruktor für Klasse ch.framedev.javasqliteutils.SQLite
- SQLiteV2 - Klasse in ch.framedev.javasqliteutils
-
This Plugin was Created by FrameDev Package : mysql Date: 07.03.21 Project: untitled Copyrighted by FrameDev
- SQLiteV2(String, String) - Konstruktor für Klasse ch.framedev.javasqliteutils.SQLiteV2
- SQLiteV2.Builder - Klasse in ch.framedev.javasqliteutils
T
- toString() - Methode in Klasse ch.framedev.javasqliteutils.JsonConnection
U
- updateData(String, String[], Object[], String) - Statische Methode in Klasse ch.framedev.javasqliteutils.SQLite
- updateData(String, String[], Object[], String) - Methode in Klasse ch.framedev.javasqliteutils.SQLiteV2
-
Updates data in a specified table with multiple columns.
- updateData(String, String, Object, String) - Statische Methode in Klasse ch.framedev.javasqliteutils.SQLite
- updateData(String, String, Object, String) - Methode in Klasse ch.framedev.javasqliteutils.SQLiteV2
-
Updates data in a specified table.
- updateDataAsync(String, String[], Object[], String, Callback<Boolean>) - Statische Methode in Klasse ch.framedev.javasqliteutils.SQLite
- updateDataAsync(String, String[], Object[], String, Callback<Boolean>) - Methode in Klasse ch.framedev.javasqliteutils.SQLiteV2
-
Asynchronously updates data in a specified table with multiple columns.
- updateDataAsync(String, String, Object, String, Callback<Boolean>) - Statische Methode in Klasse ch.framedev.javasqliteutils.SQLite
- updateDataAsync(String, String, Object, String, Callback<Boolean>) - Methode in Klasse ch.framedev.javasqliteutils.SQLiteV2
-
Asynchronously updates data in a specified table.
Alle Klassen und Schnittstellen|Alle Packages