| java.lang.Object org.apache.derby.tools.JDBCDisplayUtil org.apache.derbyTesting.functionTests.util.JDBCTestDisplayUtil
JDBCTestDisplayUtil | public class JDBCTestDisplayUtil extends JDBCDisplayUtil (Code) | | Show common format for Network Server and Embedded Exceptions
|
ShowCommonSQLException | public static void ShowCommonSQLException(PrintStream out, Throwable e)(Code) | | Show common format for Network Server and Embedded Exceptions
Parameters: out - PrintStream to write to Parameters: e - Throwable to print |
Fields inherited from org.apache.derby.tools.JDBCDisplayUtil | public static boolean showSelectCount(Code)(Java Doc)
|
Methods inherited from org.apache.derby.tools.JDBCDisplayUtil | public static int DisplayBanner(PrintWriter out, ResultSetMetaData rsmd) throws SQLException(Code)(Java Doc) public static int DisplayBanner(PrintStream out, ResultSetMetaData rsmd) throws SQLException(Code)(Java Doc) public static void DisplayCurrentRow(PrintWriter out, ResultSet rs, Connection conn) throws SQLException(Code)(Java Doc) public static void DisplayCurrentRow(PrintStream out, ResultSet rs, Connection conn) throws SQLException(Code)(Java Doc) public static void DisplayNextRow(PrintWriter out, ResultSet rs, Connection conn) throws SQLException(Code)(Java Doc) public static void DisplayNextRow(PrintStream out, ResultSet rs, Connection conn) throws SQLException(Code)(Java Doc) public static void DisplayResults(PrintWriter out, Statement stmt, Connection conn) throws SQLException(Code)(Java Doc) public static void DisplayResults(PrintWriter out, ResultSet rs, Connection conn, int[] displayColumns, int[] displayColumnWidths) throws SQLException(Code)(Java Doc) public static void DisplayResults(PrintStream out, Statement stmt, Connection conn) throws SQLException(Code)(Java Doc) public static void DisplayResults(PrintStream out, ResultSet rs, Connection conn) throws SQLException(Code)(Java Doc) public static void ShowException(PrintWriter out, Throwable e)(Code)(Java Doc) public static void ShowException(PrintStream out, Throwable e)(Code)(Java Doc) public static void ShowSQLException(PrintWriter out, SQLException e)(Code)(Java Doc) public static void ShowSQLException(PrintStream out, SQLException e)(Code)(Java Doc) public static void ShowWarnings(PrintWriter out, Connection theConnection)(Code)(Java Doc) public static void ShowWarnings(PrintWriter out, SQLWarning warning)(Code)(Java Doc) public static void ShowWarnings(PrintWriter out, ResultSet rs)(Code)(Java Doc) public static void ShowWarnings(PrintWriter out, Statement s)(Code)(Java Doc) public static void ShowWarnings(PrintStream out, Connection theConnection)(Code)(Java Doc) public static void ShowWarnings(PrintStream out, SQLWarning warning)(Code)(Java Doc) public static void ShowWarnings(PrintStream out, ResultSet rs)(Code)(Java Doc) public static void ShowWarnings(PrintStream out, Statement s)(Code)(Java Doc) public static void checkNotNull(Object o, String what)(Code)(Java Doc) public static void doTrace(PrintWriter out, Exception e)(Code)(Java Doc) public static void doTrace(PrintStream out, Exception e)(Code)(Java Doc) public static String mapNull(String s, String nullValue)(Code)(Java Doc) public static void setMaxDisplayWidth(int maxDisplayWidth)(Code)(Java Doc)
|
|
|