public class

UpdateSampleKeywords

extends Object
java.lang.Object
   ↳ org.mbari.samples.integration.UpdateSampleKeywords
Known Direct Subclasses

Class Overview

Description of the Class

Summary

Fields
protected Connection con Samples Database connection
Public Constructors
UpdateSampleKeywords()
Constructor for the UpdateSampleKeywords object
Public Methods
void cleanup()
Description of the Method
static void main(String[] args)
The main program for the UpdateSampleKeywords class
int populateSampleKeywords(int SampleId)
Description of the Method
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Connection con

Samples Database connection

Public Constructors

public UpdateSampleKeywords ()

Constructor for the UpdateSampleKeywords object

Throws
Exception Description of the Exception

Public Methods

public void cleanup ()

Description of the Method

public static void main (String[] args)

The main program for the UpdateSampleKeywords class

Parameters
args The command line arguments

public int populateSampleKeywords (int SampleId)

Description of the Method

Parameters
SampleId Description of the Parameter
Returns
  • Description of the Return Value
Throws
Exception Description of the Exception