Package | Description |
---|---|
org.nrg.xft.db |
Modifier and Type | Field and Description |
---|---|
protected DBItemCache |
DBItemCache.PostModificationActionAbst.transaction |
Modifier and Type | Method and Description |
---|---|
static DBItemCache |
DBAction.StoreItem(XFTItem item,
UserI user,
boolean checkForDuplicates,
boolean quarantine,
boolean overrideQuarantine,
boolean allowItemOverwrite,
SecurityManagerI securityManager,
DBItemCache cache)
This method is used to insert/update an item into the database.
|
Modifier and Type | Method and Description |
---|---|
static void |
DBAction.executeCache(DBItemCache cache,
UserI user,
String db,
String logFileName) |
void |
PoolDBUtils.insertItem(String query,
String db,
String userName,
DBItemCache cache)
Executes the given query with a pooled connection and closes the connection.
|
static XFTItem |
DBAction.InsertItem(XFTItem item,
String login,
DBItemCache cache,
boolean allowInvalidValues) |
static void |
DBAction.PerformUpdateTriggers(DBItemCache cache,
String userName,
Integer xdat_user_id,
boolean asynchronous) |
void |
PoolDBUtils.sendBatch(DBItemCache cache,
String db,
String userName) |
static void |
DBAction.StoreHistoryItem(XFTItem oldI,
UserI user,
DBItemCache cache,
Date previousChangeDate) |
static DBItemCache |
DBAction.StoreItem(XFTItem item,
UserI user,
boolean checkForDuplicates,
boolean quarantine,
boolean overrideQuarantine,
boolean allowItemOverwrite,
SecurityManagerI securityManager,
DBItemCache cache)
This method is used to insert/update an item into the database.
|
void |
PoolDBUtils.updateItem(String query,
String db,
String userName,
DBItemCache cache)
Executes the given query with a pooled connection and closes the connection.
|
Copyright © 2015 Neuroinformatics Research Group. All rights reserved.