|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.sqlpower.architect.ddl.GenericDDLGenerator
ca.sqlpower.architect.ddl.SQLServerDDLGenerator
ca.sqlpower.architect.ddl.SQLServer2005DDLGenerator
public class SQLServer2005DDLGenerator
| Field Summary | |
|---|---|
static java.lang.String |
GENERATOR_VERSION
|
| Fields inherited from class ca.sqlpower.architect.ddl.GenericDDLGenerator |
|---|
allowConnection, con, EOL, profileFunctionMap, targetCatalog, targetSchema, topLevelNames, typeMap, warnings |
| Constructor Summary | |
|---|---|
SQLServer2005DDLGenerator()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Returns the name of this DDL Generator, which should be a human-readable string with the vendor and/or product name (and version if the generator doesn't work with all versions) of the database platform this generator targets. |
boolean |
supportsDeleteAction(SQLRelationship r)
Returns true if this DDL generator supports the given relationship's delete action. |
boolean |
supportsUpdateAction(SQLRelationship r)
Returns true if this DDL generator supports the given relationship's update action. |
void |
writeHeader()
|
| Methods inherited from class ca.sqlpower.architect.ddl.SQLServerDDLGenerator |
|---|
addColumn, addIndex, columnType, createTypeMap, getCatalogTerm, getDeferrabilityClause, getSchemaTerm, getStatementTerminator, isReservedWord, makeDropForeignKeySQL, supportsDeferrabilityPolicy, toIdentifier, writeDDLTransactionBegin, writeDDLTransactionEnd |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String GENERATOR_VERSION
| Constructor Detail |
|---|
public SQLServer2005DDLGenerator()
throws java.sql.SQLException
java.sql.SQLException| Method Detail |
|---|
public void writeHeader()
writeHeader in class SQLServerDDLGeneratorpublic java.lang.String getName()
DDLGenerator
getName in interface DDLGeneratorgetName in class SQLServerDDLGeneratorpublic boolean supportsDeleteAction(SQLRelationship r)
GenericDDLGenerator
supportsDeleteAction in class GenericDDLGeneratorpublic boolean supportsUpdateAction(SQLRelationship r)
GenericDDLGenerator
supportsUpdateAction in class GenericDDLGenerator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||