Main: Whitepaper FAQ Examples JavaDoc Classloader Performance
Protomatter Software v1.1.8

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 Software v1.1.8
Copyright 1998-2002 Nate Sammons

Protomatter Software v1.1.8 http://protomatter.sourceforge.net/1.1.8