itexpert.chap07
Class SqlTable

java.lang.Object
  |
  +--itexpert.chap07.SqlTable

public class SqlTable
extends java.lang.Object

sql ¹®ÀÇ Çʵå¸í°ú ·¹À̺íÀ» º¸¿©Áִ Ŭ·¡½º

Author:
kenu

Constructor Summary
SqlTable()
           
 
Method Summary
static void printTable(java.lang.String query, javax.servlet.jsp.JspWriter out)
          Äõ¸® Ãâ·Â¸Þ¼Òµå printTable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SqlTable

public SqlTable()
Method Detail

printTable

public static void printTable(java.lang.String query,
                              javax.servlet.jsp.JspWriter out)
                       throws java.sql.SQLException,
                              java.io.IOException
Äõ¸® Ãâ·Â¸Þ¼Òµå printTable

Parameters:
query - ½ÇÇàÇÒ Äõ¸®
out - JspWriter ³»Àå °´Ã¼
Returns:
void
java.sql.SQLException
java.io.IOException