Does the database support the given result set type?
Supported types for SQL Server:
JDBC type
| SQL Server cursor type
| Server load
| Description
| TYPE_FORWARD_ONLY
| Forward-only, dynamic (fast forward-only, static with useCursors=true )
| Light
| Fast, will read all data (less fast, doesn't read all data with useCursors=true ).
supportsSavepoints() -
Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Returns true if savepoints are supported; returns
false otherwise
supportsSchemasInDataManipulation() -
Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Can a schema name be used in a data manipulation statement?
supportsSchemasInIndexDefinitions() -
Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Can a schema name be used in an index definition statement?
supportsSchemasInPrivilegeDefinitions() -
Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Can a schema name be used in a privilege definition statement?
supportsSchemasInProcedureCalls() -
Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Can a schema name be used in a procedure call statement?
supportsSchemasInTableDefinitions() -
Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Can a schema name be used in a table definition statement?
supportsSelectForUpdate() -
Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Is SELECT for UPDATE supported?
supportsStatementPooling() -
Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Returns true if the database supports statement pooling;
returns false otherwise.
supportsStoredProcedures() -
Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Are stored procedure calls using the stored procedure escape syntax
supported?
supportsSubqueriesInComparisons() -
Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Retrieves whether this database supports subqueries in comparison
expressions.
supportsSubqueriesInExists() -
Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Retrieves whether this database supports subqueries in
EXISTS expressions.
supportsSubqueriesInIns() -
Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Retrieves whether this database supports subqueries in
IN statements.
supportsSubqueriesInQuantifieds() -
Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Retrieves whether this database supports subqueries in quantified
expressions.
supportsTableCorrelationNames() -
Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Retrieves whether this database supports table correlation names.
supportsTransactionIsolationLevel(int) -
Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Does the database support the given transaction isolation level?
supportsTransactions() -
Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Retrieves whether this database supports transactions.
supportsUnion() -
Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Is SQL UNION supported?
supportsUnionAll() -
Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Is SQL UNION ALL supported?
SupportUnitTest - class net.sourceforge.jtds.test.SupportUnitTest.Unit tests for the Support class.SupportUnitTest(String) -
Constructor for class net.sourceforge.jtds.test.SupportUnitTest
Constructor.
SYB_BIGINT -
Static variable in class net.sourceforge.jtds.jdbc.TdsCore
Sybase 15+ bigint.
SYB_BITNULL -
Static variable in class net.sourceforge.jtds.jdbc.TdsCore
Sybase nullable bit type.
SYB_CHUNK_SIZE -
Static variable in class net.sourceforge.jtds.jdbc.TdsData
SYB_DATETIME -
Static variable in class net.sourceforge.jtds.jdbc.TdsCore
Sybase date and time data types.
SYB_EXTCOLINFO -
Static variable in class net.sourceforge.jtds.jdbc.TdsCore
Sybase extended column meta data.
SYB_LONGDATA -
Static variable in class net.sourceforge.jtds.jdbc.TdsCore
Sybase char and binary > 255.
SYB_LONGVAR_MAX -
Static variable in class net.sourceforge.jtds.jdbc.TdsData
SYB_UNICODE -
Static variable in class net.sourceforge.jtds.jdbc.TdsCore
Sybase univarchar etc.
SYB_UNITEXT -
Static variable in class net.sourceforge.jtds.jdbc.TdsCore
Sybase 15+ unitext.
SYBASE -
Static variable in class net.sourceforge.jtds.jdbc.Driver
Sybase ASE.
SYBASE_INITIAL_SQL -
Static variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Sybase initial connection string.
SYBASE_SERVER_CHARSET_QUERY -
Static variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
SQL query to determine the server charset on Sybase.
sybaseInfo -
Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Sybase capability mask.
sybasePrepare(String, ParamInfo[]) -
Method in class net.sourceforge.jtds.jdbc.TdsCore
Creates a light weight stored procedure on a Sybase server.
sybaseUnPrepare(String) -
Method in class net.sourceforge.jtds.jdbc.TdsCore
Drops a Sybase temporary stored procedure.
SYBBINARY -
Static variable in class net.sourceforge.jtds.jdbc.TdsData
SYBBIT -
Static variable in class net.sourceforge.jtds.jdbc.TdsData
SYBBITN -
Static variable in class net.sourceforge.jtds.jdbc.TdsData
SYBCHAR -
Static variable in class net.sourceforge.jtds.jdbc.TdsData
SYBDATE -
Static variable in class net.sourceforge.jtds.jdbc.TdsData
SYBDATEN -
Static variable in class net.sourceforge.jtds.jdbc.TdsData
SYBDATETIME -
Static variable in class net.sourceforge.jtds.jdbc.TdsData
SYBDATETIME4 -
Static variable in class net.sourceforge.jtds.jdbc.TdsData
SYBDATETIMN -
Static variable in class net.sourceforge.jtds.jdbc.TdsData
SYBDECIMAL -
Static variable in class net.sourceforge.jtds.jdbc.TdsData
SYBFLT8 -
Static variable in class net.sourceforge.jtds.jdbc.TdsData
SYBFLTN -
Static variable in class net.sourceforge.jtds.jdbc.TdsData
SYBIMAGE -
Static variable in class net.sourceforge.jtds.jdbc.TdsData
SYBINT1 -
Static variable in class net.sourceforge.jtds.jdbc.TdsData
SYBINT2 -
Static variable in class net.sourceforge.jtds.jdbc.TdsData
SYBINT4 -
Static variable in class net.sourceforge.jtds.jdbc.TdsData
SYBINT8 -
Static variable in class net.sourceforge.jtds.jdbc.TdsData
SYBINTN -
Static variable in class net.sourceforge.jtds.jdbc.TdsData
SYBLONGBINARY -
Static variable in class net.sourceforge.jtds.jdbc.TdsData
SYBLONGDATA -
Static variable in class net.sourceforge.jtds.jdbc.TdsData
SYBMONEY -
Static variable in class net.sourceforge.jtds.jdbc.TdsData
SYBMONEY4 -
Static variable in class net.sourceforge.jtds.jdbc.TdsData
SYBMONEYN -
Static variable in class net.sourceforge.jtds.jdbc.TdsData
SYBNTEXT -
Static variable in class net.sourceforge.jtds.jdbc.TdsData
SYBNUMERIC -
Static variable in class net.sourceforge.jtds.jdbc.TdsData
SYBNVARCHAR -
Static variable in class net.sourceforge.jtds.jdbc.TdsData
SYBQUERY_PKT -
Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS 5.0 Query packet.
SYBREAL -
Static variable in class net.sourceforge.jtds.jdbc.TdsData
SYBSINT1 -
Static variable in class net.sourceforge.jtds.jdbc.TdsData
SYBSINT8 -
Static variable in class net.sourceforge.jtds.jdbc.TdsData
sybStates -
Static variable in class net.sourceforge.jtds.jdbc.SQLDiagnostic
Map to convert Sybase SQL server error codes to ANSI SQLSTATE codes.
SYBTEXT -
Static variable in class net.sourceforge.jtds.jdbc.TdsData
SYBTIME -
Static variable in class net.sourceforge.jtds.jdbc.TdsData
SYBTIMEN -
Static variable in class net.sourceforge.jtds.jdbc.TdsData
SYBUINT2 -
Static variable in class net.sourceforge.jtds.jdbc.TdsData
SYBUINT4 -
Static variable in class net.sourceforge.jtds.jdbc.TdsData
SYBUINT8 -
Static variable in class net.sourceforge.jtds.jdbc.TdsData
SYBUINTN -
Static variable in class net.sourceforge.jtds.jdbc.TdsData
SYBUNIQUE -
Static variable in class net.sourceforge.jtds.jdbc.TdsData
SYBUNITEXT -
Static variable in class net.sourceforge.jtds.jdbc.TdsData
SYBVARBINARY -
Static variable in class net.sourceforge.jtds.jdbc.TdsData
SYBVARCHAR -
Static variable in class net.sourceforge.jtds.jdbc.TdsData
SYBVARIANT -
Static variable in class net.sourceforge.jtds.jdbc.TdsData
SYBVOID -
Static variable in class net.sourceforge.jtds.jdbc.TdsData
syscall(String, String) -
Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Format the supplied procedure call as a valid JDBC call escape.
sysnameLength -
Variable in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Length of a sysname object (table name, catalog name etc.) -- 128 for
TDS 7.0, 30 for earlier versions.
SYSTEM_PROPRETY_OS_NAME -
Static variable in class net.sourceforge.jtds.test.SupportUnitTest
T
- tableName -
Variable in class net.sourceforge.jtds.jdbc.SQLParser
- First table name in from clause
- tableName -
Variable in class net.sourceforge.jtds.jdbc.CachedResultSet
- First table name in select.
- tableName -
Variable in class net.sourceforge.jtds.jdbc.ColInfo
- Table name owning this column
- tables -
Variable in class net.sourceforge.jtds.jdbc.TdsCore
- The array of table names associated with this result.
- tail -
Variable in class net.sourceforge.jtds.jdbc.cache.ProcedureCache
- Tail node of the linked list.
- target -
Variable in class net.sourceforge.jtds.util.TimerThread.TimerRequest
- Target to notify when the timeout expires.
- TCP_NODELAY -
Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
- Default
tcpNoDelay property.
- tcpNoDelay -
Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
- TCP_NODELAY
- tcpNoDelay -
Variable in class net.sourceforge.jtds.jdbcx.JtdsDataSource
-
- TCPNODELAY -
Static variable in class net.sourceforge.jtds.jdbc.Driver
-
- tds -
Variable in class net.sourceforge.jtds.jdbc.JtdsStatement
- The TDS object used for server access.
- tds -
Variable in class net.sourceforge.jtds.jdbc.ResponseStream.TdsInputStream
- The underlying
ResponseStream .
- TDS -
Static variable in class net.sourceforge.jtds.jdbc.Driver
-
- TDS_ALTROW -
Static variable in class net.sourceforge.jtds.jdbc.TdsCore
- TDS Computed result set data row token.
- TDS_AUTH_TOKEN -
Static variable in class net.sourceforge.jtds.jdbc.TdsCore
- TDS 7.0 NTLM authentication challenge token.
- TDS_CAP_TOKEN -
Static variable in class net.sourceforge.jtds.jdbc.TdsCore
- TDS 5.0 capabilities token.
- TDS_CLOSE_TOKEN -
Static variable in class net.sourceforge.jtds.jdbc.TdsCore
- TDS 5.0 Close token.
- TDS_COLFMT_TOKEN -
Static variable in class net.sourceforge.jtds.jdbc.TdsCore
- TDS 4.2 Column meta data token.
- TDS_COLINFO_TOKEN -
Static variable in class net.sourceforge.jtds.jdbc.TdsCore
- TDS Cursor results column infomation token.
- TDS_COLNAME_TOKEN -
Static variable in class net.sourceforge.jtds.jdbc.TdsCore
- TDS 4.2 Column names token.
- TDS_COMP_NAMES_TOKEN -
Static variable in class net.sourceforge.jtds.jdbc.TdsCore
- TDS Computed result set names token.
- TDS_COMP_RESULT_TOKEN -
Static variable in class net.sourceforge.jtds.jdbc.TdsCore
- TDS Computed result set token.
- TDS_CONTROL_TOKEN -
Static variable in class net.sourceforge.jtds.jdbc.TdsCore
- TDS control token.
- TDS_DBRPC_TOKEN -
Static variable in class net.sourceforge.jtds.jdbc.TdsCore
- TDS 5.0 RPC token.
- TDS_DONE_LEN -
Static variable in class net.sourceforge.jtds.jdbc.SharedSocket
- Length of a TDS_DONE token.
- TDS_DONE_TOKEN -
Static variable in class net.sourceforge.jtds.jdbc.SharedSocket
- TDS done token.
- TDS_DONE_TOKEN -
Static variable in class net.sourceforge.jtds.jdbc.TdsCore
- TDS done token.
- TDS_DONEINPROC_TOKEN -
Static variable in class net.sourceforge.jtds.jdbc.TdsCore
- TDS done in procedure token.
- TDS_DONEPROC_TOKEN -
Static variable in class net.sourceforge.jtds.jdbc.TdsCore
- TDS done procedure token.
- TDS_ENV_CHARSET -
Static variable in class net.sourceforge.jtds.jdbc.TdsCore
- Environment change: charset changed.
- TDS_ENV_DATABASE -
Static variable in class net.sourceforge.jtds.jdbc.TdsCore
- Environment change: database changed.
- TDS_ENV_LANG -
Static variable in class net.sourceforge.jtds.jdbc.TdsCore
- Environment change: language changed.
- TDS_ENV_LCID -
Static variable in class net.sourceforge.jtds.jdbc.TdsCore
- Environment change: locale changed.
- TDS_ENV_PACKSIZE -
Static variable in class net.sourceforge.jtds.jdbc.TdsCore
- Environment change: network packet size changed.
- TDS_ENV_SQLCOLLATION -
Static variable in class net.sourceforge.jtds.jdbc.TdsCore
- Environment change: TDS 8 collation changed.
- TDS_ENVCHANGE_TOKEN -
Static variable in class net.sourceforge.jtds.jdbc.TdsCore
- TDS environment change token.
- TDS_ERROR_TOKEN -
Static variable in class net.sourceforge.jtds.jdbc.TdsCore
- TDS error result token.
- TDS_HDR_LEN -
Static variable in class net.sourceforge.jtds.jdbc.SharedSocket
- Length of TDS packet header.
- TDS_INFO_TOKEN -
Static variable in class net.sourceforge.jtds.jdbc.TdsCore
- TDS Information message token.
- TDS_LANG_TOKEN -
Static variable in class net.sourceforge.jtds.jdbc.TdsCore
- TDS 5.0 Language token.
- TDS_LOGINACK_TOKEN -
Static variable in class net.sourceforge.jtds.jdbc.TdsCore
- TDS Login acknowledgement token.
- TDS_MSG50_TOKEN -
Static variable in class net.sourceforge.jtds.jdbc.TdsCore
- TDS 5.0 message token.
- TDS_OFFSETS_TOKEN -
Static variable in class net.sourceforge.jtds.jdbc.TdsCore
- TDS DBLIB Offsets token.
- TDS_OPTIONCMD_TOKEN -
Static variable in class net.sourceforge.jtds.jdbc.TdsCore
- TDS Optional command token.
- TDS_ORDER_TOKEN -
Static variable in class net.sourceforge.jtds.jdbc.TdsCore
- TDS Order by columns token.
- TDS_PARAM_TOKEN -
Static variable in class net.sourceforge.jtds.jdbc.TdsCore
- TDS Output parameter value token.
- TDS_PROCID -
Static variable in class net.sourceforge.jtds.jdbc.TdsCore
- TDS Procedure ID token.
- TDS_RESULT_TOKEN -
Static variable in class net.sourceforge.jtds.jdbc.TdsCore
- TDS 5.0 Result set column meta data token.
- TDS_RETURNSTATUS_TOKEN -
Static variable in class net.sourceforge.jtds.jdbc.TdsCore
- TDS Procedure call return status token.
- TDS_ROW_TOKEN -
Static variable in class net.sourceforge.jtds.jdbc.TdsCore
- TDS Result set data row token.
- TDS_TABNAME_TOKEN -
Static variable in class net.sourceforge.jtds.jdbc.TdsCore
- TDS Table name token.
- TDS_VERSION_42 -
Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
- Default
tds property for TDS 4.2.
- TDS_VERSION_50 -
Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
- Default
tds property for TDS 5.0.
- TDS_VERSION_70 -
Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
- Default
tds property for TDS 7.0.
- TDS_VERSION_80 -
Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
- Default
tds property for TDS 8.0.
- TDS42 -
Static variable in class net.sourceforge.jtds.jdbc.Driver
- TDS 4.2 protocol (SQL Server 6.5 and later and Sybase 9 and later).
- tds4ColFormatToken() -
Method in class net.sourceforge.jtds.jdbc.TdsCore
- Process a TDS 4.2 column format token.
- tds4ColNamesToken() -
Method in class net.sourceforge.jtds.jdbc.TdsCore
- Process a TDS 4.2 column names token.
- TDS5_DYNAMIC_TOKEN -
Static variable in class net.sourceforge.jtds.jdbc.TdsCore
- TDS 5.0 Dynamic SQL token.
- TDS5_PARAMFMT_TOKEN -
Static variable in class net.sourceforge.jtds.jdbc.TdsCore
- TDS 5.0 parameter descriptor token.
- TDS5_PARAMFMT2_TOKEN -
Static variable in class net.sourceforge.jtds.jdbc.TdsCore
- TDS 5.0 Parameter format token.
- TDS5_PARAMS_TOKEN -
Static variable in class net.sourceforge.jtds.jdbc.TdsCore
- TDS 5.0 parameter value token.
- TDS5_WIDE_RESULT -
Static variable in class net.sourceforge.jtds.jdbc.TdsCore
- TSD 5.0 Wide result set token.
- TDS50 -
Static variable in class net.sourceforge.jtds.jdbc.Driver
- TDS 5.0 protocol (Sybase 10 and later).
- tds5DynamicToken() -
Method in class net.sourceforge.jtds.jdbc.TdsCore
- Process TDS5 dynamic SQL aknowledgements.
- tds5ErrorToken() -
Method in class net.sourceforge.jtds.jdbc.TdsCore
- Process a TDS 5 error or informational message.
- tds5ParamFmt2Token() -
Method in class net.sourceforge.jtds.jdbc.TdsCore
- Process TDS 5 Sybase 12+ Dynamic results parameter descriptor.
- tds5ParamFmtToken() -
Method in class net.sourceforge.jtds.jdbc.TdsCore
- Process TDS 5 Dynamic results parameter descriptors.
- tds5ParamsToken() -
Method in class net.sourceforge.jtds.jdbc.TdsCore
- Process TDS 5.0 Params Token.
- tds5ResultToken() -
Method in class net.sourceforge.jtds.jdbc.TdsCore
- Process a TDS 5.0 result set packet.
- Tds5Test - class net.sourceforge.jtds.test.Tds5Test.
- Test case to illustrate use of TDS 5 support.
- Tds5Test(String) -
Constructor for class net.sourceforge.jtds.test.Tds5Test
-
- tds5WideResultToken() -
Method in class net.sourceforge.jtds.jdbc.TdsCore
- Process Sybase 12+ wide result token which provides enhanced
column meta data.
- TDS7_COMP_RESULT_TOKEN -
Static variable in class net.sourceforge.jtds.jdbc.TdsCore
- TDS 7.0 Computed Result set column meta data token.
- TDS7_RESULT_TOKEN -
Static variable in class net.sourceforge.jtds.jdbc.TdsCore
- TDS 7.0 Result set column meta data token.
- TDS70 -
Static variable in class net.sourceforge.jtds.jdbc.Driver
- TDS 7.0 protocol (SQL Server 7.0 and later).
- tds7CryptPass(String) -
Static method in class net.sourceforge.jtds.jdbc.TdsCore
- A very poor man's "encryption".
- tds7ResultToken() -
Method in class net.sourceforge.jtds.jdbc.TdsCore
- Process a TDS 7.0 result set token.
- TDS80 -
Static variable in class net.sourceforge.jtds.jdbc.Driver
- TDS 8.0 protocol (SQL Server 2000 and later)
- TDS81 -
Static variable in class net.sourceforge.jtds.jdbc.Driver
- TDS 8.1 protocol (SQL Server 2000 SP1 and later).
- tds8SpNames -
Static variable in class net.sourceforge.jtds.jdbc.TdsCore
- Map of system stored procedures that have shortcuts in TDS8.
- Tds8Test - class net.sourceforge.jtds.test.Tds8Test.
- Test case to illustrate use of TDS 8 support
- Tds8Test(String) -
Constructor for class net.sourceforge.jtds.test.Tds8Test
-
- tdsCapabilityToken() -
Method in class net.sourceforge.jtds.jdbc.TdsCore
- Processes a TDS 5.0 capability token.
- tdsColumnInfoToken() -
Method in class net.sourceforge.jtds.jdbc.TdsCore
- Process a column infomation token.
- tdsControlToken() -
Method in class net.sourceforge.jtds.jdbc.TdsCore
- Process a control token (function unknown).
- TdsCore - class net.sourceforge.jtds.jdbc.TdsCore.
- This class implements the Sybase / Microsoft TDS protocol.
- TdsCore.TableMetaData - class net.sourceforge.jtds.jdbc.TdsCore.TableMetaData.
- Inner static class used to hold table meta data.
- TdsCore.TableMetaData() -
Constructor for class net.sourceforge.jtds.jdbc.TdsCore.TableMetaData
-
- TdsCore.TdsToken - class net.sourceforge.jtds.jdbc.TdsCore.TdsToken.
- Inner static class used to hold information about TDS tokens read.
- TdsCore.TdsToken() -
Constructor for class net.sourceforge.jtds.jdbc.TdsCore.TdsToken
-
- TdsCore(ConnectionJDBC2, SQLDiagnostic) -
Constructor for class net.sourceforge.jtds.jdbc.TdsCore
- Construct a TdsCore object.
- TdsData - class net.sourceforge.jtds.jdbc.TdsData.
- Implement TDS data types and related I/O logic.
- TdsData.TypeInfo - class net.sourceforge.jtds.jdbc.TdsData.TypeInfo.
- This class implements a descriptor for TDS data types;
- TdsData.TypeInfo(String, int, int, int, boolean, boolean, int) -
Constructor for class net.sourceforge.jtds.jdbc.TdsData.TypeInfo
- Construct a new TDS data type descriptor.
- TdsData() -
Constructor for class net.sourceforge.jtds.jdbc.TdsData
- Private constructor to prevent users creating an
actual instance of this class.
- tdsDefaults -
Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
- Default TDS version based on server type
- tdsDoneToken() -
Method in class net.sourceforge.jtds.jdbc.TdsCore
- Process a DONE, DONEINPROC or DONEPROC token.
- tdsEnvChangeToken() -
Method in class net.sourceforge.jtds.jdbc.TdsCore
- Process an environment change packet.
- tdsErrorToken() -
Method in class net.sourceforge.jtds.jdbc.TdsCore
- Process a TD4/TDS7 error or informational message.
- tdsInvalidToken() -
Method in class net.sourceforge.jtds.jdbc.TdsCore
- Report unsupported TDS token in input stream.
- tdsLoginAckToken() -
Method in class net.sourceforge.jtds.jdbc.TdsCore
- Process a login acknowledgement packet.
- tdsNtlmAuthToken() -
Method in class net.sourceforge.jtds.jdbc.TdsCore
- Process a NTLM Authentication challenge.
- tdsOffsetsToken() -
Method in class net.sourceforge.jtds.jdbc.TdsCore
- Process offsets token.
- tdsOrderByToken() -
Method in class net.sourceforge.jtds.jdbc.TdsCore
- Process an order by token.
- tdsOutputParamToken() -
Method in class net.sourceforge.jtds.jdbc.TdsCore
- Process output parameters.
- tdsProcIdToken() -
Method in class net.sourceforge.jtds.jdbc.TdsCore
- Process procedure ID token.
- tdsReturnStatusToken() -
Method in class net.sourceforge.jtds.jdbc.TdsCore
- Process stored procedure return status token.
- tdsRowToken() -
Method in class net.sourceforge.jtds.jdbc.TdsCore
- Process a row data token.
- tdsTableNameToken() -
Method in class net.sourceforge.jtds.jdbc.TdsCore
- Process a table name token.
- TdsTlsInputStream - class net.sourceforge.jtds.ssl.TdsTlsInputStream.
- An input stream that filters out TDS headers so they are not returned to
JSSE (which will not recognize them).
- TdsTlsInputStream(InputStream) -
Constructor for class net.sourceforge.jtds.ssl.TdsTlsInputStream
- Constructs a TdsTlsInputStream and bases it on an underlying stream.
- TdsTlsOutputStream - class net.sourceforge.jtds.ssl.TdsTlsOutputStream.
- An output stream that mediates between JSSE and the DB server.
- TdsTlsOutputStream(OutputStream) -
Constructor for class net.sourceforge.jtds.ssl.TdsTlsOutputStream
- Constructs a TdsTlsOutputStream based on an underlying output stream.
- TdsTlsSocket - class net.sourceforge.jtds.ssl.TdsTlsSocket.
- A socket that mediates between JSSE and the DB server.
- TdsTlsSocket(Socket) -
Constructor for class net.sourceforge.jtds.ssl.TdsTlsSocket
- Constructs a TdsTlsSocket around an underlying socket.
- tdsType -
Variable in class net.sourceforge.jtds.jdbc.ParamInfo
- Internal TDS data type
- tdsType -
Variable in class net.sourceforge.jtds.jdbc.ColInfo
- Internal TDS data type
- tdsVersion -
Variable in class net.sourceforge.jtds.jdbc.SharedSocket
- Tds protocol version
- tdsVersion -
Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
- The server protocol version.
- tdsVersion -
Variable in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
- tdsVersion -
Variable in class net.sourceforge.jtds.jdbc.TdsCore
- The TDS version being supported by this connection.
- tdsVersion -
Variable in class net.sourceforge.jtds.jdbcx.JtdsDataSource
-
- tearDown() -
Method in class net.sourceforge.jtds.test.SupportUnitTest
-
- tearDown() -
Method in class net.sourceforge.jtds.test.TestBase
-
- tearDown() -
Method in class net.sourceforge.jtds.test.DatabaseMetaDataTypeInfoTest
-
- TEMPORARY_STORED_PROCEDURES -
Static variable in class net.sourceforge.jtds.jdbc.TdsCore
- Prepare SQL using temporary stored procedures
- tempResultSet -
Variable in class net.sourceforge.jtds.jdbc.CachedResultSet
- True if this is a local temporary result set.
- terminator -
Variable in class net.sourceforge.jtds.jdbc.SQLParser
- Current expected terminator character.
- test_addDefaultPropertyIfNotSet_DefaultKeyNotSet() -
Method in class net.sourceforge.jtds.test.DefaultPropertiesUnitTest
- Tests that
DefaultProperties.addDefaultPropertyIfNotSet(java.util.Properties, java.lang.String, java.lang.String, java.util.Map)
does not set a default property if the defaultKey is not set.
- test_addDefaultPropertyIfNotSet_DefaultKeySet_PropertyAlreadySet() -
Method in class net.sourceforge.jtds.test.DefaultPropertiesUnitTest
- Tests that
DefaultProperties.addDefaultPropertyIfNotSet(java.util.Properties, java.lang.String, java.lang.String, java.util.Map)
does not set a default property if the property is already set.
- test_addDefaultPropertyIfNotSet_DefaultKeySet_PropertyNotSet() -
Method in class net.sourceforge.jtds.test.DefaultPropertiesUnitTest
- Tests that
DefaultProperties.addDefaultPropertyIfNotSet(java.util.Properties, java.lang.String, java.lang.String, java.util.Map)
sets a default property if the property is not already set.
- test_addDefaultPropertyIfNotSet_PropertyAlreadySet() -
Method in class net.sourceforge.jtds.test.DefaultPropertiesUnitTest
- Tests that
DefaultProperties.addDefaultPropertyIfNotSet(java.util.Properties, java.lang.String, java.lang.String)
does not set a default property if the property is already set.
- test_addDefaultPropertyIfNotSet_PropertyNotSet() -
Method in class net.sourceforge.jtds.test.DefaultPropertiesUnitTest
- Tests that
DefaultProperties.addDefaultPropertyIfNotSet(java.util.Properties, java.lang.String, java.lang.String)
sets a default property if the property is not already set.
- test_appName() -
Method in class net.sourceforge.jtds.test.DefaultPropertiesTestLibrary
- Test the
appName property.
- test_batchSize() -
Method in class net.sourceforge.jtds.test.DefaultPropertiesTestLibrary
- Test the
batchSize property.
- test_bindAddress() -
Method in class net.sourceforge.jtds.test.DefaultPropertiesTestLibrary
- Test the
bindAddress property.
- test_bufferDir() -
Method in class net.sourceforge.jtds.test.DefaultPropertiesTestLibrary
- Test the
bufferDir property.
- test_bufferMaxMemory() -
Method in class net.sourceforge.jtds.test.DefaultPropertiesTestLibrary
- Test the
bufferMaxMemory property.
- test_bufferMinPackets() -
Method in class net.sourceforge.jtds.test.DefaultPropertiesTestLibrary
- Test the
bufferMinPackets property.
- test_cacheMetaData() -
Method in class net.sourceforge.jtds.test.DefaultPropertiesTestLibrary
- Test the
cacheMetaData property.
- test_databaseName() -
Method in class net.sourceforge.jtds.test.DefaultPropertiesTestLibrary
- Test the
databaseName property.
- test_getNamedPipePath_DEFAULT() -
Method in class net.sourceforge.jtds.test.DefaultPropertiesUnitTest
-
- test_getNamedPipePath_INVALID() -
Method in class net.sourceforge.jtds.test.DefaultPropertiesUnitTest
-
- test_getNamedPipePath_SQLSERVER() -
Method in class net.sourceforge.jtds.test.DefaultPropertiesUnitTest
-
- test_getNamedPipePath_SYBASE() -
Method in class net.sourceforge.jtds.test.DefaultPropertiesUnitTest
-
- test_getPropertyInfo_Choices() -
Method in class net.sourceforge.jtds.test.DriverUnitTest
- Tests that the
DriverPropertyInfo array returned from
Driver.getPropertyInfo(String, Properties) contains
the correct choices value on each of the objects.
- test_getPropertyInfo_MatchesMessagesProperties() -
Method in class net.sourceforge.jtds.test.DriverUnitTest
- Tests that the
DriverPropertyInfo array returned from
Driver.getPropertyInfo(String, Properties)
matches the list of properties defined in Messages.properties .
- test_getPropertyInfo_Required() -
Method in class net.sourceforge.jtds.test.DriverUnitTest
- Tests that the
DriverPropertyInfo array returned from
Driver.getPropertyInfo(String, Properties) contains
the correct required value on each of the objects.
- test_getPropertyInfo_ThrowsSQLExceptionWithNonNullProperties() -
Method in class net.sourceforge.jtds.test.DriverUnitTest
- Tests that passing in a non-null properties argument to
Driver.getPropertyInfo(String, Properties)
causes the url to be parsed, which then throws a SQLException .
- test_getPropertyInfo_ThrowsSQLExceptionWithNullProperties() -
Method in class net.sourceforge.jtds.test.DriverUnitTest
- Tests that passing in a null properties argument to
Driver.getPropertyInfo(String, Properties)
causes the url to be parsed, which then throws a SQLException .
- test_getServerType_intToString_Null() -
Method in class net.sourceforge.jtds.test.DefaultPropertiesUnitTest
-
- test_getServerType_intToString_SQLSERVER() -
Method in class net.sourceforge.jtds.test.DefaultPropertiesUnitTest
-
- test_getServerType_intToString_SYBASE() -
Method in class net.sourceforge.jtds.test.DefaultPropertiesUnitTest
-
- test_getServerType_StringToInteger_Null() -
Method in class net.sourceforge.jtds.test.DefaultPropertiesUnitTest
-
- test_getServerType_StringToInteger_SQLSERVER() -
Method in class net.sourceforge.jtds.test.DefaultPropertiesUnitTest
-
- test_getServerType_StringToInteger_SYBASE() -
Method in class net.sourceforge.jtds.test.DefaultPropertiesUnitTest
-
- test_getTdsVersion_StringToInteger_Null() -
Method in class net.sourceforge.jtds.test.DefaultPropertiesUnitTest
-
- test_getTdsVersion_StringToInteger_TDS42() -
Method in class net.sourceforge.jtds.test.DefaultPropertiesUnitTest
-
- test_getTdsVersion_StringToInteger_TDS50() -
Method in class net.sourceforge.jtds.test.DefaultPropertiesUnitTest
-
- test_getTdsVersion_StringToInteger_TDS70() -
Method in class net.sourceforge.jtds.test.DefaultPropertiesUnitTest
-
- test_getTdsVersion_StringToInteger_TDS80() -
Method in class net.sourceforge.jtds.test.DefaultPropertiesUnitTest
-
- test_lastUpdateCount() -
Method in class net.sourceforge.jtds.test.DefaultPropertiesTestLibrary
- Test the
lastUpdateCount property.
- test_lobBuffer() -
Method in class net.sourceforge.jtds.test.DefaultPropertiesTestLibrary
- Test the
lobBuffer property.
- test_loginTimeout() -
Method in class net.sourceforge.jtds.test.DefaultPropertiesTestLibrary
- Test the
loginTimeout property.
- test_macAddress() -
Method in class net.sourceforge.jtds.test.DefaultPropertiesTestLibrary
- Test the
macAddress property.
- test_namedPipe() -
Method in class net.sourceforge.jtds.test.DefaultPropertiesTestLibrary
- Test the
namedPipe property.
- test_packetSize() -
Method in class net.sourceforge.jtds.test.DefaultPropertiesTestLibrary
- Test the
packetSize property.
- test_portNumber() -
Method in class net.sourceforge.jtds.test.DefaultPropertiesTestLibrary
- Test the
portNumber property.
- test_prepareSql() -
Method in class net.sourceforge.jtds.test.DefaultPropertiesTestLibrary
- Test the
prepareSql property.
- test_progName() -
Method in class net.sourceforge.jtds.test.DefaultPropertiesTestLibrary
- Test the
progName property.
- test_sendStringParametersAsUnicode() -
Method in class net.sourceforge.jtds.test.DefaultPropertiesTestLibrary
- Test the
sendStringParametersAsUnicode property.
- test_serverType() -
Method in class net.sourceforge.jtds.test.DefaultPropertiesTestLibrary
- Test the
serverType property.
- test_socketTimeout() -
Method in class net.sourceforge.jtds.test.DefaultPropertiesTestLibrary
- Test the
socketTimeout property.
- test_tcpNoDelay() -
Method in class net.sourceforge.jtds.test.DefaultPropertiesTestLibrary
- Test the
tcpNoDelay property.
- test_tds() -
Method in class net.sourceforge.jtds.test.DefaultPropertiesTestLibrary
- Test the
tds (version) property.
- test_unpackProperties_invalidIntegerProperty() -
Method in class net.sourceforge.jtds.test.ConnectionJDBC2UnitTest
- Test that an
SQLException is thrown when
parsing invalid integer (and long) properties.
- test_useCursors() -
Method in class net.sourceforge.jtds.test.DefaultPropertiesTestLibrary
- Test the
useCursors property.
- test_useJCIFS() -
Method in class net.sourceforge.jtds.test.DefaultPropertiesTestLibrary
- Test the
useJCIFS property.
- test_useLOBs() -
Method in class net.sourceforge.jtds.test.DefaultPropertiesTestLibrary
- Test the
useLOBs property.
- test_wsid() -
Method in class net.sourceforge.jtds.test.DefaultPropertiesTestLibrary
- Test the
wsid property.
- test1899Date() -
Method in class net.sourceforge.jtds.test.TimestampTest
- Test for bug [1234531] Dates before 01/01/1900 broken due to DateTime
value markers.
- testAbsoluteLargeValue() -
Method in class net.sourceforge.jtds.test.ResultSetTest
- Test that calling
absolute() with very large positive
values positions the cursor after the last row and with very large
negative values positions the cursor before the first row.
- testAbsoluteMinusOne() -
Method in class net.sourceforge.jtds.test.ResultSetTest
- Test that
absolute(-1) works the same as last() .
- testAutoCommit() -
Method in class net.sourceforge.jtds.test.ConnectionJDBC2UnitTest
- Test for bug [1296482] setAutoCommit() behaviour.
- TestBase - class net.sourceforge.jtds.test.TestBase.
-
- TestBase(String) -
Constructor for class net.sourceforge.jtds.test.TestBase
-
- testBatch() -
Method in class net.sourceforge.jtds.test.BatchTest
- Test batched statements.
- testBatch1() -
Method in class net.sourceforge.jtds.test.AsTest
-
- testBatchDupKey() -
Method in class net.sourceforge.jtds.test.BatchTest
- Test for bug [1371295] SQL Server continues after duplicate key error.
- testBatchEsc() -
Method in class net.sourceforge.jtds.test.BatchTest
- Test for bug [1180169] JDBC escapes not allowed with Sybase addBatch.
- testBatchUpdates0015() -
Method in class net.sourceforge.jtds.test.SAfeTest
- Test batch updates for both plain and prepared statements.
- testBigDecBadParamSpec() -
Method in class net.sourceforge.jtds.test.PreparedStatementTest
- Test for bug [1094621] Decimal conversion error: A prepared statement
with a decimal parameter that is -1E38 will fail as a result of the
driver generating a parameter specification of decimal(38,10) rather
than decimal(38,0).
- testBigDecimal() -
Method in class net.sourceforge.jtds.test.AsTest
-
- testBigDecimal() -
Method in class net.sourceforge.jtds.test.CallableStatementTest
- Test for bug [1236078] Procedure doesn't get called for some BigDecimal
values - invalid bug.
- testBigDecimal0007() -
Method in class net.sourceforge.jtds.test.SAfeTest
- Test
BigDecimal s created from double values (i.e with very
large scales).
- testBigDecimal1() -
Method in class net.sourceforge.jtds.test.SAfeTest
- Test for bug [939206] TdsException: can't sent this BigDecimal
- testBigint() -
Method in class net.sourceforge.jtds.test.Tds5Test
- Test Sybase ASE 15+ bigint data type.
- testBigInt() -
Method in class net.sourceforge.jtds.test.AsTest
-
- testBigint0000() -
Method in class net.sourceforge.jtds.test.TimestampTest
-
- testBigInt1() -
Method in class net.sourceforge.jtds.test.Tds8Test
-
- testBigInt2() -
Method in class net.sourceforge.jtds.test.Tds8Test
- Test BIGINT data type.
- testBinary() -
Method in class net.sourceforge.jtds.test.AsTest
-
- testBitFields0005() -
Method in class net.sourceforge.jtds.test.SAfeTest
- Check that values returned from bit fields are correct (not just 0) (bug #841670).
- testBlob0021() -
Method in class net.sourceforge.jtds.test.TimestampTest
-
- testBoolean() -
Method in class net.sourceforge.jtds.test.AsTest
-
- testBooleanOptions() -
Method in class net.sourceforge.jtds.test.DatabaseMetaDataTest
- Test meta data functions that return boolean values.
- testBug457955() -
Method in class net.sourceforge.jtds.test.AsTest
-
- testBugAttTest2() -
Method in class net.sourceforge.jtds.test.AsTest
-
- testBytesToString() -
Method in class net.sourceforge.jtds.test.SAfeTest
- Test that getString() on a varbinary column returns a hex string.
- testBytesToVarchar() -
Method in class net.sourceforge.jtds.test.EncodingTest
- Test for bug [101956] updateBytes converted to hex in varchar
NB Test assumes server using iso_1 character set.
- testCachedCursor() -
Method in class net.sourceforge.jtds.test.ClientSideCursorTest
- General test of scrollable cursor functionality.
- testCalculateBufferSize_TDS42() -
Method in class net.sourceforge.jtds.test.NamedPipeUnitTest
- Test that
Support.calculateNamedPipeBufferSize(int, int)
sets the buffer size appropriately for TDS 4.2 when the packet
size is set to 0.
- testCalculateBufferSize_TDS50() -
Method in class net.sourceforge.jtds.test.NamedPipeUnitTest
- Test that
Support.calculateNamedPipeBufferSize(int, int)
sets the buffer size appropriately for TDS 5.0 when the packet
size is set to 0.
- testCalculateBufferSize_TDS70() -
Method in class net.sourceforge.jtds.test.NamedPipeUnitTest
- Test that
Support.calculateNamedPipeBufferSize(int, int)
sets the buffer size appropriately for TDS 7.0 when the packet
size is set to 0.
- testCalculateBufferSize_TDS80() -
Method in class net.sourceforge.jtds.test.NamedPipeUnitTest
- Test that
Support.calculateNamedPipeBufferSize(int, int)
sets the buffer size appropriately for TDS 8.0 when the packet
size is set to 0.
- testCallableError1() -
Method in class net.sourceforge.jtds.test.CallableStatementTest
- Test for bug [991640] java.sql.Date error and RAISERROR problem
- testCallableRegisterOutParameter1() -
Method in class net.sourceforge.jtds.test.CallableStatementTest
- Test for bug [974284] retval on callable statement isn't handled correctly
- testCallableRegisterOutParameter2() -
Method in class net.sourceforge.jtds.test.CallableStatementTest
- Test for bug [994888] Callable statement and Float output parameter
- testCallableRegisterOutParameter3() -
Method in class net.sourceforge.jtds.test.CallableStatementTest
- Test for bug [994988] Network error when null is returned via int output parm
- testCallableRegisterOutParameter4() -
Method in class net.sourceforge.jtds.test.CallableStatementTest
- Test for bug [983432] Prepared call doesn't work with jTDS 0.8
- testCallableSetNull1() -
Method in class net.sourceforge.jtds.test.CallableStatementTest
- Test for reature request [956800] setNull(): Not implemented.
- testCallableStatement() -
Method in class net.sourceforge.jtds.test.CallableStatementTest
-
- testCallableStatement0006() -
Method in class net.sourceforge.jtds.test.SAfeTest
- Test that
CallableStatement s with return values work correctly.
- testCallableStatement1() -
Method in class net.sourceforge.jtds.test.CallableStatementTest
-
- testCallableStatementCall1() -
Method in class net.sourceforge.jtds.test.CallableStatementTest
-
- testCallableStatementCall2() -
Method in class net.sourceforge.jtds.test.CallableStatementTest
-
- testCallableStatementCall3() -
Method in class net.sourceforge.jtds.test.CallableStatementTest
-
- testCallableStatementCall4() -
Method in class net.sourceforge.jtds.test.CallableStatementTest
- Test for bug [974801] stored procedure error in Northwind
- testCallableStatementExec1() -
Method in class net.sourceforge.jtds.test.CallableStatementTest
-
- testCallableStatementExec2() -
Method in class net.sourceforge.jtds.test.CallableStatementTest
-
- testCallableStatementExec3() -
Method in class net.sourceforge.jtds.test.CallableStatementTest
-
- testCallableStatementExec4() -
Method in class net.sourceforge.jtds.test.CallableStatementTest
-
- testCallableStatementExec5() -
Method in class net.sourceforge.jtds.test.CallableStatementTest
-
- testCallableStatementExec6() -
Method in class net.sourceforge.jtds.test.CallableStatementTest
-
- testCallableStatementExec7() -
Method in class net.sourceforge.jtds.test.CallableStatementTest
-
- testCallableStatementExec8() -
Method in class net.sourceforge.jtds.test.CallableStatementTest
-
- testCallableStatementExec9() -
Method in class net.sourceforge.jtds.test.CallableStatementTest
- Test for bug [978175] 0.8: Stored Procedure call doesn't work anymore
- testCallableStatementParsing1() -
Method in class net.sourceforge.jtds.test.CallableStatementTest
-
- testCallableStatementParsing2() -
Method in class net.sourceforge.jtds.test.CallableStatementTest
- Test for bug [938632] String index out of bounds error in 0.8rc1.
- testCallableStatementParsing3() -
Method in class net.sourceforge.jtds.test.CallableStatementTest
- Test for bug [1006845] Stored procedure with 18 parameters.
- testCallableStatementParsing4() -
Method in class net.sourceforge.jtds.test.CallableStatementTest
- Test for incorrect exception thrown/no exception thrown when invalid
call escape is used.
- testCallableStatementParsing5() -
Method in class net.sourceforge.jtds.test.CallableStatementTest
- Test for bug [1052942] Error processing JDBC call escape.
- testCallableStatementParsing6() -
Method in class net.sourceforge.jtds.test.CallableStatementTest
- Test for incorrect exception thrown/no exception thrown when invalid
call escape is used.
- testCallableStatementParsing7() -
Method in class net.sourceforge.jtds.test.CallableStatementTest
- Test for incorrect exception thrown/no exception thrown when invalid
call escape is used.
- testCallableStatementVarchar0010() -
Method in class net.sourceforge.jtds.test.SAfeTest
- Test VARCHAR output parameters returned by CallableStatements.
- testCallStmtBatch() -
Method in class net.sourceforge.jtds.test.BatchTest
- Test batched callable statements.
- testCallStmtBatch2() -
Method in class net.sourceforge.jtds.test.BatchTest
- Test batched callable statements where the call includes literal parameters which prevent the use of RPC calls.
- testCallStmtNoParams() -
Method in class net.sourceforge.jtds.test.BatchTest
- Test batched callable statements where the call has no parameters.
- testCallStoredProcedures0028() -
Method in class net.sourceforge.jtds.test.CSUnitTest
-
- testCancel0001() -
Method in class net.sourceforge.jtds.test.SAfeTest
- Test cancelling.
- testCancel0002() -
Method in class net.sourceforge.jtds.test.SAfeTest
- Test cancelling.
- testCancel0003() -
Method in class net.sourceforge.jtds.test.SAfeTest
- Test for bug [1120442] Statement hangs in socket read after
Statement.cancel().
- testCancelResultSet() -
Method in class net.sourceforge.jtds.test.ResultSetTest
- Test for bug [1246270] Closing a statement after canceling it throws an
exception.
- testChallengeResponse() -
Method in class net.sourceforge.jtds.test.NtlmAuthTest
- Tests the NT challenge/response against a known-good value.
- testCharToLong() -
Method in class net.sourceforge.jtds.test.SunTest
- Generic test for SUN bugs: bigint null parameter values sent as integer size.
- testCharToReal() -
Method in class net.sourceforge.jtds.test.SunTest
- Generic test for errors caused by promotion out parameters of Float to Double by driver.
- testCharTypes() -
Method in class net.sourceforge.jtds.test.TypeInfoTest
-
- testColMetaData() -
Method in class net.sourceforge.jtds.test.Tds5Test
- Test the new column meta data made available in Sybase 12
- testColumnClassName() -
Method in class net.sourceforge.jtds.test.DatabaseMetaDataTest
-
- testColumnCollations() -
Method in class net.sourceforge.jtds.test.Tds8Test
- Test column collations.
- testColumnMetaData() -
Method in class net.sourceforge.jtds.test.DatabaseMetaDataTest
- Test to check DatabaseMetaData.getColumns and ResultSetMetaData is equivalent.
- testColumnNames() -
Method in class net.sourceforge.jtds.test.DatabaseMetaDataTypeInfoTest
-
- testCompareToDifferentDataType() -
Method in class net.sourceforge.jtds.test.TypeInfoTest
-
- testCompareToIdentity() -
Method in class net.sourceforge.jtds.test.TypeInfoTest
-
- testConcurrentBatching() -
Method in class net.sourceforge.jtds.test.BatchTest
- Test batched prepared statement concurrency.
- testConnection0038() -
Method in class net.sourceforge.jtds.test.TimestampTest
-
- testConnection0039() -
Method in class net.sourceforge.jtds.test.TimestampTest
-
- testConversionToLongvarchar() -
Method in class net.sourceforge.jtds.test.SunTest
- Test conversion of various types to LONGVARCHAR.
- testCursorFallback() -
Method in class net.sourceforge.jtds.test.ResultSetTest
- Test that the cursor fallback logic correctly discriminates between
"real" sql errors and cursor open failures.
- testCursorFetch() -
Method in class net.sourceforge.jtds.test.ResultSetTest
- Test the behavior of
sp_cursorfetch with fetch sizes
greater than 1.
- testCursorMaxRows() -
Method in class net.sourceforge.jtds.test.ResultSetTest
- Test that
Statement.setMaxRows() works on cursor
ResultSet s.
- testCursorPrevious() -
Method in class net.sourceforge.jtds.test.ResultSetTest
- Test that
ResultSet.previous() works correctly on cursor
ResultSet s.
- testCursorResultSetConcurrency0003() -
Method in class net.sourceforge.jtds.test.SAfeTest
- Test
CursorResultSet concurrency.
- testCursorResultSetEmpty0004() -
Method in class net.sourceforge.jtds.test.SAfeTest
- Check that meta data information is fetched even for empty cursor-based result sets (bug #613199).
- testCursorRSCreate() -
Method in class net.sourceforge.jtds.test.SanityTest
-
- testCursorRSScroll() -
Method in class net.sourceforge.jtds.test.SanityTest
-
- testCursorStatements() -
Method in class net.sourceforge.jtds.test.SanityTest
- Basic test of cursor mechanisms.
- testCursorWarning() -
Method in class net.sourceforge.jtds.test.ResultSetTest
- Test for bug [1022445] Cursor downgrade warning not raised.
- testDataTruncException() -
Method in class net.sourceforge.jtds.test.SAfeTest
- Test
DataTruncation exception.
- testDataTypes0027() -
Method in class net.sourceforge.jtds.test.CSUnitTest
-
- testDataTypesByResultSetMetaData0030() -
Method in class net.sourceforge.jtds.test.CSUnitTest
-
- testDateTime() -
Method in class net.sourceforge.jtds.test.Tds5Test
- Test the new date and time data types in Sybase 12+
- testDateTime() -
Method in class net.sourceforge.jtds.test.SunTest
- Generic Tests for SUN bugs such as
Can't convert VARCHAR to Timestamp
Can't convert VARCHAR to Time
Can't convert VARCHAR to Date
Internal time representation causes equals to fail
- testDateTimeFn() -
Method in class net.sourceforge.jtds.test.SunTest
- Test for bug [ 1008126 ] Metadata getTimeDateFunctions() wrong
- testDatetimeRounding1() -
Method in class net.sourceforge.jtds.test.TimestampTest
- Test for bug [994916] datetime decoding in TdsData.java
- testDatetimeRounding1() -
Method in class net.sourceforge.jtds.test.SAfeTest
- Test for bug [983561] getDatetimeValue truncates fractional milliseconds
- testDatetimeRounding10() -
Method in class net.sourceforge.jtds.test.TimestampTest
- Test for bug [994916] datetime decoding in TdsData.java
- testDatetimeRounding2() -
Method in class net.sourceforge.jtds.test.TimestampTest
- Test for bug [994916] datetime decoding in TdsData.java
- testDatetimeRounding3() -
Method in class net.sourceforge.jtds.test.TimestampTest
- Test for bug [994916] datetime decoding in TdsData.java
- testDatetimeRounding4() -
Method in class net.sourceforge.jtds.test.TimestampTest
- Test for bug [994916] datetime decoding in TdsData.java
- testDatetimeRounding5() -
Method in class net.sourceforge.jtds.test.TimestampTest
- Test for bug [994916] datetime decoding in TdsData.java
- testDatetimeRounding6() -
Method in class net.sourceforge.jtds.test.TimestampTest
- Test for bug [994916] datetime decoding in TdsData.java
- testDatetimeRounding7() -
Method in class net.sourceforge.jtds.test.TimestampTest
- Test for bug [994916] datetime decoding in TdsData.java
- testDatetimeRounding8() -
Method in class net.sourceforge.jtds.test.TimestampTest
- Test for bug [994916] datetime decoding in TdsData.java
- testDatetimeRounding9() -
Method in class net.sourceforge.jtds.test.TimestampTest
- Test for bug [994916] datetime decoding in TdsData.java
- testDayOfWeek() -
Method in class net.sourceforge.jtds.test.TimestampTest
- Test for bug [1226210] {fn dayofweek()} depends on the language.
- testDecimalConversion0058() -
Method in class net.sourceforge.jtds.test.TimestampTest
-
- testDefaultTdsVersion() -
Method in class net.sourceforge.jtds.test.JtdsDataSourceUnitTest.Test_JtdsDataSource_getConnection
- Test connecting without specifying TDS version.
- testDeleteRow0009() -
Method in class net.sourceforge.jtds.test.SAfeTest
- Test
ResultSet.deleteRow() on updateable result sets.
- testDeleteRowMarksDeleted() -
Method in class net.sourceforge.jtds.test.ResultSetTest
- Test that deleted rows are not removed but rather marked as deleted.
- testDistinctBug() -
Method in class net.sourceforge.jtds.test.ResultSetTest
- Test bug with Sybase where readonly scrollable result set based on a
SELECT DISTINCT returns duplicate rows.
- testDynamicCursors() -
Method in class net.sourceforge.jtds.test.ResultSetTest
- Test if dynamic cursors (
ResultSet.TYPE_SCROLL_SENSITIVE+1 )
see others' updates.
- testEmptyInsertRow() -
Method in class net.sourceforge.jtds.test.ResultSetTest
- Test that
insertRow() works with no values set.
- testEmptyResults0011() -
Method in class net.sourceforge.jtds.test.TimestampTest
-
- testEmptyResults0012() -
Method in class net.sourceforge.jtds.test.TimestampTest
-
- testEmptyResults0013() -
Method in class net.sourceforge.jtds.test.TimestampTest
-
- testEncoding1251Test1() -
Method in class net.sourceforge.jtds.test.Tds8Test
- Test for bug [981958] PreparedStatement doesn't work correctly
- tester -
Variable in class net.sourceforge.jtds.test.DefaultPropertiesTestLibrary
- Object used to run all of the tests.
- testErrorOutputParams() -
Method in class net.sourceforge.jtds.test.CallableStatementTest
- Test for bug [1047208] SQLException chaining not implemented correctly:
checks that all errors are returned and that output variables are also
returned.
- testErrors0036() -
Method in class net.sourceforge.jtds.test.TimestampTest
-
- testEscape(String, String) -
Method in class net.sourceforge.jtds.test.TimestampTest
-
- testEscapedParams() -
Method in class net.sourceforge.jtds.test.PreparedStatementTest
- Test for parameter markers in function escapes.
- testEscapes0006() -
Method in class net.sourceforge.jtds.test.TimestampTest
-
- testExceptionByUpdate0033() -
Method in class net.sourceforge.jtds.test.CSUnitTest
-
- testExecuteUpdateSelect() -
Method in class net.sourceforge.jtds.test.SAfeTest
- Tests that
executeUpdate("SELECT ...") fails.
- testFloat1() -
Method in class net.sourceforge.jtds.test.SAfeTest
- Test for bug [963799] float values change when written to the database
- testFloatValues() -
Method in class net.sourceforge.jtds.test.PreparedStatementTest
- Tests that float (single precision - 32 bit) values are not converted to
double (thus loosing precision).
- testFnEscape() -
Method in class net.sourceforge.jtds.test.SAfeTest
- Test for bug related with [1368058] Calling StoredProcedure with
functions ({fn} escape can't handle special characters, e.g.
- testFnEscapeNesting() -
Method in class net.sourceforge.jtds.test.SAfeTest
- Test for bug #1116046 {fn } escape can't handle nested functions.
- testForBrowse0014() -
Method in class net.sourceforge.jtds.test.TimestampTest
-
- testForceCharset1() -
Method in class net.sourceforge.jtds.test.ConnectionJDBC2UnitTest
- Test correct behavior of the
charset property.
- testForceCharset2() -
Method in class net.sourceforge.jtds.test.ConnectionJDBC2UnitTest
- Test correct behavior of the
charset property.
- testGetAsciiStream0018() -
Method in class net.sourceforge.jtds.test.CSUnitTest
-
- testGetBoolean0025() -
Method in class net.sourceforge.jtds.test.TimestampTest
-
- testGetByName() -
Method in class net.sourceforge.jtds.test.ResultSetTest
- Test whether retrieval by name returns the first occurence (that's what
the spec requires).
- testGetColumnsMetaData() -
Method in class net.sourceforge.jtds.test.DatabaseMetaDataTest
- Test for bug [1120168] jTDS 101 - TDS data type 0 invalid.
- testGetFloatObject() -
Method in class net.sourceforge.jtds.test.SunTest
- Generic test for SUN bug where Float was promoted to Double
by driver leading to ClassCastExceptions in the tests.
- testGetMetaData() -
Method in class net.sourceforge.jtds.test.SunTest
- Test for SUN bug [ PrepStmt1.getMetaData() ]
Driver loops if select contains commas.
- testGetMultiScrollRs() -
Method in class net.sourceforge.jtds.test.SAfeTest
- Test return of multiple scrollable result sets from one execute.
- testGetObject1() -
Method in class net.sourceforge.jtds.test.ResultSetTest
- Test BIT data type.
- testGetObject2() -
Method in class net.sourceforge.jtds.test.ResultSetTest
- Test TINYINT data type.
- testGetObject3() -
Method in class net.sourceforge.jtds.test.ResultSetTest
- Test SMALLINT data type.
- testGetObject4() -
Method in class net.sourceforge.jtds.test.ResultSetTest
- Test INT data type.
- testGetObject5() -
Method in class net.sourceforge.jtds.test.ResultSetTest
- Test BIGINT data type.
- testGetProcedures() -
Method in class net.sourceforge.jtds.test.SunTest
- Test for SUN bug [ dbMeta8.testGetProcedures ]
The wrong column names are returned by getProcedures().
- testGetString() -
Method in class net.sourceforge.jtds.test.TimestampTest
- Test for bug [1235845] getTimestamp() returns illegal value after
getString().
- testGetTables() -
Method in class net.sourceforge.jtds.test.DatabaseMetaDataTest
- Test for bug [998765] Exception with Sybase and metaData.getTables()
- testGetTableTypesOrder() -
Method in class net.sourceforge.jtds.test.DatabaseMetaDataTest
- Test for bug [974036] Bug in 0.8rc1 DatabaseMetaData method getTableTypes()
- testIllegalParameters() -
Method in class net.sourceforge.jtds.test.PreparedStatementTest
- Test for bug [1111516 ] Illegal Parameters in PreparedStatement.
- testImageText() -
Method in class net.sourceforge.jtds.test.Tds5Test
- Test for bug [1161609] Text or image data truncated on Sybase 12.5
- testInOutParameters() -
Method in class net.sourceforge.jtds.test.CallableStatementTest
- Test for separation of IN and INOUT/OUT parameter values
- testInsertConflict0049() -
Method in class net.sourceforge.jtds.test.CSUnitTest
-
- testInsertRow0012() -
Method in class net.sourceforge.jtds.test.SAfeTest
- Test
ResultSet.insertRow() on updateable result sets.
- testInsertRowVisible() -
Method in class net.sourceforge.jtds.test.ResultSetTest
- Test that inserted rows are visible in a scroll sensitive
ResultSet and that they show up at the end.
- testIntOptions() -
Method in class net.sourceforge.jtds.test.DatabaseMetaDataTest
- Test meta data function that return integer values.
- testIsWindowsOS_Linux() -
Method in class net.sourceforge.jtds.test.SupportUnitTest
-
- testIsWindowsOS_MacOSX() -
Method in class net.sourceforge.jtds.test.SupportUnitTest
-
- testIsWindowsOS_Windows_XP() -
Method in class net.sourceforge.jtds.test.SupportUnitTest
-
- testIsWindowsOS_windows() -
Method in class net.sourceforge.jtds.test.SupportUnitTest
-
- testIsWindowsOS_Windows() -
Method in class net.sourceforge.jtds.test.SupportUnitTest
-
- testLargeBatch() -
Method in class net.sourceforge.jtds.test.BatchTest
- Test large batch behavior.
- testLMv2() -
Method in class net.sourceforge.jtds.test.NtlmAuthTest
-
- testLMv2CapturedData() -
Method in class net.sourceforge.jtds.test.NtlmAuthTest
-
- testLocalTran() -
Method in class net.sourceforge.jtds.test.XaTest
- Demonstrate interleaving local transactions and distributed
transactions.
- testLongData() -
Method in class net.sourceforge.jtds.test.Tds5Test
- Test varchar and varbinary fields longer than 255 bytes.
- testLongStatement() -
Method in class net.sourceforge.jtds.test.PreparedStatementTest
- Test for bug [1022968] Long SQL expression error.
- testLongToVarchar0008() -
Method in class net.sourceforge.jtds.test.SAfeTest
- Test writing
long values to VARCHAR fields.
- testManyParametersStatement() -
Method in class net.sourceforge.jtds.test.PreparedStatementTest
- Test for bug [1047330] prep statement with more than 2100 params fails.
- testMaxFieldSize() -
Method in class net.sourceforge.jtds.test.SAfeTest
- Test
Statement.setMaxFieldSize() .
- testMaxRows() -
Method in class net.sourceforge.jtds.test.PreparedStatementTest
- Test for bug [1010660] 0.9-rc1 setMaxRows causes unlimited temp stored
procedures.
- testMaxRows0003() -
Method in class net.sourceforge.jtds.test.CSUnitTest
-
- testMetaData() -
Method in class net.sourceforge.jtds.test.PreparedStatementTest
- Test for bad truncation in prepared statements on metadata retrieval
(patch [1076383] ResultSetMetaData for more complex statements for SQL
Server).
- testMetaData() -
Method in class net.sourceforge.jtds.test.Tds8Test
-
- testMetaData0046() -
Method in class net.sourceforge.jtds.test.TimestampTest
-
- testMetaDataClearsResultSet() -
Method in class net.sourceforge.jtds.test.PreparedStatementTest
- Test for bug [1050660] PreparedStatement.getMetaData() clears resultset.
- testMissingParameter0016() -
Method in class net.sourceforge.jtds.test.TimestampTest
-
- testMissingWhitespace() -
Method in class net.sourceforge.jtds.test.PreparedStatementTest
- Test for bug [ 1059916 ] whitespace needed in preparedStatement.
- testMoneyHandling0019() -
Method in class net.sourceforge.jtds.test.CSUnitTest
-
- testMoreThan255Columns() -
Method in class net.sourceforge.jtds.test.ResultSetTest
- Test if COL_INFO packets are processed correctly for
ResultSet s with over 255 columns.
- testMultipleResults0015() -
Method in class net.sourceforge.jtds.test.TimestampTest
-
- testMultiThread() -
Method in class net.sourceforge.jtds.test.PreparedStatementTest
- Test
Connection concurrency by running
PreparedStatement s and rollbacks at the same time to see
whether handles are not lost in the process.
- testNegativeScale() -
Method in class net.sourceforge.jtds.test.PreparedStatementTest
-
- testNestedEscapes() -
Method in class net.sourceforge.jtds.test.SunTest
- Test nested escapes
- testNestedStatements0022() -
Method in class net.sourceforge.jtds.test.TimestampTest
-
- testNestedStatements0026() -
Method in class net.sourceforge.jtds.test.TimestampTest
- SAfe Tests whether cursor-based statements still work ok when
nested.
- testNoCount() -
Method in class net.sourceforge.jtds.test.BatchTest
- The first statement in this batch does not return an update count.
- testNoHost() -
Method in class net.sourceforge.jtds.test.JtdsDataSourceUnitTest.Test_JtdsDataSource_getConnection
- Test connecting without specifying a host.
- testNonRpcProc1() -
Method in class net.sourceforge.jtds.test.CallableStatementTest
- Test that procedure calls with both literal parameters and parameterr
markers are executed correctly (bug [1078927] Callable statement fails).
- testNonRpcProc2() -
Method in class net.sourceforge.jtds.test.CallableStatementTest
- Test that procedure calls with both literal parameters and parameterr
markers are executed correctly (bug [1078927] Callable statement fails).
- testNoPrepare() -
Method in class net.sourceforge.jtds.test.PreparedStatementTest
- Test that statements which cannot be prepared are remembered.
- testNoProperties() -
Method in class net.sourceforge.jtds.test.JtdsObjectFactoryUnitTest
- Tests that the factory can correctly rebuild a DataSource with no
properties set (i.e.
- testNormal() -
Method in class net.sourceforge.jtds.test.JtdsDataSourceUnitTest.Test_JtdsDataSource_getConnection
- Test connecting with the settings in connection.properties.
- testNoUser() -
Method in class net.sourceforge.jtds.test.JtdsDataSourceUnitTest.Test_JtdsDataSource_getConnection
- Test connecting without specifying a user.
- testNTLMv2() -
Method in class net.sourceforge.jtds.test.NtlmAuthTest
-
- testNTLMv2CapturedData() -
Method in class net.sourceforge.jtds.test.NtlmAuthTest
-
- testNullBoolean() -
Method in class net.sourceforge.jtds.test.Tds8Test
- Test for bug [1042272] jTDS doesn't allow null value into Boolean.
- testNullImage() -
Method in class net.sourceforge.jtds.test.SanityTest
-
- testNullLengthStrings0001() -
Method in class net.sourceforge.jtds.test.SAfeTest
- Test whether NULL values, 0-length strings and single space strings
are treated right.
- testNullOutputParameters() -
Method in class net.sourceforge.jtds.test.SAfeTest
- Test that
null output parameters are handled correctly.
- testNullText() -
Method in class net.sourceforge.jtds.test.SanityTest
-
- testNullUniText() -
Method in class net.sourceforge.jtds.test.Tds5Test
-
- testNvarcharNormalized() -
Method in class net.sourceforge.jtds.test.DatabaseMetaDataTypeInfoTest
-
- testOldDates0016() -
Method in class net.sourceforge.jtds.test.SAfeTest
- Test that dates prior to 06/15/1940 0:00:00 are stored and retrieved
correctly.
- testOptimisticUpdates() -
Method in class net.sourceforge.jtds.test.ClientSideCursorTest
- Test optimistic updates throw exception if row is changed on disk.
- testOrderedByDatatype() -
Method in class net.sourceforge.jtds.test.DatabaseMetaDataTypeInfoTest
- Check types ordered by data type.
- testOrderedByTypeMapping() -
Method in class net.sourceforge.jtds.test.DatabaseMetaDataTypeInfoTest
- Check that types with the same JDBC data type are ordered by closest
match to the standard JDBC type.
- testOuterJoinParameters() -
Method in class net.sourceforge.jtds.test.PreparedStatementTest
- Test for bug [1071397] Error in prepared statement (parameters in outer
join escapes are not recognized).
- testOutOfMemory() -
Method in class net.sourceforge.jtds.test.ResultSetTest
- Test the behavior of the ResultSet/Statement/Connection when the JVM
runs out of memory (hopefully) in the middle of a packet.
- testOutOfOrderClose0013() -
Method in class net.sourceforge.jtds.test.SAfeTest
- Test how an "out-of-order" close behaves (e.g close the
Connection first, then the Statement anf
finally the ResultSet ).
- testOutputParams() -
Method in class net.sourceforge.jtds.test.TimestampTest
-
- testPessimisticConcurrency() -
Method in class net.sourceforge.jtds.test.ResultSetTest
- Test pessimistic concurrency for SQL Server (for Sybase optimistic
concurrency will always be used).
- testPlainResultSetPosition0004() -
Method in class net.sourceforge.jtds.test.SAfeTest
- Check that the
isBeforeFirst , isAfterLast ,
isFirst and isLast methods work for
forward-only, read-only result sets (bug [1039876] MS SQL
JtdsResultSet.isAfterLast() always returns false).
- testPositionedUpdate() -
Method in class net.sourceforge.jtds.test.ClientSideCursorTest
- Test support for JDBC 1 style positioned updates with named cursors.
- testPreparedAndCallableCursors0014() -
Method in class net.sourceforge.jtds.test.SAfeTest
- Test cursor-based
ResultSet s obtained from
PreparedStatement s and CallableStatement s.
- testPreparedStatement() -
Method in class net.sourceforge.jtds.test.PreparedStatementTest
-
- testPreparedStatement0007() -
Method in class net.sourceforge.jtds.test.TimestampTest
-
- testPreparedStatement0008() -
Method in class net.sourceforge.jtds.test.TimestampTest
-
- testPreparedStatement0009() -
Method in class net.sourceforge.jtds.test.TimestampTest
-
- testPreparedStatement0040() -
Method in class net.sourceforge.jtds.test.TimestampTest
-
- testPreparedStatement0041() -
Method in class net.sourceforge.jtds.test.TimestampTest
-
- testPreparedStatement0042() -
Method in class net.sourceforge.jtds.test.TimestampTest
-
- testPreparedStatementAddBatch1() -
Method in class net.sourceforge.jtds.test.PreparedStatementTest
-
- testPreparedStatementParsing1() -
Method in class net.sourceforge.jtds.test.PreparedStatementTest
- Test for [924030] EscapeProcesser problem with "{}" brackets
- testPreparedStatementParsing2() -
Method in class net.sourceforge.jtds.test.PreparedStatementTest
- Test for bug [1008882] Some queries with parameters cannot be executed with 0.9-rc1
- testPreparedStatementParsing3() -
Method in class net.sourceforge.jtds.test.PreparedStatementTest
- Test for "invalid parameter index" error.
- testPreparedStatementRollback1() -
Method in class net.sourceforge.jtds.test.PreparedStatementTest
- Test for [931090] ArrayIndexOutOfBoundsException in rollback()
- testPreparedStatementSetObject1() -
Method in class net.sourceforge.jtds.test.PreparedStatementTest
- Test for bug [938494] setObject(i, o, NUMERIC/DECIMAL) cuts off decimal places
- testPreparedStatementSetObject2() -
Method in class net.sourceforge.jtds.test.PreparedStatementTest
- Test for bug [938494] setObject(i, o, NUMERIC/DECIMAL) cuts off decimal places
- testPreparedStatementSetObject3() -
Method in class net.sourceforge.jtds.test.PreparedStatementTest
- Test for bug [938494] setObject(i, o, NUMERIC/DECIMAL) cuts off decimal places
- testPreparedStatementSetObject4() -
Method in class net.sourceforge.jtds.test.PreparedStatementTest
- Test for bug [938494] setObject(i, o, NUMERIC/DECIMAL) cuts off decimal places
- testPreparedStatementSetObject5() -
Method in class net.sourceforge.jtds.test.PreparedStatementTest
- Test for bug [938494] setObject(i, o, NUMERIC/DECIMAL) cuts off decimal places
- testPreparedStatementSetObject6() -
Method in class net.sourceforge.jtds.test.PreparedStatementTest
- Test for bug [1204658] Conversion from Number to BigDecimal causes data
corruption.
- testPrepareFailWarning() -
Method in class net.sourceforge.jtds.test.PreparedStatementTest
- Test for bug [1180777] collation-related execption on update.
- testPrepareModes() -
Method in class net.sourceforge.jtds.test.PreparedStatementTest
- Test that preparedstatement logic copes with commit modes and
database changes.
- testPrepareSQL0() -
Method in class net.sourceforge.jtds.test.PreparedStatementTest
- Test for bug [1623668] Lost apostrophes in statement parameter values(prepareSQL=0)
- testPrepStmtBatch() -
Method in class net.sourceforge.jtds.test.BatchTest
- Test batched prepared statements.
- testPrepStmtBatchDupKey() -
Method in class net.sourceforge.jtds.test.BatchTest
- Test for bug [1371295] SQL Server continues after duplicate key error.
- testPrepStmtError() -
Method in class net.sourceforge.jtds.test.SunTest
- Test for bug [ 1012301 ] 0.9-rc1: Prepared statement execution error.
- testPrepStmtNoParams() -
Method in class net.sourceforge.jtds.test.BatchTest
- Test for PreparedStatement batch with no parameters.
- testPrepStmtVariableParams() -
Method in class net.sourceforge.jtds.test.BatchTest
- Test for PreparedStatement batch with variable parameter types.
- testPrimaryKeyFloat0023() -
Method in class net.sourceforge.jtds.test.TimestampTest
-
- testPrimaryKeyReal0024() -
Method in class net.sourceforge.jtds.test.TimestampTest
-
- testProc1() -
Method in class net.sourceforge.jtds.test.AsTest
-
- testProc2() -
Method in class net.sourceforge.jtds.test.AsTest
-
- testProcedureColumns() -
Method in class net.sourceforge.jtds.test.DatabaseMetaDataTest
- Test for bug [1184376] Sybase getProcedureColumns bug
- testProcedureUseLOBsFalse() -
Method in class net.sourceforge.jtds.test.DatabaseMetaDataTest
- Test for bug [1245775] Column type inconsistency when useLOBs=false.
- testProcessUpdateCounts1() -
Method in class net.sourceforge.jtds.test.CallableStatementTest
- Test that procedure outputs are available immediately for procedures
that do not return ResultSets (i.e that update counts are cached).
- testProcessUpdateCounts2() -
Method in class net.sourceforge.jtds.test.CallableStatementTest
- Test that procedure outputs are available immediately after processing
the last ResultSet returned by the procedure (i.e that update counts
are cached).
- testProcessUpdateCounts3() -
Method in class net.sourceforge.jtds.test.CallableStatementTest
- Test that procedure outputs are available immediately after processing
the last ResultSet returned by the procedure (i.e that update counts
are cached) even if getMoreResults() is not called.
- testProcessUpdateCounts4() -
Method in class net.sourceforge.jtds.test.CallableStatementTest
- Test that procedure outputs are available immediately after processing
the last ResultSet returned by the procedure (i.e that update counts
are cached) even if getMoreResults() and ResultSet.close() are not
called.
- testPublicConstructor() -
Method in class net.sourceforge.jtds.test.JtdsDataSourceUnitTest
- Tests that the public constructor works.
- testQueryTimeout() -
Method in class net.sourceforge.jtds.test.SAfeTest
- Test for bug [1222199] Delayed exception thrown in statement close.
- testReadText() -
Method in class net.sourceforge.jtds.test.ReadTextTest
-
- testRelative() -
Method in class net.sourceforge.jtds.test.ResultSetTest
- Test for bug [1182066] regression bug resultset: relative() not working
as expected.
- testRelativeLargeValue() -
Method in class net.sourceforge.jtds.test.ResultSetTest
- Test that calling
absolute() with very large positive
values positions the cursor after the last row and with very large
negative values positions the cursor before the first row.
- testResultSet0043() -
Method in class net.sourceforge.jtds.test.TimestampTest
-
- testResultSet0044() -
Method in class net.sourceforge.jtds.test.TimestampTest
-
- testResultSet0045() -
Method in class net.sourceforge.jtds.test.TimestampTest
-
- testResultSetColumnName1() -
Method in class net.sourceforge.jtds.test.ResultSetTest
- Test for bug [1009233] ResultSet getColumnName, getColumnLabel return wrong values
- testResultSetError() -
Method in class net.sourceforge.jtds.test.BatchTest
- This test should generate an error as the second statement in the batch
returns a result set.
- testResultSetMetaData() -
Method in class net.sourceforge.jtds.test.ResultSetTest
- Test for fixed bugs in ResultSetMetaData:
isNullable() always returns columnNoNulls.
- testResultSetMetaData() -
Method in class net.sourceforge.jtds.test.Tds5Test
- Test that resultset meta data is correct for short varchar/varbinary types.
- testResultSetMetaData2() -
Method in class net.sourceforge.jtds.test.Tds5Test
- Test that resultset meta data is correct for long varchar/varbinary types.
- testResultSetMetaData3() -
Method in class net.sourceforge.jtds.test.Tds5Test
- Test Sybase ASE misc data type metadata.
- testResultSetMetaData4() -
Method in class net.sourceforge.jtds.test.Tds5Test
- Test Sybase ASE 15+ misc data type metadata.
- testResultSets() -
Method in class net.sourceforge.jtds.test.DatabaseMetaDataTest
- Test meta data functions that return result sets.
- testResultSetScroll1() -
Method in class net.sourceforge.jtds.test.ResultSetTest
- Test for bug [961594] ResultSet.
- testResultSetScroll2() -
Method in class net.sourceforge.jtds.test.ResultSetTest
- Test for bug [945462] getResultSet() return null if you use scrollable/updatable.
- testResultSetScroll3() -
Method in class net.sourceforge.jtds.test.ResultSetTest
- Test for bug [1028881] statement.execute() causes wrong ResultSet type.
- testResultSetUpdate1() -
Method in class net.sourceforge.jtds.test.ResultSetTest
- Test for bug [1008208] 0.9-rc1 updateNull doesn't work.
- testRowstat() -
Method in class net.sourceforge.jtds.test.ResultSetTest
- Test for bug [1329765] Pseudo column ROWSTAT is back with SQL 2005
(September CTP).
- testSanity() -
Method in class net.sourceforge.jtds.test.SanityTest
- A simple test to make sure everything seems to be OK
- testScrollablePreparedStatement() -
Method in class net.sourceforge.jtds.test.PreparedStatementTest
-
- testSemicolonProcedures() -
Method in class net.sourceforge.jtds.test.CallableStatementTest
- Test that procedure names containing semicolons are parsed correctly.
- testSetDateObject() -
Method in class net.sourceforge.jtds.test.SunTest
- Test for bug [ 1012307 ] PreparedStatement.setObject(java.util.Date) not working.
- testSetFetchDirectiion() -
Method in class net.sourceforge.jtds.test.SunTest
- Test for SUN bug [ stmt2.testSetFetchDirection04 ]
fetch direction constant not validated.
- testSetFetchSize() -
Method in class net.sourceforge.jtds.test.SunTest
- Test for SUN bug [ resultSet1.testSetFetchSize02 ]
attempt to set non zero fetch size rejected.
- testSetObjectScale() -
Method in class net.sourceforge.jtds.test.ResultSetTest
- Test for bug [1075977]
setObject() causes SQLException.
- testSocketConcurrency1() -
Method in class net.sourceforge.jtds.test.SAfeTest
-
- testSocketConcurrency2() -
Method in class net.sourceforge.jtds.test.SAfeTest
-
- testSocketConcurrency3() -
Method in class net.sourceforge.jtds.test.SAfeTest
-
- testSocketConcurrency4() -
Method in class net.sourceforge.jtds.test.SAfeTest
- Test running SELECT queries on one
Statement at the same
time as cancel() is called on a concurrent
Statement .
- testSpecTime() -
Method in class net.sourceforge.jtds.test.AsTest
-
- testSpHelpSysUsers0032() -
Method in class net.sourceforge.jtds.test.CSUnitTest
-
- testSQL2005MetaData() -
Method in class net.sourceforge.jtds.test.Tds8Test
- Test for enhanced database metadata for SQL 2005.
- testSqlComments() -
Method in class net.sourceforge.jtds.test.SunTest
- Test for bug [ 1011650 ] 0.9-rc1: comments get parsed
- testSqlVariant() -
Method in class net.sourceforge.jtds.test.Tds8Test
-
- testStatements0020() -
Method in class net.sourceforge.jtds.test.TimestampTest
-
- testStreamImage() -
Method in class net.sourceforge.jtds.test.Tds5Test
- Test writing image data from InputStream
- testStreamText() -
Method in class net.sourceforge.jtds.test.Tds5Test
- Test writing text data from Reader
- testStreamUniText() -
Method in class net.sourceforge.jtds.test.Tds5Test
- Test writing unitext data from Reader
- testStringFn() -
Method in class net.sourceforge.jtds.test.SunTest
- Test for scalar string functions.
- testStringOptions() -
Method in class net.sourceforge.jtds.test.DatabaseMetaDataTest
- Test meta data functions that return strings.
- testSybaseISO_1() -
Method in class net.sourceforge.jtds.test.EncodingTest
- Test for bug [1293415] Charset iso_1 is broken for Sybase.
- testTableMetaData() -
Method in class net.sourceforge.jtds.test.DatabaseMetaDataTest
- Test for bug [1023984] Protocol error processing table meta data.
- testTableParsing() -
Method in class net.sourceforge.jtds.test.SAfeTest
- Test that the SQL parser doesn't try to parse the table name unless
necessary (or that it is able to parse function calls if it does).
- testTemp() -
Method in class net.sourceforge.jtds.test.UpdateTest
-
- testTextColumns0031() -
Method in class net.sourceforge.jtds.test.CSUnitTest
-
- testThreadInterrupt() -
Method in class net.sourceforge.jtds.test.SAfeTest
- Test for bug [1596743] executeQuery absorbs thread interrupt status
- testTimestampConversion() -
Method in class net.sourceforge.jtds.test.NtlmAuthTest
-
- testTimestampRange() -
Method in class net.sourceforge.jtds.test.TimestampTest
- Test for bug [1040475] Possible bug when converting to and from
datetime.
- testTimestamps0001() -
Method in class net.sourceforge.jtds.test.TimestampTest
-
- testTimestamps0004() -
Method in class net.sourceforge.jtds.test.TimestampTest
-
- testTimestamps0037() -
Method in class net.sourceforge.jtds.test.TimestampTest
-
- testTimestamps0047() -
Method in class net.sourceforge.jtds.test.TimestampTest
-
- testTimestamps0048() -
Method in class net.sourceforge.jtds.test.TimestampTest
-
- testTimestampTimeZone() -
Method in class net.sourceforge.jtds.test.TimestampTest
- Test for bug [1036059] getTimestamp with Calendar applies tzone offset
wrong way.
- testTimeZone() -
Method in class net.sourceforge.jtds.test.TimeZoneTest
- Test timezone calendar conversions.
- testTLSResume() -
Method in class net.sourceforge.jtds.test.TlsTest
- Test for problem resuming TLS session with SQL Server (bug [1102505] SSL
TLS resume failure).
- testTransactions0010() -
Method in class net.sourceforge.jtds.test.TimestampTest
-
- testTsEscape() -
Method in class net.sourceforge.jtds.test.CallableStatementTest
- Test for bug [ 1062671 ] SQLParser unable to parse CONVERT(char,{ts ?},102)
- testUnicodeStream() -
Method in class net.sourceforge.jtds.test.ResultSetTest
- Test that
read() works ok on the stream returned by
ResultSet.getUnicodeStream() (i.e.
- testUniText() -
Method in class net.sourceforge.jtds.test.Tds5Test
- Test writing unitext data from memory
- testUnsignedBigInt() -
Method in class net.sourceforge.jtds.test.Tds5Test
- Test Sybase ASE 15+ unsigned bigint data type.
- testUnsignedInt() -
Method in class net.sourceforge.jtds.test.Tds5Test
- Test Sybase ASE 15+ unsigned int data type.
- testUnsignedSmallInt() -
Method in class net.sourceforge.jtds.test.Tds5Test
- Test Sybase ASE 15+ unsigned smallint data type.
- testUnterminatedCommentParsing() -
Method in class net.sourceforge.jtds.test.SAfeTest
- Test for bug [1187927] Driver Hangs on Statement.execute().
- testUpdateableClientCursor() -
Method in class net.sourceforge.jtds.test.ResultSetTest
- Test for bug [1197603] Cursor downgrade error in CachedResultSet --
updateable result sets were incorrectly downgraded to read only forward
only ones when client side cursors were used.
- testUpdateCount1() -
Method in class net.sourceforge.jtds.test.PreparedStatementTest
- Test for bug [985754] row count is always 0
- testUpdateNoKeys() -
Method in class net.sourceforge.jtds.test.ClientSideCursorTest
- Test updateable result set where table is not keyed.
- testUpdateRow0011() -
Method in class net.sourceforge.jtds.test.SAfeTest
- Test
ResultSet.updateRow() on updateable result sets.
- testUpdateRowDuplicatesRow() -
Method in class net.sourceforge.jtds.test.ResultSetTest
- Test that updated rows are marked as deleted and the new values inserted
at the end of the
ResultSet if the primary key is updated.
- testUpdateRowNoChanges() -
Method in class net.sourceforge.jtds.test.ResultSetTest
- Test for bug [1170777] resultSet.updateRow() fails if no row has been
changed.
- testUpdateRowPosition() -
Method in class net.sourceforge.jtds.test.ResultSetTest
- Test that after updateRow() the cursor is positioned correctly.
- testUpdateRowUpdatesRow() -
Method in class net.sourceforge.jtds.test.ResultSetTest
- Test that updated rows are modified in place if the primary key is not
updated.
- testUserFn() -
Method in class net.sourceforge.jtds.test.Tds8Test
-
- testVarcharTypes() -
Method in class net.sourceforge.jtds.test.TypeInfoTest
-
- testWriteDate() -
Method in class net.sourceforge.jtds.test.TimestampTest
- Test that
java.sql.Date objects are inserted and retrieved
correctly (ie no time component).
- testWritetext() -
Method in class net.sourceforge.jtds.test.CallableStatementTest
- Test for bug [1152329] Spurious output params assigned (TIMESTMP).
- testXaCommit() -
Method in class net.sourceforge.jtds.test.XaTest
- Test to demonstrate the XA_COMMIT function.
- testXAJoinTran() -
Method in class net.sourceforge.jtds.test.XaTest
- Test to demonstrate the use of the XA_JOIN command.
- testXaOnePhaseCommit() -
Method in class net.sourceforge.jtds.test.XaTest
- Test to demonstrate the single phase XA_COMMIT function.
- testXARecover() -
Method in class net.sourceforge.jtds.test.XaTest
- Test to demonstrate the use of the XA_RECOVER command.
- testXaRollback() -
Method in class net.sourceforge.jtds.test.XaTest
- Test to demonstrate the use of the XA_ROLLBACK command.
- testxx0029() -
Method in class net.sourceforge.jtds.test.CSUnitTest
-
- testxx0050() -
Method in class net.sourceforge.jtds.test.CSUnitTest
-
- testxx0051() -
Method in class net.sourceforge.jtds.test.CSUnitTest
-
- testxx0052() -
Method in class net.sourceforge.jtds.test.CSUnitTest
-
- testxx0053() -
Method in class net.sourceforge.jtds.test.CSUnitTest
-
- testxx0055() -
Method in class net.sourceforge.jtds.test.CSUnitTest
-
- testxx0057() -
Method in class net.sourceforge.jtds.test.CSUnitTest
-
- testxx0059() -
Method in class net.sourceforge.jtds.test.CSUnitTest
-
- testxx005x() -
Method in class net.sourceforge.jtds.test.CSUnitTest
-
- testZeroFetchSize() -
Method in class net.sourceforge.jtds.test.ResultSetTest
- Test for bug [1232733] setFetchSize(0) causes exception.
- textSize -
Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
- Connection's current maximum field size limit.
- thisInstance -
Static variable in class net.sourceforge.jtds.util.SSPIJNIClient
- Singleton instance.
- THREAD_MAX -
Static variable in class net.sourceforge.jtds.test.PreparedStatementTest.TestMultiThread
-
- threadId -
Variable in class net.sourceforge.jtds.test.PreparedStatementTest.TestMultiThread
-
- time -
Variable in class net.sourceforge.jtds.jdbc.DateTime
- The time component of the server datetime value.
- time -
Variable in class net.sourceforge.jtds.util.TimerThread.TimerRequest
- The time when this timeout will expire.
- TIME_NOT_USED -
Static variable in class net.sourceforge.jtds.jdbc.DateTime
- Indicates time value not used.
- TIME_ZERO -
Static variable in class net.sourceforge.jtds.jdbc.Support
-
- timeFromZone(Date, Calendar) -
Static method in class net.sourceforge.jtds.jdbc.Support
- Convert a timestamp from a different Timezone.
- timeMask -
Static variable in class net.sourceforge.jtds.jdbc.SQLParser
- Syntax mask for time escape.
- timeout -
Variable in class net.sourceforge.jtds.jdbc.MSSqlServerInfo
-
- TIMEOUT_CANCEL -
Static variable in class net.sourceforge.jtds.jdbc.TdsCore
- Cancel has been generated by a query timeout.
- timerExpired() -
Method in interface net.sourceforge.jtds.util.TimerThread.TimerListener
- Event to be fired when the timeout expires.
- timerList -
Variable in class net.sourceforge.jtds.util.TimerThread
- List of
TimerRequest s to execute, ordered by time.
- TimerThread - class net.sourceforge.jtds.util.TimerThread.
- Simple timer class used to implement login and query timeouts.
- TimerThread.TimerListener - interface net.sourceforge.jtds.util.TimerThread.TimerListener.
- Interface to be implemented by classes that request timer services.
- TimerThread.TimerRequest - class net.sourceforge.jtds.util.TimerThread.TimerRequest.
- Internal class associating a login or query timeout value with a target
TimerListener . - TimerThread.TimerRequest(int, TimerThread.TimerListener) -
Constructor for class net.sourceforge.jtds.util.TimerThread.TimerRequest
- Create a
TimerRequest .
- TimerThread() -
Constructor for class net.sourceforge.jtds.util.TimerThread
- Construct a new
TimerThread instance.
- timestampMask -
Static variable in class net.sourceforge.jtds.jdbc.SQLParser
- Syntax mask for timestamp escape.
- TimestampTest - class net.sourceforge.jtds.test.TimestampTest.
- test getting timestamps from the database.
- TimestampTest(String) -
Constructor for class net.sourceforge.jtds.test.TimestampTest
-
- timeToZone(Date, Calendar) -
Static method in class net.sourceforge.jtds.jdbc.Support
- Convert a timestamp to a different Timezone.
- timeValue -
Variable in class net.sourceforge.jtds.jdbc.DateTime
- Cached value of the datetime as a
java.sql.Time .
- TimeZoneTest - class net.sourceforge.jtds.test.TimeZoneTest.
- Tests timezone conversions when setting and getting data to and from the
database.
- TimeZoneTest(String) -
Constructor for class net.sourceforge.jtds.test.TimeZoneTest
-
- TLS_HEADER_SIZE -
Static variable in interface net.sourceforge.jtds.ssl.Ssl
- Size of TLS record header.
- TlsTest - class net.sourceforge.jtds.test.TlsTest.
- Test for SSL TLS.
- TlsTest(String) -
Constructor for class net.sourceforge.jtds.test.TlsTest
-
- TM_ID -
Static variable in class net.sourceforge.jtds.jdbc.XASupport
- xa_open login string unique to jTDS.
- toBytesXid(Xid) -
Static method in class net.sourceforge.jtds.jdbc.XASupport
- Format an XA transaction ID into a 140 byte array.
- toDate() -
Method in class net.sourceforge.jtds.jdbc.DateTime
- Retrieves the current datetime value as a Date.
- toHex(byte[]) -
Static method in class net.sourceforge.jtds.jdbc.Support
- Convert a byte[] object to a hex string.
- token -
Variable in class net.sourceforge.jtds.jdbc.TdsCore.TdsToken
- The current TDS token byte.
- toObject() -
Method in class net.sourceforge.jtds.jdbc.DateTime
- Retrieves the current datetime value as a Time, Date or Timestamp.
- toString() -
Method in class net.sourceforge.jtds.jdbc.UniqueIdentifier
- Retrieve the unique identifier as a formatted string.
- toString() -
Method in class net.sourceforge.jtds.jdbc.CharsetInfo
-
- toString() -
Method in class net.sourceforge.jtds.jdbc.DateTime
- Retrieves the current datetime value as a String.
- toString() -
Method in class net.sourceforge.jtds.jdbc.TypeInfo
-
- toString() -
Method in class net.sourceforge.jtds.jdbc.ProcEntry
- Retrieves the procedure or handle name.
- toString() -
Method in class net.sourceforge.jtds.jdbc.Driver
- Returns the string form of the object.
- toString() -
Method in class net.sourceforge.jtds.jdbcx.JtdsXid
-
- totalSize -
Variable in class net.sourceforge.jtds.ssl.TdsTlsOutputStream
-
- toTime() -
Method in class net.sourceforge.jtds.jdbc.DateTime
- Retrieves the current datetime value as a Time.
- toTimestamp() -
Method in class net.sourceforge.jtds.jdbc.DateTime
- Retrieves the current datetime value as a Timestamp.
- totrot -
Static variable in class net.sourceforge.jtds.util.DESEngine
-
- TRANSACTION_SNAPSHOT -
Static variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
- SQL Server custom transaction isolation level.
- transactionIsolation -
Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
- Default transaction isolation level.
- truncate(long) -
Method in class net.sourceforge.jtds.jdbc.ClobImpl
-
- truncate(long) -
Method in class net.sourceforge.jtds.jdbc.BlobImpl
-
- truncate(long) -
Method in class net.sourceforge.jtds.util.BlobBuffer
- Truncates the BLOB buffer to the specified size.
- trustManagers() -
Static method in class net.sourceforge.jtds.ssl.SocketFactories.TdsTlsSocketFactory
-
- tsValue -
Variable in class net.sourceforge.jtds.jdbc.DateTime
- Cached value of the datetime as a
java.sql.Timestamp .
- type -
Variable in class net.sourceforge.jtds.jdbc.ProcEntry
- Type of statement referenced by this entry.
- TYPE_ALERT -
Static variable in interface net.sourceforge.jtds.ssl.Ssl
- TLS Alert record type.
- TYPE_APPLICATIONDATA -
Static variable in interface net.sourceforge.jtds.ssl.Ssl
- TLS Application data record.
- TYPE_CHANGECIPHERSPEC -
Static variable in interface net.sourceforge.jtds.ssl.Ssl
- TLS Change Cipher Spec record type.
- TYPE_CLIENTHELLO -
Static variable in interface net.sourceforge.jtds.ssl.Ssl
- TLS Hand shake client hello sub type.
- TYPE_CLIENTKEYEXCHANGE -
Static variable in interface net.sourceforge.jtds.ssl.Ssl
- TLS Hand shake client key exchange sub type.
- TYPE_HANDSHAKE -
Static variable in interface net.sourceforge.jtds.ssl.Ssl
- TLS Handshake record.
- TypeInfo - class net.sourceforge.jtds.jdbc.TypeInfo.
- Represents an SQL data type as required by
getTypeInfo() . - TypeInfo(ResultSet, boolean) -
Constructor for class net.sourceforge.jtds.jdbc.TypeInfo
-
- TypeInfo(String, int, boolean) -
Constructor for class net.sourceforge.jtds.jdbc.TypeInfo
- For testing only.
- typeInfoRs -
Variable in class net.sourceforge.jtds.test.DatabaseMetaDataTypeInfoTest
-
- TypeInfoTest - class net.sourceforge.jtds.test.TypeInfoTest.
- Tests for the
TypeInfo class. - TypeInfoTest(String) -
Constructor for class net.sourceforge.jtds.test.TypeInfoTest
-
- typemap -
Static variable in class net.sourceforge.jtds.test.DatabaseTestCase
-
- typeMap -
Static variable in class net.sourceforge.jtds.jdbc.Support
- Convert java clases to java.sql.Type constant.
- typeName -
Variable in class net.sourceforge.jtds.jdbc.TypeInfo
-
- types -
Static variable in class net.sourceforge.jtds.jdbc.TdsData
- Array of TDS data type descriptors.
U
- ucFirst(String) -
Static method in class net.sourceforge.jtds.test.UnitTestBase
- Changes the first character of a string to uppercase.
- UDT_BINARY -
Static variable in class net.sourceforge.jtds.jdbc.TdsData
-
- UDT_CHAR -
Static variable in class net.sourceforge.jtds.jdbc.TdsData
-
- UDT_LONGSYSNAME -
Static variable in class net.sourceforge.jtds.jdbc.TdsData
-
- UDT_NCHAR -
Static variable in class net.sourceforge.jtds.jdbc.TdsData
-
- UDT_NEWSYSNAME -
Static variable in class net.sourceforge.jtds.jdbc.TdsData
-
- UDT_NVARCHAR -
Static variable in class net.sourceforge.jtds.jdbc.TdsData
-
- UDT_SYSNAME -
Static variable in class net.sourceforge.jtds.jdbc.TdsData
-
- UDT_TIMESTAMP -
Static variable in class net.sourceforge.jtds.jdbc.TdsData
-
- UDT_UNICHAR -
Static variable in class net.sourceforge.jtds.jdbc.TdsData
-
- UDT_UNITEXT -
Static variable in class net.sourceforge.jtds.jdbc.TdsData
-
- UDT_UNIVARCHAR -
Static variable in class net.sourceforge.jtds.jdbc.TdsData
-
- UDT_VARBINARY -
Static variable in class net.sourceforge.jtds.jdbc.TdsData
-
- UDT_VARCHAR -
Static variable in class net.sourceforge.jtds.jdbc.TdsData
-
- UNICODE -
Static variable in class net.sourceforge.jtds.jdbc.ParamInfo
- Flag as a unicode parameter.
- unInitialize() -
Method in class net.sourceforge.jtds.util.SSPIJNIClient
- Uninitializes the SSPI client.
- UniqueIdentifier - class net.sourceforge.jtds.jdbc.UniqueIdentifier.
- This class encapsulates the MS SQL2000 UniqueIdentifer data type.
- UniqueIdentifier(byte[]) -
Constructor for class net.sourceforge.jtds.jdbc.UniqueIdentifier
- Construct a unique identifier with the supplied byte array.
- UnitTestBase - class net.sourceforge.jtds.test.UnitTestBase.
- Base class for unit tests which do not connect to a database.
- UnitTestBase(String) -
Constructor for class net.sourceforge.jtds.test.UnitTestBase
- Constructor.
- unlink() -
Method in class net.sourceforge.jtds.jdbc.cache.ProcedureCache.CacheEntry
- Unlinks this CacheEntry from the linked list.
- unpackDateTime() -
Method in class net.sourceforge.jtds.jdbc.DateTime
- Converts a Julian datetime from the Sybase epoch of 1900-01-01 to the
equivalent unpacked year/month/day etc.
- unpacked -
Variable in class net.sourceforge.jtds.jdbc.DateTime
- Indicates server datetime values have been unpacked.
- unpackProperties(Properties) -
Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
- Transfers the properties to the local instance variables.
- unpackWord(int, byte[], int) -
Method in class net.sourceforge.jtds.util.MD4Digest
-
- unpackWord(int, byte[], int) -
Method in class net.sourceforge.jtds.util.MD5Digest
-
- UNPREPARED -
Static variable in class net.sourceforge.jtds.jdbc.TdsCore
- Do not prepare SQL
- unsigned -
Variable in class net.sourceforge.jtds.jdbc.TypeInfo
-
- update(byte) -
Method in class net.sourceforge.jtds.util.GeneralDigest
-
- update(byte[], int, int) -
Method in class net.sourceforge.jtds.util.GeneralDigest
-
- update(ResultSet) -
Method in class net.sourceforge.jtds.jdbc.TypeInfo
-
- updateArray(int, Array) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- updateArray(String, Array) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- updateAsciiStream(int, InputStream, int) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- updateAsciiStream(String, InputStream, int) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- updateBigDecimal(int, BigDecimal) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- updateBigDecimal(String, BigDecimal) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- updateBinaryStream(int, InputStream, int) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- updateBinaryStream(String, InputStream, int) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- updateBlob(int, Blob) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- updateBlob(String, Blob) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- updateBoolean(int, boolean) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- updateBoolean(String, boolean) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- updateByte(int, byte) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- updateByte(String, byte) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- updateBytes(int, byte[]) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- updateBytes(String, byte[]) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- updateCharacterStream(int, Reader, int) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- updateCharacterStream(String, Reader, int) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- updateClob(int, Clob) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- updateClob(String, Clob) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- updateCount -
Variable in class net.sourceforge.jtds.jdbc.JtdsStatement
- The current update count.
- updateCount -
Variable in class net.sourceforge.jtds.jdbc.TdsCore.TdsToken
- The update count from a DONE packet.
- updateDate(int, Date) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- updateDate(String, Date) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- updateDouble(int, double) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- updateDouble(String, double) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- updateFloat(int, float) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- updateFloat(String, float) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- updateInt(int, int) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- updateInt(String, int) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- updateLong(int, long) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- updateLong(String, long) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- updateNextTimeout() -
Method in class net.sourceforge.jtds.util.TimerThread
- Internal method that updates the value of
TimerThread.nextTimeout .
- updateNull(int) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- updateNull(String) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- updateObject(int, Object) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- updateObject(int, Object, int) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- updateObject(String, Object) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- updateObject(String, Object, int) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- updateRef(int, Ref) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- updateRef(String, Ref) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- updateRow -
Variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
- The "update row".
- updateRow -
Variable in class net.sourceforge.jtds.jdbc.CachedResultSet
- The "update" row.
- updateRow() -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- updateRow() -
Method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
-
- updateRow() -
Method in class net.sourceforge.jtds.jdbc.CachedResultSet
-
- updatesAreDetected(int) -
Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
- JDBC 2.0 Indicates whether or not a visible row update can be detected
by calling the method
ResultSet.rowUpdated .
- updateShort(int, short) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- updateShort(String, short) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- updateString(int, String) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- updateString(String, String) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- updateTds -
Variable in class net.sourceforge.jtds.jdbc.CachedResultSet
- Updates TdsCore object used for positioned updates.
- UpdateTest - class net.sourceforge.jtds.test.UpdateTest.
-
- UpdateTest(String) -
Constructor for class net.sourceforge.jtds.test.UpdateTest
-
- updateTime(int, Time) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- updateTime(String, Time) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- updateTimestamp(int, Timestamp) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- updateTimestamp(String, Timestamp) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- upperCaseColumnNames(JtdsResultSet) -
Static method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
- Uppercase all column names.
- url -
Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
- The orginal connection URL.
- URL_SQLSERVER -
Static variable in class net.sourceforge.jtds.test.DefaultPropertiesTestLibrary
- Test JDBC URL for SQL Server.
- URL_SYBASE -
Static variable in class net.sourceforge.jtds.test.DefaultPropertiesTestLibrary
- Test JDBC URL for Sybase.
- USE_UNICODE -
Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
- Default
sendStringParametersAsUnicode property.
- useCursor(boolean, String) -
Method in class net.sourceforge.jtds.jdbc.JtdsStatement
- Determines whether a cursor should be used based on the requested result
set type and concurrency, whether a cursor name has been set, the
useCursors connection property has been set, the first
word in the SQL query is either SELECT or EXEC/EXECUTE and no generated
keys are returned.
- useCursors -
Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
- Use fast forward cursors for forward only result sets.
- useCursors -
Variable in class net.sourceforge.jtds.jdbcx.JtdsDataSource
-
- USECURSORS -
Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
- Default
useCursors property.
- USECURSORS -
Static variable in class net.sourceforge.jtds.jdbc.Driver
-
- useJCIFS -
Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
- Force use of jCIFS library on Windows when connecting via named pipes.
- useJCIFS -
Variable in class net.sourceforge.jtds.jdbcx.JtdsDataSource
-
- USEJCIFS -
Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
- Default
useJCIFS property.
- USEJCIFS -
Static variable in class net.sourceforge.jtds.jdbc.Driver
-
- useLOBs -
Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
- Map large types (IMAGE and TEXT/NTEXT) to LOBs by default.
- useLOBs -
Variable in class net.sourceforge.jtds.jdbc.ParameterMetaDataImpl
-
- useLOBs -
Variable in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
-
- useLOBs -
Variable in class net.sourceforge.jtds.jdbcx.JtdsDataSource
-
- USELOBS -
Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
- Default
useLOBs property.
- USELOBS -
Static variable in class net.sourceforge.jtds.jdbc.Driver
-
- useMetadataCache -
Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
- Use metadata cache for prepared statements.
- useNTLMv2 -
Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
- When doing NTLM authentication, send NTLMv2 response rather than regular response
- useNTLMV2 -
Variable in class net.sourceforge.jtds.jdbcx.JtdsDataSource
-
- USENTLMV2 -
Static variable in class net.sourceforge.jtds.jdbc.Driver
-
- user -
Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
- The database user ID.
- user -
Variable in class net.sourceforge.jtds.jdbcx.JtdsDataSource
-
- USER -
Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
- Default
user property.
- USER -
Static variable in class net.sourceforge.jtds.jdbc.Driver
-
- userType -
Variable in class net.sourceforge.jtds.jdbc.ColInfo
- Database ID for UDT
- usesLocalFilePerTable() -
Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
- Does the database use a file for each table?
- usesLocalFiles() -
Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
- Does the database store tables in a local file?
- useUnicode -
Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
- Send parameters as unicode.
V
- validateConnection() -
Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
- Validates the connection state.
- validateConnection() -
Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
- Validates the connection state.
- validateReadTextResult(ResultSet, String, byte[]) -
Method in class net.sourceforge.jtds.test.ReadTextTest
-
- value -
Variable in class net.sourceforge.jtds.jdbc.ParamInfo
- Current parameter value
- value -
Variable in class net.sourceforge.jtds.jdbc.cache.ProcedureCache.CacheEntry
-
- VAR_MAX -
Static variable in class net.sourceforge.jtds.jdbc.TdsData
-
W
- wait(int) -
Method in class net.sourceforge.jtds.jdbc.TdsCore
- Waits for the first byte of the server response.
- warnings -
Variable in class net.sourceforge.jtds.jdbc.SQLDiagnostic
-
- wasNull -
Variable in class net.sourceforge.jtds.jdbc.JtdsResultSet
- True if last column retrieved was null.
- wasNull() -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- wasNull() -
Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
-
- wasNull() -
Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
- Delgates calls to the callable statement; SQLExceptions thrown from the
callable statement will cause an event to be fired on the connection
pool listeners.
- wideChars -
Variable in class net.sourceforge.jtds.jdbc.CharsetInfo
- Indicates whether current charset is wide (ie multi-byte).
- workingKey -
Variable in class net.sourceforge.jtds.util.DESEngine
-
- write(BigDecimal) -
Method in class net.sourceforge.jtds.jdbc.RequestStream
- Write a BigDecimal value to the output stream.
- write(byte) -
Method in class net.sourceforge.jtds.jdbc.RequestStream
- Write a byte to the output stream.
- write(byte[]) -
Method in class net.sourceforge.jtds.jdbc.RequestStream
- Write an array of bytes to the output stream.
- write(byte[], int, int) -
Method in class net.sourceforge.jtds.jdbc.RequestStream
- Write a partial byte buffer to the output stream.
- write(byte[], int, int) -
Method in class net.sourceforge.jtds.ssl.TdsTlsOutputStream
-
- write(byte[], int, int) -
Method in class net.sourceforge.jtds.util.BlobBuffer.BlobOutputStream
- Write bytes to the BLOB buffer.
- write(char[], int, int) -
Method in class net.sourceforge.jtds.jdbc.RequestStream
- Write a char array object to the output stream.
- write(double) -
Method in class net.sourceforge.jtds.jdbc.RequestStream
- Write a double value to the output stream.
- write(float) -
Method in class net.sourceforge.jtds.jdbc.RequestStream
- Write a float value to the output stream.
- write(int) -
Method in class net.sourceforge.jtds.jdbc.RequestStream
- Write an int value to the output stream.
- write(int) -
Method in class net.sourceforge.jtds.util.BlobBuffer.BlobOutputStream
- Write a byte to the BLOB buffer.
- write(int) -
Method in class net.sourceforge.jtds.util.BlobBuffer.AsciiOutputStream
- Writes a byte to the BLOB buffer.
- write(int, byte[], int, int) -
Method in class net.sourceforge.jtds.util.BlobBuffer
- Inserts bytes into the buffer at the specified location.
- write(int, int) -
Method in class net.sourceforge.jtds.util.BlobBuffer
- Inserts a byte into the buffer at the specified location.
- write(long) -
Method in class net.sourceforge.jtds.jdbc.RequestStream
- Write a long value to the output stream.
- write(short) -
Method in class net.sourceforge.jtds.jdbc.RequestStream
- Write a short value to the output stream.
- write(String) -
Method in class net.sourceforge.jtds.jdbc.RequestStream
- Write a String object to the output stream.
- writeAscii(String) -
Method in class net.sourceforge.jtds.jdbc.RequestStream
- Write a String to the output stream as translated bytes.
- writePage(int) -
Method in class net.sourceforge.jtds.util.BlobBuffer
- Writes the specified page to the disk buffer.
- writeParam(RequestStream, CharsetInfo, byte[], ParamInfo) -
Static method in class net.sourceforge.jtds.jdbc.TdsData
- Write a parameter to the server request stream.
- writePtr -
Variable in class net.sourceforge.jtds.util.BlobBuffer.BlobOutputStream
-
- writePtr -
Variable in class net.sourceforge.jtds.util.BlobBuffer.AsciiOutputStream
-
- writeReaderBytes(Reader, int) -
Method in class net.sourceforge.jtds.jdbc.RequestStream
- Copy the contents of a Reader stream to the server as bytes.
- writeReaderChars(Reader, int) -
Method in class net.sourceforge.jtds.jdbc.RequestStream
- Copy the contents of a Reader stream to the server.
- writeStreamBytes(InputStream, int) -
Method in class net.sourceforge.jtds.jdbc.RequestStream
- Copy the contents of an InputStream to the server.
- writeTds5Param(RequestStream, CharsetInfo, ParamInfo) -
Static method in class net.sourceforge.jtds.jdbc.TdsData
- Write the actual TDS 5 parameter data.
- writeTds5ParamFmt(RequestStream, String, boolean, ParamInfo, boolean) -
Static method in class net.sourceforge.jtds.jdbc.TdsData
- Write a TDS 5 parameter format descriptor.
- wsid -
Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
- Workstation ID.
- wsid -
Variable in class net.sourceforge.jtds.jdbcx.JtdsDataSource
-
- WSID -
Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
- Default
wsid property.
- WSID -
Static variable in class net.sourceforge.jtds.jdbc.Driver
-
X
- X -
Variable in class net.sourceforge.jtds.util.MD4Digest
-
- X -
Variable in class net.sourceforge.jtds.util.MD5Digest
-
- XA_CLOSE -
Static variable in class net.sourceforge.jtds.jdbc.XASupport
-
- xa_close(Connection, int) -
Static method in class net.sourceforge.jtds.jdbc.XASupport
- Invoke the xa_close routine on the SQL Server.
- XA_COMMIT -
Static variable in class net.sourceforge.jtds.jdbc.XASupport
-
- xa_commit(Connection, int, Xid, boolean) -
Static method in class net.sourceforge.jtds.jdbc.XASupport
- Invoke the xa_commit routine on the SQL Server.
- XA_COMPLETE -
Static variable in class net.sourceforge.jtds.jdbc.XASupport
-
- XA_END -
Static variable in class net.sourceforge.jtds.jdbc.XASupport
-
- xa_end(Connection, int, Xid, int) -
Static method in class net.sourceforge.jtds.jdbc.XASupport
- Invoke the xa_end routine on the SQL Server.
- XA_FORGET -
Static variable in class net.sourceforge.jtds.jdbc.XASupport
-
- xa_forget(Connection, int, Xid) -
Static method in class net.sourceforge.jtds.jdbc.XASupport
- Invoke the xa_forget routine on the SQL Server.
- XA_OPEN -
Static variable in class net.sourceforge.jtds.jdbc.XASupport
-
- xa_open(Connection) -
Static method in class net.sourceforge.jtds.jdbc.XASupport
- Invoke the xa_open routine on the SQL Server.
- XA_PREPARE -
Static variable in class net.sourceforge.jtds.jdbc.XASupport
-
- xa_prepare(Connection, int, Xid) -
Static method in class net.sourceforge.jtds.jdbc.XASupport
- Invoke the xa_prepare routine on the SQL Server.
- XA_RECOVER -
Static variable in class net.sourceforge.jtds.jdbc.XASupport
-
- xa_recover(Connection, int, int) -
Static method in class net.sourceforge.jtds.jdbc.XASupport
- Invoke the xa_recover routine on the SQL Server.
- XA_RMID -
Static variable in class net.sourceforge.jtds.jdbc.XASupport
- The Resource Manager ID allocated by jTDS
- XA_ROLLBACK -
Static variable in class net.sourceforge.jtds.jdbc.XASupport
-
- xa_rollback(Connection, int, Xid) -
Static method in class net.sourceforge.jtds.jdbc.XASupport
- Invoke the xa_rollback routine on the SQL Server.
- XA_START -
Static variable in class net.sourceforge.jtds.jdbc.XASupport
-
- xa_start(Connection, int, Xid, int) -
Static method in class net.sourceforge.jtds.jdbc.XASupport
- Invoke the xa_start routine on the SQL Server.
- XA_TRACE -
Static variable in class net.sourceforge.jtds.jdbc.XASupport
- Set this field to 1 to enable XA tracing.
- xaConnection -
Variable in class net.sourceforge.jtds.jdbcx.JtdsXAResource
-
- xaConnectionId -
Variable in class net.sourceforge.jtds.jdbcx.JtdsXAConnection
-
- xaEmulation -
Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
- True if driver should emulate distributed transactions.
- xaEmulation -
Variable in class net.sourceforge.jtds.jdbcx.JtdsDataSource
-
- XAEMULATION -
Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
- Default
XaEmulation property.
- XAEMULATION -
Static variable in class net.sourceforge.jtds.jdbc.Driver
-
- xaState -
Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
- Current emulated XA State eg start/end/prepare etc.
- XASupport - class net.sourceforge.jtds.jdbc.XASupport.
- This class contains static utility methods used to implement distributed transactions.
- XASupport() -
Constructor for class net.sourceforge.jtds.jdbc.XASupport
-
- XaTest - class net.sourceforge.jtds.test.XaTest.
- Test suite for XA Distributed Transactions.
- XaTest(String) -
Constructor for class net.sourceforge.jtds.test.XaTest
-
- xaTransaction -
Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
- True if running distributed transaction.
- xBuf -
Variable in class net.sourceforge.jtds.util.GeneralDigest
-
- xBufOff -
Variable in class net.sourceforge.jtds.util.GeneralDigest
-
- xid -
Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
- Current XA Transaction ID.
- XID_SIZE -
Static variable in class net.sourceforge.jtds.jdbcx.JtdsXid
- The size of an XID in bytes.
- xOff -
Variable in class net.sourceforge.jtds.util.MD4Digest
-
- xOff -
Variable in class net.sourceforge.jtds.util.MD5Digest
-
- XSYBBINARY -
Static variable in class net.sourceforge.jtds.jdbc.TdsData
-
- XSYBCHAR -
Static variable in class net.sourceforge.jtds.jdbc.TdsData
-
- XSYBNCHAR -
Static variable in class net.sourceforge.jtds.jdbc.TdsData
-
- XSYBNVARCHAR -
Static variable in class net.sourceforge.jtds.jdbc.TdsData
-
- XSYBVARBINARY -
Static variable in class net.sourceforge.jtds.jdbc.TdsData
-
- XSYBVARCHAR -
Static variable in class net.sourceforge.jtds.jdbc.TdsData
-
Y
- year -
Variable in class net.sourceforge.jtds.jdbc.DateTime
- Unpacked year value.
_
- _callableStatement -
Variable in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
-
- _closed -
Variable in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
-
- _connection -
Variable in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
-
- _connection -
Variable in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
-
- _pooledConnection -
Variable in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
-
- _preparedStatement -
Variable in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
-
- _statement -
Variable in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
-
< A B C D E F G H I J K L M N O P Q R S T U V W X Y _
Generated on August 22 2007
|