MySQL Connector/J size='-1'>5.1.6

com.mysql.jdbc
Class MysqlDefs

java.lang.Object
  extended by com.mysql.jdbc.MysqlDefs

public final class MysqlDefs
extends java.lang.Object

MysqlDefs contains many values that are needed for communication with the MySQL server.

Version:
$Id: MysqlDefs.java 6376 2007-04-05 21:56:05Z mmatthews $
Author:
Mark Matthews

Field Summary
static int FIELD_TYPE_BLOB
           
static int NO_CHARSET_INFO
          Used to indicate that the server sent no field-level character set information, so the driver should use the connection-level character encoding instead.
 
Constructor Summary
MysqlDefs()
           
 
Method Summary
static java.lang.String typeToName(int mysqlType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FIELD_TYPE_BLOB

public static final int FIELD_TYPE_BLOB
See Also:
Constant Field Values

NO_CHARSET_INFO

public static final int NO_CHARSET_INFO
Used to indicate that the server sent no field-level character set information, so the driver should use the connection-level character encoding instead.

See Also:
Constant Field Values
Constructor Detail

MysqlDefs

public MysqlDefs()
Method Detail

typeToName

public static java.lang.String typeToName(int mysqlType)
Parameters:
mysqlType -
Returns:

MySQL Connector/J size='-1'>5.1.6