📄 readerlogdatabase.sqlj
字号:
package log4plsql.backgroundProcess;
/*
* Copyright (C) LOG4PLSQL project team. All rights reserved.
*
* This software is published under the terms of the The LOG4PLSQL
* Software License, a copy of which has been included with this
* distribution in the LICENSE.txt file.
* see: <http://log4plsql.sourceforge.net> */
import java.sql.Date;
import java.sql.SQLException;
import java.lang.Throwable;
import java.lang.Integer;
import java.util.Hashtable;
import sqlj.runtime.ref.DefaultContext;
import oracle.sqlj.runtime.Oracle;
import org.apache.log4j.Priority;
import org.apache.log4j.Level;
import org.apache.log4j.Category;
import org.apache.log4j.Logger;
import org.apache.log4j.spi.LoggingEvent;
import org.apache.log4j.NDC;
/**
* SQLJ code for database
* ion, and reading.
* @author guillaume Moulard, Jess Morecroft
*
* @version 3.0
* @since LOG4PLSQL V3.1.3.1
*
* Logger stategie is updated en 2.0 production after
* Ceki G黮c
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -