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() |
String |
getDriverClassName() |
boolean |
isDatabaseUrlThisType(String url,
String dbTypePart) |
appendBooleanType, appendByteArrayType, appendByteType, appendDateType, appendEscapedEntityName, appendInsertNoColumns, appendLimitValue, appendSerializableType, appendUuidNativeType, configureGeneratedId, getFieldConverter, isAllowGeneratedIdInsertSupported, isCreateTableReturnsNegative, isLimitAfterSelect, isOffsetSqlSupported, isTruncateSupportedaddPrimaryKeySql, addUniqueComboSql, appendBigDecimalNumericType, appendCharType, appendColumnArg, appendCreateTableSuffix, appendEscapedWord, appendLongStringType, appendLongType, appendOffsetValue, appendSelectNextValFromSequence, appendShortType, appendStringType, configureGeneratedIdSequence, configureId, downCaseString, dropColumnArg, extractDatabaseTableConfig, generatedIdSqlAtEnd, generateIdSequenceName, getCommentLinePrefix, getDataPersister, getPingStatement, isBatchUseTransaction, isCreateIfNotExistsSupported, isCreateIndexIfNotExistsSupported, isCreateTableReturnsZero, isEntityNamesMustBeUpCase, isIdSequenceNeeded, isLimitSqlSupported, isNestedSavePointsSupported, isOffsetLimitArgument, isSelectSequenceBeforeInsert, isVarcharFieldWidthSupported, loadDriver, setDriver, upCaseEntityName, upCaseStringpublic boolean isDatabaseUrlThisType(String url, String dbTypePart)
isDatabaseUrlThisType in interface com.j256.ormlite.db.DatabaseTypeisDatabaseUrlThisType in class SqlServerDatabaseTypepublic String getDriverClassName()
getDriverClassName 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.