public class SqlServerJtdsDatabaseType extends SqlServerDatabaseType
NOTE: Currently with 1.2.4 version of the jTDS package, I'm seeing problems with Java 1.5 because jTDS is using a java.sql 1.6 class.
See JTDS home page for more information. To use this driver, you need to specify the database URL as something like the following. See the URL for more information.
jdbc:jtds:sqlserver://host-name:host-port/database-name
| Constructor and Description |
|---|
SqlServerJtdsDatabaseType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDatabaseName() |
protected String[] |
getDriverClassNames() |
boolean |
isDatabaseUrlThisType(String url,
String dbTypePart) |
appendBooleanType, appendByteArrayType, appendByteType, appendDateType, appendDeleteLimitValue, appendEscapedEntityName, appendInsertNoColumns, appendLimitValue, appendSerializableType, appendUpdateLimitValue, appendUuidNativeType, configureGeneratedId, getFieldConverter, isAllowGeneratedIdInsertSupported, isCreateTableReturnsNegative, isLimitAfterDeleteSupported, isLimitAfterSelect, isLimitAfterUpdateSupported, isOffsetSqlSupported, isTruncateSupportedaddPrimaryKeySql, addUniqueComboSql, appendBigDecimalNumericType, appendCharType, appendColumnArg, appendCreateSchemaSuffix, appendCreateTableSuffix, appendDoubleType, appendEscapedWord, appendFloatType, appendIntegerType, appendLongStringType, appendLongType, appendOffsetValue, appendSelectNextValFromSequence, appendShortType, appendStringType, configureGeneratedIdSequence, configureId, downCaseString, dropColumnArg, extractDatabaseTableConfig, generatedIdSqlAtEnd, generateIdSequenceName, getCommentLinePrefix, getDataPersister, getPingStatement, isBatchUseTransaction, isCreateIfNotExistsSupported, isCreateIndexIfNotExistsSupported, isCreateSchemaIfNotExistsSupported, isCreateSchemaReturnsNegative, isCreateSchemaReturnsZero, isCreateTableReturnsZero, isEntityNamesMustBeUpCase, isIdSequenceNeeded, isLimitDeleteAtEndSupported, isLimitSqlSupported, isLimitUpdateAtEndSupported, isNestedSavePointsSupported, isOffsetLimitArgument, isSelectSequenceBeforeInsert, isSequenceNamesMustBeLowerCase, isVarcharFieldWidthSupported, loadDriver, setDriver, upCaseEntityName, upCaseStringpublic boolean isDatabaseUrlThisType(String url, String dbTypePart)
isDatabaseUrlThisType in interface com.j256.ormlite.db.DatabaseTypeisDatabaseUrlThisType in class SqlServerDatabaseTypeprotected String[] getDriverClassNames()
getDriverClassNames in class SqlServerDatabaseTypepublic String getDatabaseName()
getDatabaseName in interface com.j256.ormlite.db.DatabaseTypegetDatabaseName in class SqlServerDatabaseTypeThis documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.