net.ontopia.persistence.rdbms
Class FirebirdSQLProducer

java.lang.Object
  extended by net.ontopia.persistence.rdbms.GenericSQLProducer
      extended by net.ontopia.persistence.rdbms.FirebirdSQLProducer

public class FirebirdSQLProducer
extends GenericSQLProducer

INTERNAL: Class that generates DDL statements for the firebird / interbase database platform.


Field Summary
 
Fields inherited from class net.ontopia.persistence.rdbms.GenericSQLProducer
platforms, project
 
Constructor Summary
FirebirdSQLProducer(Project project)
           
FirebirdSQLProducer(Project project, java.lang.String[] platforms)
           
 
Method Summary
protected  boolean supportsNullInColumnDefinition()
           
 
Methods inherited from class net.ontopia.persistence.rdbms.GenericSQLProducer
addForeignKey, addPrimaryKeys, createIndexes, createStatement, dropConstraint, dropStatement, executeCreate, executeDrop, executeStatements, getIndexName, getPrimaryKeyName, outputStatements, supportsForeignKeys, writeCreate, writeDrop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FirebirdSQLProducer

public FirebirdSQLProducer(Project project)

FirebirdSQLProducer

public FirebirdSQLProducer(Project project,
                           java.lang.String[] platforms)
Method Detail

supportsNullInColumnDefinition

protected boolean supportsNullInColumnDefinition()
Overrides:
supportsNullInColumnDefinition in class GenericSQLProducer


Copyright © 2000-2012 Ontopia.