KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > teamkonzept > webman > mainint > db > queries > TKDBContentNewContent


1 package com.teamkonzept.webman.mainint.db.queries;
2
3 import com.teamkonzept.db.*;
4 import java.sql.*;
5 import com.teamkonzept.webman.mainint.WebmanExceptionHandler;
6 import com.teamkonzept.webman.mainint.db.queries.content.*;
7
8 /**
9  *
10  * @author
11  * @version
12  */

13 public class TKDBContentNewContent extends CompositeQuery
14 {
15
16     protected void initConcreteCompositeQuery() throws SQLException
17     {
18
19     registerQuery(ContInsert.class);
20     registerQuery(ContGetMaxID.class);
21
22
23     }
24
25 }
26
Popular Tags