FileDocCategorySizeDatePackage
TableAccessObject.javaAPI DocGlassfish v2 API2868Fri May 04 22:24:18 BST 2007com.sun.enterprise.admin.monitor.callflow

TableAccessObject

public interface TableAccessObject
Represents access to a single table. Allows for Create, Drop and Updates to tables
author
Harpreet Singh

Fields Summary
Constructors Summary
Methods Summary
public booleancreateTable(java.sql.Connection connection)

public booleandelete(java.sql.PreparedStatement pstmt, java.lang.String[] requestId)
delete a list of request ids from the table

public booleandropTable(java.sql.Connection connection)

public java.lang.StringgetDeleteSQL()

public java.lang.StringgetInsertSQL()

public java.lang.StringgetName()

public java.lang.StringgetServerInstanceName()

public longgetTotalEntriesProcessed()

public booleaninsert(java.sql.PreparedStatement pstmt, TransferObject[] transferObject)