org.drizzle.jdbc.internal.mysql
Class MySQLType

java.lang.Object
  extended by org.drizzle.jdbc.internal.mysql.MySQLType
All Implemented Interfaces:
DataType

public class MySQLType
extends java.lang.Object
implements DataType

User: marcuse Date: Feb 23, 2009 Time: 10:42:02 PM


Nested Class Summary
static class MySQLType.Type
           
 
Constructor Summary
MySQLType(MySQLType.Type type)
           
 
Method Summary
static MySQLType fromServer(byte typeValue)
           
 java.lang.Class getJavaType()
           
 int getSqlType()
           
 MySQLType.Type getType()
           
 java.lang.String getTypeName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MySQLType

public MySQLType(MySQLType.Type type)
Method Detail

getJavaType

public java.lang.Class getJavaType()
Specified by:
getJavaType in interface DataType

getSqlType

public int getSqlType()
Specified by:
getSqlType in interface DataType

getTypeName

public java.lang.String getTypeName()
Specified by:
getTypeName in interface DataType

getType

public MySQLType.Type getType()
Specified by:
getType in interface DataType

fromServer

public static MySQLType fromServer(byte typeValue)


Copyright © 2012. All Rights Reserved.