This article describes the comparison table between Java data types and MySql data types. Share it with everyone for your reference, as follows: Type name display length database type JAVA type JDBC type index (int) VARCHARL+NVARCHARjava.lang.String12CHARNCHARjava.lang.String1BLOBL+NBLOBjava.lang.byte[]-4TEXT65535VARCHARjava.lang.String- 1INTEGER4INTEGER UNSIGNEDjava.lang.Long4TINYINT3TINYINT UNSIGNEDjava.lang.Integer-6SMALLINT5SMALLINT UNSIGNEDjava.lang.Integer5MEDIUMINT8MEDIUMINT UNSIGNEDjava.lang.Integer4BIT1BITjava.lang.Boolean-7BIG
1. Compare Java data types with MySql data Type
Introduction: This article describes the comparison table between Java data types and MySql data types. Share it with everyone for your reference, as follows: Type name display length database type JAVA type JDBC type index (int) VARCHARL+NVARCHARjava.lang.String12CHARNCHARjava.lang.String1BLOBL+NBLOBjava.lang.byte[]-4TEXT65535VARCHARjava.lang.String- 1INTEGER4INTE
2. Detailed explanation of the conversion method of image.BYTE[] and base64string in C
#Introduction: The following editor will bring you an article on the conversion method of picture.BYTE[] and base64string in C#. The editor thinks it’s pretty good, so I’ll share it with you now and give it as a reference. Let’s follow the editor and take a look.
3. C# Detailed example code of binary byte stream search function IndexOf
Introduction: C# binary byte stream search function IndexOf /// /// Reports the first match of the specified System.Byte[] in this instance The index of the item. /// System.Byte[] being searched. System.Byte[] to find. /// If the byte array is found, it is the searchBytes index
4. Corresponding types of Java and MySql databases
Introduction: MySql----------------------------------JAVA type name display length database type JAVA type JDBC type index (int) Description VARCHAR LN VARCHAR java.lang.String 12 CHAR N CHAR java.lang.String 1 BLOB LN BLOB java.lang.byte[] -4 TEXT 65535 VARCHAR java.lang.S
5. Comparison table between Java data types and MySql data types
Introduction: Type name display length Database type JAVA type JDBC type index ( int) Description VARCHAR LN VARCHAR java.lang.String 12 CHAR N CHAR java.lang.String 1 BLOB LN BLOB java.lang.byte[] -4 TEXT 65535 VARCHAR java.lang.String -1 INTEGER 4 INTEGER UNSIGNED java.lang
The above is the detailed content of Recommended 5 articles about .BYTE[]. For more information, please follow other related articles on the PHP Chinese website!