net.sourceforge.squirrel_sql.plugins.mysql.types
Class MySQLByteTypeDataTypeComponentFactory

java.lang.Object
  extended by net.sourceforge.squirrel_sql.plugins.mysql.types.MySQLByteTypeDataTypeComponentFactory
All Implemented Interfaces:
IDataTypeComponentFactory
Direct Known Subclasses:
MySQL5ByteTypeDataTypeComponentFactory

public class MySQLByteTypeDataTypeComponentFactory
extends Object
implements IDataTypeComponentFactory

A factory that creates DataTypeShort for rendering columns of MySQL TINYINT UNSIGNED.


Constructor Summary
MySQLByteTypeDataTypeComponentFactory()
           
 
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

MySQLByteTypeDataTypeComponentFactory

public MySQLByteTypeDataTypeComponentFactory()
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-2013. All Rights Reserved.