2011年3月29日
摘要: 10. articleDAO持久化的文章对象 /** * 插入一篇文章 * @param article 需要做持久化的文章对象 */ public void insert(Article article){ String sql="insert into blog_article values(?,?,?,?,?,?,?,?)"; PreparedStatement psmt = null; t... 阅读全文
posted @ 2011-03-29 15:10 仟儿 阅读(208) 评论(0) 推荐(0) 编辑
摘要: create table jun.TB_BOOK(book_id number not null primary key,book_name varchar2(100) not null,book_price float not null,author_id number,book_pagennumbers number,constraints fk_book_author_001 foreign... 阅读全文
posted @ 2011-03-29 15:07 仟儿 阅读(178) 评论(0) 推荐(0) 编辑