|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.sahits.codegen.sql.generator.JDBCSQLInsertScriptGenerator
public final class JDBCSQLInsertScriptGenerator
This class handles the generation of the insert skript based on the defined model
| Constructor Summary | |
|---|---|
JDBCSQLInsertScriptGenerator(InsertScriptWizardModel model)
Constructor initializing the model |
|
| Method Summary | |
|---|---|
java.io.InputStream |
getInsertScriptAsInputStream()
Retrieve the insert script contents as an input stream to be read from |
java.lang.String |
getInsertScriptAsString()
Retrieve the insert script data as a string |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JDBCSQLInsertScriptGenerator(InsertScriptWizardModel model)
model - to be used| Method Detail |
|---|
public java.lang.String getInsertScriptAsString()
throws java.sql.SQLException
getInsertScriptAsString in interface ISQLInsertScriptGeneratorjava.sql.SQLExceptionISQLInsertScriptGenerator.getInsertScriptAsString()
public java.io.InputStream getInsertScriptAsInputStream()
throws java.sql.SQLException
getInsertScriptAsInputStream in interface ISQLInsertScriptGeneratorjava.sql.SQLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||