com.mysql.jdbc
Class DatabaseMetaData.TypeDescriptor
java.lang.Object
com.mysql.jdbc.DatabaseMetaData.TypeDescriptor
- Enclosing class:
- DatabaseMetaData
class DatabaseMetaData.TypeDescriptor
- extends java.lang.Object
Parses and represents common data type information used by various
column/parameter methods.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
bufferLength
int bufferLength
charOctetLength
int charOctetLength
columnSize
java.lang.Integer columnSize
dataType
short dataType
decimalDigits
java.lang.Integer decimalDigits
isNullable
java.lang.String isNullable
nullability
int nullability
numPrecRadix
int numPrecRadix
typeName
java.lang.String typeName
DatabaseMetaData.TypeDescriptor
DatabaseMetaData.TypeDescriptor(java.lang.String typeInfo,
java.lang.String nullabilityInfo)
throws java.sql.SQLException
- Throws:
java.sql.SQLException