net.anotheria.moskitodemo.annotation
Class DBUtil

java.lang.Object
  extended by net.anotheria.moskitodemo.annotation.DBUtil

public class DBUtil
extends Object

Created by IntelliJ IDEA.

Author:
Vitaliy Zhovtiuk Date: 11/29/11 Time: 6:11 PM To change this template use File | Settings | File Templates.

Constructor Summary
DBUtil()
           
 
Method Summary
static void createTable()
           
static void dropTable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBUtil

public DBUtil()
Method Detail

createTable

public static void createTable()
                        throws SQLException
Throws:
SQLException

dropTable

public static void dropTable()
                      throws SQLException
Throws:
SQLException


Copyright © 2010-2012 anotheria.net. All Rights Reserved.