| Package | Description |
|---|---|
| org.dspace.content |
Provides an API for reading and manipulating content in the DSpace system.
|
| org.dspace.eperson |
Provides classes representing e-people and groups of e-people.
|
| org.dspace.identifier | |
| org.dspace.storage.rdbms |
Provides an API for accessing a relational database management system.
|
| org.dspace.versioning |
| Constructor and Description |
|---|
MetadataField(TableRow row)
Constructor to load the object from the database.
|
MetadataSchema(TableRow row)
Constructor for loading the metadata schema from the database.
|
MetadataValue(TableRow row)
Construct the metadata object from the matching database row.
|
| Modifier and Type | Method and Description |
|---|---|
protected static TableRow |
AccountManager.sendInfo(Context context,
String email,
boolean isRegister,
boolean send) |
| Modifier and Type | Method and Description |
|---|---|
protected static TableRow |
VersionedHandleIdentifierProvider.findHandleInternal(Context context,
String handle)
Find the database row corresponding to handle.
|
protected static TableRow |
HandleIdentifierProvider.findHandleInternal(Context context,
String handle)
Find the database row corresponding to handle.
|
protected static TableRow |
VersionedHandleIdentifierProvider.getHandleInternal(Context context,
int type,
int id)
Return the handle for an Object, or null if the Object has no handle.
|
protected static TableRow |
HandleIdentifierProvider.getHandleInternal(Context context,
int type,
int id)
Return the handle for an Object, or null if the Object has no handle.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
VersionedHandleIdentifierProvider.modifyHandleRecord(Context context,
DSpaceObject dso,
TableRow handle,
String handleId) |
protected String |
HandleIdentifierProvider.modifyHandleRecord(Context context,
DSpaceObject dso,
TableRow handle,
String handleId) |
| Modifier and Type | Method and Description |
|---|---|
static TableRow |
DatabaseManager.create(Context context,
String table)
Create a new row in the given table, and assigns a unique id.
|
static TableRow |
DatabaseManager.find(Context context,
String table,
int id)
Find a table row by its primary key.
|
static TableRow |
DatabaseManager.findByUnique(Context context,
String table,
String column,
Object value)
Find a table row by a unique value.
|
TableRow |
TableRowIterator.next()
Advance to the next row and return it.
|
static TableRow |
DatabaseManager.querySingle(Context context,
String query,
Object... parameters)
Return the single row result to this query, or null if no result.
|
static TableRow |
DatabaseManager.querySingleTable(Context context,
String table,
String query,
Object... parameters)
Return the single row result to this query, or null if no result.
|
static TableRow |
DatabaseManager.row(String table)
Create a table row object that can be passed into the insert method, not
commonly used unless the table has a referential integrity constraint.
|
| Modifier and Type | Method and Description |
|---|---|
List<TableRow> |
TableRowIterator.toList()
Saves all the values returned by iterator into a list.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
DatabaseManager.delete(Context context,
TableRow row)
Delete row from the RDBMS.
|
static String |
DatabaseManager.getPrimaryKeyColumn(TableRow row)
Return the name of the primary key column.
|
static void |
DatabaseManager.insert(Context context,
TableRow row)
Insert a table row into the RDBMS.
|
static int |
DatabaseManager.update(Context context,
TableRow row)
Update changes to the RDBMS.
|
| Modifier and Type | Method and Description |
|---|---|
protected TableRow |
VersionImpl.getMyRow() |
protected TableRow |
VersionHistoryImpl.getMyRow() |
| Constructor and Description |
|---|
VersionHistoryImpl(Context c,
TableRow row) |
VersionImpl(Context c,
TableRow row) |
Copyright © 2015 DuraSpace. All Rights Reserved.