Syslog: White Paper FAQ Examples JavaDoc
Protomatter Classes v1.1.6

com.protomatter.syslog
Interface DatabaseLogStatementAdapter

All Known Implementing Classes:
StringDatabaseLogStatementAdapter, CharacterStreamDatabaseLogStatementAdapter, AsciiStreamDatabaseLogStatementAdapter

public interface DatabaseLogStatementAdapter

An adapter for setting the message detail in the database log.


Method Summary
 void handleLogStatement(java.sql.PreparedStatement statement, java.lang.String detail, int index)
          Set the parameter on the given statement to write the message detail into the database.
 

Method Detail

handleLogStatement

public void handleLogStatement(java.sql.PreparedStatement statement,
                               java.lang.String detail,
                               int index)
                        throws java.sql.SQLException
Set the parameter on the given statement to write the message detail into the database.

Protomatter Classes v1.1.6
Copyright 1998-2001 Nate Sammons

Protomatter Classes v1.1.6 http://protomatter.sourceforge.net/1.1.6