A C D E F G I J L M N O P R S T U V _

S

setBuffer(String) - Method in class org.apache.log4j.jdbcplus.JDBCAppender
Defines how many messages will be buffered until they will be updated to the database.
setColumn(String) - Method in class org.apache.log4j.jdbcplus.JDBCAppender
Defines one colum in the format column~logtype~value~typeName~sqlType, e.g.
setColumn(String, int, Object, String, int) - Method in class org.apache.log4j.jdbcplus.JDBCAppender
Sets the Column attribute of the JDBCAppender object.
setCommit(boolean) - Method in class org.apache.log4j.jdbcplus.JDBCLogger
 
setCommit(boolean) - Method in class org.apache.log4j.jdbcplus.JDBCAppender
Defines whether updated messages should be committed to the database.
setConnection(Object) - Method in class org.apache.log4j.jdbcplus.JDBCLogger
Sets a connection.
setConnectionHandler(JDBCConnectionHandler) - Method in class org.apache.log4j.jdbcplus.JDBCAppender
Specify your own JDBCConnectionHandler / JDBCPoolConnectionHandler for connecting to the database.
setConnector(String) - Method in class org.apache.log4j.jdbcplus.JDBCAppender
Specify your own JDBCConnectionHandler / JDBCPoolConnectionHandler for connecting to the database.
setDbclass(String) - Method in class org.apache.log4j.jdbcplus.JDBCAppender
Specify a database class loader string.
setLayout(Layout) - Method in class org.apache.log4j.jdbcplus.JDBCAppender
Sets the Layout attribute of the JDBCAppender object
setLayoutPartsDelimiter(String) - Method in class org.apache.log4j.jdbcplus.JDBCLogger
 
setLayoutPartsDelimiter(String) - Method in class org.apache.log4j.jdbcplus.JDBCAppender
character to separate parts of layout if more than one part is to be used
setLogType(String, int, Object) - Method in class org.apache.log4j.jdbcplus.JDBCLogger
Sets a columns logtype (LogTypes) and value, which depends on that logtype.
setPassword(String) - Method in class org.apache.log4j.jdbcplus.JDBCDefaultConnectionHandler
 
setPassword(String) - Method in class org.apache.log4j.jdbcplus.JDBCAppender
Sets the database password
setProcedure(String) - Method in class org.apache.log4j.jdbcplus.JDBCAppender
Stores the procedure which will be called.
setProcedure(String, ArrayList) - Method in class org.apache.log4j.jdbcplus.JDBCLogger
 
setQuoteReplace(boolean) - Method in class org.apache.log4j.jdbcplus.JDBCLogger
 
setQuoteReplace(boolean) - Method in class org.apache.log4j.jdbcplus.JDBCAppender
Define whether to replace single quotes (') by 2 single quotes ('') in sql parameters.
setSql(String) - Method in class org.apache.log4j.jdbcplus.JDBCAppender
Specify an sql-statement.
setSQL(String) - Method in class org.apache.log4j.jdbcplus.JDBCLogger
Configures this class, by storing and parsing the given sql-statement.
setSqlHandler(JDBCSqlHandler) - Method in class org.apache.log4j.jdbcplus.JDBCLogger
Sets the SqlHandler attribute of the JDBCLogger object
setSqlHandler(JDBCSqlHandler) - Method in class org.apache.log4j.jdbcplus.JDBCAppender
Specify your own JDBCSqlHandler to let him create dynamic sql-statements.
setSqlhandler(String) - Method in class org.apache.log4j.jdbcplus.JDBCAppender
Specify your own JDBCSqlHandler to let him create dynamic sql-statements.
setTable(String) - Method in class org.apache.log4j.jdbcplus.JDBCLogger
Configures this class, by reading in the structure of the log-table Throws an exception, if an database-error occurs !
setTable(String) - Method in class org.apache.log4j.jdbcplus.JDBCAppender
Specify the table, when you also describe all columns by setColumn()
setThrowableMaxChars(int) - Method in class org.apache.log4j.jdbcplus.JDBCLogger
 
setThrowableMaxChars(int) - Method in class org.apache.log4j.jdbcplus.JDBCAppender
Sets the maximum number of characters in throwable/exception stack trace.
setUp() - Method in class org.apache.log4j.jdbcplus.examples.test.PreparedStatementTest
 
setUrl(String) - Method in class org.apache.log4j.jdbcplus.JDBCDefaultConnectionHandler
 
setUrl(String) - Method in class org.apache.log4j.jdbcplus.JDBCAppender
Sets database url of the form jdbc:subprotocol:subname
setUsePreparedStatements(boolean) - Method in class org.apache.log4j.jdbcplus.JDBCLogger
 
setUsePreparedStatements(boolean) - Method in class org.apache.log4j.jdbcplus.JDBCAppender
Defines whether to use Prepared Statements instead of updateable result sets (default false).
setUsername(String) - Method in class org.apache.log4j.jdbcplus.JDBCDefaultConnectionHandler
 
setUsername(String) - Method in class org.apache.log4j.jdbcplus.JDBCAppender
Sets the database user
SourceConfigOracleTest - class org.apache.log4j.jdbcplus.examples.test.SourceConfigOracleTest.
 
SourceConfigOracleTest() - Constructor for class org.apache.log4j.jdbcplus.examples.test.SourceConfigOracleTest
 
SqlHandler - class org.apache.log4j.jdbcplus.examples.SqlHandler.
Custom JDBC SQLHandler to handle statement creation for log statements
SqlHandler() - Constructor for class org.apache.log4j.jdbcplus.examples.SqlHandler
 
sqlType - Variable in class org.apache.log4j.jdbcplus.JDBCColumnStorage
Column SQL type
STATIC - Static variable in class org.apache.log4j.jdbcplus.JDBCLogType
The column always gets this value.
STATIC_VAR - Static variable in class org.apache.log4j.jdbcplus.JDBCLogType
 
suite() - Static method in class org.apache.log4j.jdbcplus.examples.test.PreparedStatementTest
 
suite() - Static method in class org.apache.log4j.jdbcplus.examples.test.PackageTest
 
suite() - Static method in class org.apache.log4j.jdbcplus.examples.test.JdbcAppenderTest
 

A C D E F G I J L M N O P R S T U V _
Copyright 2000-2004 Apache Software Foundation.