com.mysql.jdbc
Class Constants

java.lang.Object
  extended bycom.mysql.jdbc.Constants

class Constants
extends java.lang.Object

Represents various constants used in the driver.


Field Summary
static byte[] EMPTY_BYTE_ARRAY
          Avoids allocation of empty byte[] when representing 0-length strings.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY_BYTE_ARRAY

public static final byte[] EMPTY_BYTE_ARRAY
Avoids allocation of empty byte[] when representing 0-length strings.