net.sourceforge.squirrel_sql.plugins.postgres.types
Class PostgreSqlXmlTypeDataTypeComponentFactory

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

public class PostgreSqlXmlTypeDataTypeComponentFactory
extends Object
implements IDataTypeComponentFactory

A factory that creates PostgreSqlXmlTypeDataTypeComponents for rendering xml columns.

Author:
manningr

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

Constructor Detail

PostgreSqlXmlTypeDataTypeComponentFactory

public PostgreSqlXmlTypeDataTypeComponentFactory()
Method Detail

constructDataTypeComponent

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

getDialectType

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


Copyright © 2001-2010. All Rights Reserved.