org.codehaus.modello.generator.database.sql

Class MSSqlBuilder

public class MSSqlBuilder extends SqlBuilder

An SQL Builder for MS SQL

Version: $Revision: 149 $

Author: James Strachan

Constructor Summary
MSSqlBuilder()
Method Summary
voiddropTable(Table table)
protected voidprintAutoIncrementColumn(Table table, Column column)
protected voidprintComment(String text)

Constructor Detail

MSSqlBuilder

public MSSqlBuilder()

Method Detail

dropTable

public void dropTable(Table table)

printAutoIncrementColumn

protected void printAutoIncrementColumn(Table table, Column column)

printComment

protected void printComment(String text)
Copyright © 2001-2009 Codehaus. All Rights Reserved.