public class Reference extends DBConnector
Modifier and Type | Field and Description |
---|---|
static String |
INST_TABLENAME |
static String |
INVES_TABLENAME |
static String |
LOG_IDENTIFIERCOLUMN |
static org.apache.log4j.Logger |
logger |
static String |
NODE_TABLENAME |
static String |
REFERENCECOLUMN |
static String |
TITLECOLUMN |
ARCHIVE_STATUS_TABLE_NAME, CERTIFICATION_STATUS_TABLE_NAME, ISO_BASIC, NSSDCA_STATUS_TABLE_NAME
Constructor and Description |
---|
Reference() |
Modifier and Type | Method and Description |
---|---|
String |
getLog_identifier() |
List<Reference> |
getProductAllReferences(String tableName) |
List<Reference> |
getProductReferences(String identifier,
String tableName)
Product instrument/investigation/node Reference Query - Query the instrument_reference table for a list of instrument/investigation/node references for a product.
|
String |
getReference() |
String |
getTitle() |
void |
insertReference(String logicalIdentifier,
String reference,
String title,
String tableName) |
void |
setLog_identifier(String log_identifier) |
void |
setReference(String reference) |
void |
setTitle(String title) |
void |
updateReference(String logicalIdentifier,
String reference,
String title,
String tableName) |
getConnection
public static org.apache.log4j.Logger logger
public static final String INST_TABLENAME
public static final String INVES_TABLENAME
public static final String NODE_TABLENAME
public static final String LOG_IDENTIFIERCOLUMN
public static final String REFERENCECOLUMN
public static final String TITLECOLUMN
public Reference() throws ClassNotFoundException, SQLException
ClassNotFoundException
SQLException
public String getLog_identifier()
public void setLog_identifier(String log_identifier)
log_identifier,
- the log_identifier to setpublic String getReference()
public void setReference(String reference)
reference,
- the reference to setpublic String getTitle()
public void setTitle(String title)
title,
- the title to setpublic List<Reference> getProductReferences(String identifier, String tableName)
identifier
- tableName
- public void insertReference(String logicalIdentifier, String reference, String title, String tableName)
logicalIdentifier
- reference
- title
- tableName
- Copyright © 2010–2018 Planetary Data System. All rights reserved.