TColumn - TTable - TRow - TResult - public abstract class UserCoreConnection<TColumn extends UserColumn,TTable extends UserTable<TColumn>,TRow extends UserCoreRow<TColumn,TTable>,TResult extends UserCoreResult<TColumn,TTable,TRow>> extends Object
| Constructor and Description |
|---|
UserCoreConnection() |
| Modifier and Type | Method and Description |
|---|---|
abstract TResult |
query(String table,
String[] columns,
String selection,
String[] selectionArgs,
String groupBy,
String having,
String orderBy)
Query the given table, returning a
UserCoreResult over the result
set. |
abstract TResult |
query(String table,
String[] columns,
String selection,
String[] selectionArgs,
String groupBy,
String having,
String orderBy,
String limit)
Query the given URL, returning a
UserCoreResult over the result
set. |
abstract TResult |
rawQuery(String sql,
String[] selectionArgs)
Runs the provided SQL and returns a
UserCoreResult over the
result set. |
public abstract TResult rawQuery(String sql, String[] selectionArgs)
UserCoreResult over the
result set.sql - selectionArgs - public abstract TResult query(String table, String[] columns, String selection, String[] selectionArgs, String groupBy, String having, String orderBy)
UserCoreResult over the result
set.table - columns - selection - selectionArgs - groupBy - having - orderBy - public abstract TResult query(String table, String[] columns, String selection, String[] selectionArgs, String groupBy, String having, String orderBy, String limit)
UserCoreResult over the result
set.table - columns - selection - selectionArgs - groupBy - having - orderBy - limit - Copyright © 2016 National Geospatial-Intelligence Agency. All rights reserved.