EasyManuals Logo

IBM DB2 User Manual

IBM DB2
585 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #378 background imageLoading...
Page #378 background image
public abstract void unsetLogWriter()
throws java.sql.SQLException
Disables the global log writer override for future connections.
suspendTrace
Format:
public void suspendTrace()
throws java.sql.SQLException
Suspends all global, Connection-level, or DataSource-level traces for current
and future connections. suspendTrace can be called when the global log writer
is enabled or disabled.
resumeTrace
Format:
public void resumeTrace()
throws java.sql.SQLException
Resumes all global, Connection-level, or DataSource-level traces for current and
future connections. resumeTrace can be called when the global log writer is
enabled or disabled. If the global log writer is disabled, resumeTrace resumes
Connection-level or DataSource-level traces. If the global log writer is enabled,
resumeTrace resumes the global trace.
getLogWriter
Format:
public abstract java.io.PrintWriter getLogWriter()
throws java.sql.SQLException
Returns the PrintWriter for the global log writer, if it is set. Otherwise,
getLogWriter returns null.
getTraceFile
Format:
public abstract String getTraceFile()
throws java.sql.SQLException
Returns the name of the destination file for the global log writer, if it is set.
Otherwise, getTraceFile returns null.
getTraceDirectory
Format:
public abstract String getTraceDirectory()
throws java.sql.SQLException
Returns the name of the destination directory for global log writer files, if it is
set. Otherwise, getTraceDirectory returns null.
getTraceLevel
Format:
public abstract int getTraceLevel()
throws java.sql.SQLException
Returns the trace level for the global trace, if it is set. Otherwise,
getTraceLevel returns -1 (TRACE_ALL).
getTraceFileAppend
Format:
362 Application Programming Guide and Reference for Java
â„¢
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|

Table of Contents

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the IBM DB2 and is the answer not in the manual?

IBM DB2 Specifications

General IconGeneral
DeveloperIBM
Initial Release1983
LicenseProprietary
Written inC, C++
CategoryDatabase Management System (RDBMS)
Operating SystemLinux, Windows
Programming LanguagesC, C++
Data ModelsRelational
EditionsCommunity, Standard, Advanced
Key Featureshigh availability, scalability