public class MsSqlDataTypeFactory extends DefaultDataTypeFactory
| Modifier and Type | Field and Description |
|---|---|
static int |
NCHAR |
static int |
NTEXT |
static int |
NTEXT_MSSQL_2005 |
static int |
NVARCHAR |
| Constructor and Description |
|---|
MsSqlDataTypeFactory() |
| Modifier and Type | Method and Description |
|---|---|
DataType |
createDataType(int sqlType,
String sqlTypeName)
Returns the DataType object that corresponds to the specified
Types. |
Collection |
getValidDbProducts()
Returns a set of Strings representing database product names that this object relates to.
|
addToleratedDelta, createDataType, getToleratedDeltaMap, toStringpublic static final int NCHAR
public static final int NVARCHAR
public static final int NTEXT
public static final int NTEXT_MSSQL_2005
public Collection getValidDbProducts()
IDbProductRelatablegetValidDbProducts in interface IDbProductRelatablegetValidDbProducts in class DefaultDataTypeFactoryIDbProductRelatable.getValidDbProducts()public DataType createDataType(int sqlType, String sqlTypeName) throws DataTypeException
IDataTypeFactoryTypes.createDataType in interface IDataTypeFactorycreateDataType in class DefaultDataTypeFactorysqlType - SQL type from TypessqlTypeName - Data source dependent type nameDataTypeExceptionIDataTypeFactory.createDataType(int, java.lang.String)Copyright © 2002-2017. All Rights Reserved.