|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.juddi.datastore.jdbc.PublisherTable
public class PublisherTable
| Constructor Summary | |
|---|---|
PublisherTable()
|
|
| Method Summary | |
|---|---|
static void |
delete(java.lang.String publisherID,
java.sql.Connection connection)
Delete row from the PUBLISHER table. |
static void |
insert(Publisher publisher,
java.sql.Connection connection)
Insert new row into the PUBLISHER table. |
static Publisher |
select(java.lang.String publisherID,
java.sql.Connection connection)
Select one row from the PUBLISHER table. |
static void |
update(Publisher publisher,
java.sql.Connection connection)
Update the PUBLISHER table for a particular PublisherID. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PublisherTable()
| Method Detail |
|---|
public static void insert(Publisher publisher,
java.sql.Connection connection)
throws java.sql.SQLException
publisher - connection - JDBC connection
java.sql.SQLException
public static Publisher select(java.lang.String publisherID,
java.sql.Connection connection)
throws java.sql.SQLException
publisherID - connection - JDBC connection
java.sql.SQLException
public static void delete(java.lang.String publisherID,
java.sql.Connection connection)
throws java.sql.SQLException
publisherID - connection -
java.sql.SQLException
public static void update(Publisher publisher,
java.sql.Connection connection)
throws java.sql.SQLException
publisher - connection - JDBC connection
java.sql.SQLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||