使用Statement執行sql語句

3.1 執行DDL語句 /** * 執行DDL語句(建立表) */ @Test public void test1(){ Statement stmt = null; Connection conn = null; try { //1.驅動註冊程序 Class.forName("com.mysql.jdbc.Driver"); //2.獲取鏈接對象
相關文章
相關標籤/搜索