net.sourceforge.squirrel_sql.plugins.derby.types
Class DerbyClobDataTypeComponentFactory

java.lang.Object
  extended by net.sourceforge.squirrel_sql.plugins.derby.types.DerbyClobDataTypeComponentFactory
All Implemented Interfaces:
IDataTypeComponentFactory

public class DerbyClobDataTypeComponentFactory
extends Object
implements IDataTypeComponentFactory


Constructor Summary
DerbyClobDataTypeComponentFactory()
           
 
Method Summary
 IDataTypeComponent constructDataTypeComponent()
           
 DialectType getDialectType()
           
 boolean providesTypeOverride(ISQLDatabaseMetaData md)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DerbyClobDataTypeComponentFactory

public DerbyClobDataTypeComponentFactory()
Method Detail

constructDataTypeComponent

public IDataTypeComponent constructDataTypeComponent()
Specified by:
constructDataTypeComponent in interface IDataTypeComponentFactory
See Also:
IDataTypeComponentFactory.constructDataTypeComponent()

providesTypeOverride

public boolean providesTypeOverride(ISQLDatabaseMetaData md)
See Also:
net.sourceforge.squirrel_sql.fw.datasetviewer.cellcomponent.IDataTypeComponentFactory#providesTypeOverride(net.sourceforge.squirrel_sql.fw.sql.ISQLDatabaseMetaData)

getDialectType

public DialectType getDialectType()
Specified by:
getDialectType in interface IDataTypeComponentFactory
See Also:
IDataTypeComponentFactory.getDialectType()


Copyright © 2001-2011. All Rights Reserved.