Coggle requires JavaScript to display documents.
public void insert(SqlMapClient mapper, GuestbookVO vo) throws SQLException {
public int selectCount(SqlMapClient mapper) throws SQLException {
public ArrayList<GuestbookVO> selectList(SqlMapClient mapper, HashMap<String, Integer> hmap) throws SQLException {
public GuestbookVO selectByIdx(SqlMapClient mapper, int idx) throws SQLException {