|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.modello.generator.database.sql.SqlBuilder
org.codehaus.modello.generator.database.sql.MSSqlBuilder
public class MSSqlBuilder
An SQL Builder for MS SQL
| Constructor Summary | |
|---|---|
MSSqlBuilder()
|
|
| Method Summary | |
|---|---|
void |
dropTable(Table table)
Outputs the DDL to drop the table |
protected void |
printAutoIncrementColumn(Table table,
Column column)
Outputs the fact that this column is an auto increment column. |
protected void |
printComment(java.lang.String text)
Prints an SQL comment to the current stream |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MSSqlBuilder()
| Method Detail |
|---|
public void dropTable(Table table)
throws java.io.IOException
SqlBuilder
dropTable in class SqlBuilderjava.io.IOException
protected void printComment(java.lang.String text)
throws java.io.IOException
SqlBuilder
printComment in class SqlBuilderjava.io.IOException
protected void printAutoIncrementColumn(Table table,
Column column)
throws java.io.IOException
SqlBuilder
printAutoIncrementColumn in class SqlBuilderjava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||