A C G P S T 
All Classes All Packages

A

afterQuery(ExecutionInfo, List<QueryInfo>) - Method in class com.github.chrisgleissner.jutil.sqllog.SqlLog
 

C

clear() - Method in class com.github.chrisgleissner.jutil.sqllog.SqlLog
Stops all ongoing recordings and clears their recorded messages.
close() - Method in class com.github.chrisgleissner.jutil.sqllog.SqlRecording
Closes (and thus stops) this recording.
com.github.chrisgleissner.jutil.sqllog - package com.github.chrisgleissner.jutil.sqllog
 

G

getAllMessages() - Method in class com.github.chrisgleissner.jutil.sqllog.SqlLog
Returns all heap SQL logs, across all recording IDs.
getMessages() - Method in class com.github.chrisgleissner.jutil.sqllog.SqlRecording
 
getMessagesContaining(String) - Method in class com.github.chrisgleissner.jutil.sqllog.SqlLog
Returns all recorded heap SQL logs that contain an exact case-sensitive match of the specified string, regardless of recording ID.
getMessagesContainingRegex(String) - Method in class com.github.chrisgleissner.jutil.sqllog.SqlLog
Returns all recorded heap SQL logs that match the specified regular expression, regardless of recording ID.
getRecording(String) - Method in class com.github.chrisgleissner.jutil.sqllog.SqlLog
Returns the recording with the specified ID, unless it has been stopped.

P

postProcessAfterInitialization(Object, String) - Method in class com.github.chrisgleissner.jutil.sqllog.SqlLog
 
postProcessBeforeInitialization(Object, String) - Method in class com.github.chrisgleissner.jutil.sqllog.SqlLog
 

S

setSqlLogEnabled(boolean) - Method in class com.github.chrisgleissner.jutil.sqllog.SqlLog
 
size() - Method in class com.github.chrisgleissner.jutil.sqllog.SqlRecording
 
SqlLog - Class in com.github.chrisgleissner.jutil.sqllog
Records SQL messages either on heap or by writing them to an OutputStream.
SqlLogAutoConfiguration - Class in com.github.chrisgleissner.jutil.sqllog
 
SqlLogAutoConfiguration() - Constructor for class com.github.chrisgleissner.jutil.sqllog.SqlLogAutoConfiguration
 
SqlRecording - Class in com.github.chrisgleissner.jutil.sqllog
Recording of SQL messages.
startRecording(String) - Method in class com.github.chrisgleissner.jutil.sqllog.SqlLog
Starts a heap recording session for the specified ID.
startRecording(String, OutputStream, Charset) - Method in class com.github.chrisgleissner.jutil.sqllog.SqlLog
Starts a stream recording session for the specified ID.
stopRecording(String) - Method in class com.github.chrisgleissner.jutil.sqllog.SqlLog
Stops the recording with the specified ID and returns it, if existent.

T

toString() - Method in class com.github.chrisgleissner.jutil.sqllog.SqlRecording
 
A C G P S T 
All Classes All Packages