Class Constants
java.lang.Object
com.mysql.jdbc.Constants
Represents various constants used in the driver.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final byte[]Avoids allocation of empty byte[] when representing 0-length strings.static final StringI18N'd representation of the abbreviation for "ms"static final byte[]static final byte[] -
Method Summary
-
Field Details
-
EMPTY_BYTE_ARRAY
public static final byte[] EMPTY_BYTE_ARRAYAvoids allocation of empty byte[] when representing 0-length strings. -
MILLIS_I18N
I18N'd representation of the abbreviation for "ms" -
SLASH_STAR_SPACE_AS_BYTES
public static final byte[] SLASH_STAR_SPACE_AS_BYTES -
SPACE_STAR_SLASH_SPACE_AS_BYTES
public static final byte[] SPACE_STAR_SLASH_SPACE_AS_BYTES
-