Uses of Class
com.github.chrisgleissner.jutil.sqllog.SqlRecording
-
-
Uses of SqlRecording in com.github.chrisgleissner.jutil.sqllog
Methods in com.github.chrisgleissner.jutil.sqllog that return SqlRecording Modifier and Type Method Description SqlRecording
SqlLog. getDefaultRecording()
SqlRecording
SqlLog. getRecording(java.lang.String id)
Returns the recording with the specified ID, unless it has been stopped.SqlRecording
SqlLog. startRecording(java.lang.String id)
Starts a heap recording session for the specified ID.SqlRecording
SqlLog. startRecording(java.lang.String id, java.io.File file, java.nio.charset.Charset charset)
Starts a file recording session for the specified ID.SqlRecording
SqlLog. stopRecording(java.lang.String id)
Stops the recording with the specified ID and returns it, if existent.
-