public class MSSQLTypeInfo extends SQLTypeInfo
| Modifier and Type | Field and Description |
|---|---|
static int |
NTEXT
sql type NTEXT
|
static int |
NVARCHAR
sql type NVARCHAR
|
static int |
UNIQUEIDENTIFIER
sql type UNIQUEIDENTIFIER
|
allowsPrecisionSpec, autoIncrement, caseSensitive, createParams, dataType, fixedPrecScale, literalPrefix, literalSuffix, localTypeName, maximumScale, minimumScale, nullable, numPrecRadix, precision, searchable, typeName, unsignedAttribute| Constructor and Description |
|---|
MSSQLTypeInfo(ResultSet rs)
Constructs a type information object from the current row of the given result set.
|
MSSQLTypeInfo(String typeName,
short dataType,
int precision,
String literalPrefix,
String literalSuffix,
String createParams,
int nullable,
boolean caseSensitive,
short searchable,
boolean unsignedAttribute,
boolean fixedPrecScale,
boolean autoIncrement,
String localTypeName,
short minimumScale,
short maximumScale,
int numPrecRadix) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCompatibleWith(RDBMSColumnInfo colInfo)
Convenience method for returning if this type is compatible with the provided column.
|
addProperty, equals, getCreateParams, getDataType, getLiteralPrefix, getLiteralSuffix, getLocalTypeName, getMaximumScale, getMinimumScale, getNullable, getNumPrecRadix, getPrecision, getProperty, getSearchable, getTypeName, hashCode, isAllowsPrecisionSpec, isAutoIncrement, isCaseSensitive, isFixedPrecScale, isUnsignedAttribute, setAllowsPrecisionSpec, setLocalTypeName, setTypeName, toStringpublic static final int NVARCHAR
public static final int NTEXT
public static final int UNIQUEIDENTIFIER
public MSSQLTypeInfo(ResultSet rs)
rs - The result set returned from DatabaseMetaData.getTypeInfo().public MSSQLTypeInfo(String typeName, short dataType, int precision, String literalPrefix, String literalSuffix, String createParams, int nullable, boolean caseSensitive, short searchable, boolean unsignedAttribute, boolean fixedPrecScale, boolean autoIncrement, String localTypeName, short minimumScale, short maximumScale, int numPrecRadix)
public boolean isCompatibleWith(RDBMSColumnInfo colInfo)
SQLTypeInfoisCompatibleWith in class SQLTypeInfocolInfo - The columnCopyright © 2016. All rights reserved.