A C D G I N P S T
All Classes All Packages
All Classes All Packages
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 (except the default recording) and clears their recorded messages.
- clear() - Method in class com.github.chrisgleissner.jutil.sqllog.SqlRecording
- 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
D
- DEFAULT_ID - Static variable in class com.github.chrisgleissner.jutil.sqllog.SqlLog
G
- getAllMessages() - Method in class com.github.chrisgleissner.jutil.sqllog.SqlLog
-
Returns all heap SQL logs, across all recording IDs.
- getAndClearMessages() - Method in class com.github.chrisgleissner.jutil.sqllog.SqlRecording
- getDefaultRecording() - Method in class com.github.chrisgleissner.jutil.sqllog.SqlLog
- 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.
I
- identityParameterTransformer - Static variable in class com.github.chrisgleissner.jutil.sqllog.SqlLog
- identityQueryTransformer - Static variable in class com.github.chrisgleissner.jutil.sqllog.SqlLog
N
- noOpParameterTransformer - Static variable in class com.github.chrisgleissner.jutil.sqllog.SqlLog
- noOpQueryTransformer - Static variable in class com.github.chrisgleissner.jutil.sqllog.SqlLog
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
- setEnabled(boolean) - Method in class com.github.chrisgleissner.jutil.sqllog.SqlLog
- setPropagateCallsToDbEnabled(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, File, Charset) - Method in class com.github.chrisgleissner.jutil.sqllog.SqlLog
-
Starts a file 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.SqlLog
- toString() - Method in class com.github.chrisgleissner.jutil.sqllog.SqlRecording
All Classes All Packages