|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DmlDAO
Interface que define os métodos DAO para objetos persistentes, que devem ser implementados por todos as classes DAO concretas como OracleDmlDAO
| Method Summary | |
|---|---|
java.util.Collection |
getInsertScript(java.lang.String table)
Retorna um script DML baseado na tabela especificada |
java.util.Collection |
getInsertScript(java.lang.String table,
java.lang.String whereClause)
Retorna um script DML baseado na tabela especificada |
java.util.Collection |
getInsertScriptSQL(java.lang.String sql)
|
| Method Detail |
|---|
java.util.Collection getInsertScript(java.lang.String table)
throws java.sql.SQLException
table - - nome da tabela no banco de dados
java.sql.SQLException
java.util.Collection getInsertScript(java.lang.String table,
java.lang.String whereClause)
throws java.sql.SQLException
table - - nome da tabela no banco de dadoswhereClause - - cláusula where para filtro de registros
java.sql.SQLException
java.util.Collection getInsertScriptSQL(java.lang.String sql)
throws java.sql.SQLException
java.sql.SQLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||