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.
supportsStoredFunctionsUsingCallSyntax() -
Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
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?
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.
T
- 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
- tableName -
Variable in class net.sourceforge.jtds.jdbc.SQLParser
- First table name in from clause
- 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 -
Static variable in class net.sourceforge.jtds.jdbc.Driver
-
- tcpNoDelay -
Variable in class net.sourceforge.jtds.jdbcx.JtdsDataSource
-
- TDS -
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 .
- 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.
- TDS50 -
Static variable in class net.sourceforge.jtds.jdbc.Driver
- TDS 5.0 protocol (Sybase 10 and later).
- TDS5_DYNAMIC_TOKEN -
Static variable in class net.sourceforge.jtds.jdbc.TdsCore
- TDS 5.0 Dynamic SQL token.
- TDS5_PARAMFMT2_TOKEN -
Static variable in class net.sourceforge.jtds.jdbc.TdsCore
- TDS 5.0 Parameter format token.
- TDS5_PARAMFMT_TOKEN -
Static variable in class net.sourceforge.jtds.jdbc.TdsCore
- TDS 5.0 parameter descriptor 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.
- 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.
- tds5WideResultToken() -
Method in class net.sourceforge.jtds.jdbc.TdsCore
- Process Sybase 12+ wide result token which provides enhanced
column meta data.
- TDS70 -
Static variable in class net.sourceforge.jtds.jdbc.Driver
- TDS 7.0 protocol (SQL Server 7.0 and later).
- 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.
- 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.
- 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.
- 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 in net.sourceforge.jtds.jdbc
- This class implements the Sybase / Microsoft TDS protocol.
- TdsCore(ConnectionJDBC2, SQLDiagnostic) -
Constructor for class net.sourceforge.jtds.jdbc.TdsCore
- Construct a TdsCore object.
- TdsCore.TableMetaData - Class in net.sourceforge.jtds.jdbc
- Inner static class used to hold table meta data.
- TdsCore.TableMetaData() -
Constructor for class net.sourceforge.jtds.jdbc.TdsCore.TableMetaData
-
- TdsCore.TdsToken - Class in net.sourceforge.jtds.jdbc
- Inner static class used to hold information about TDS tokens read.
- TdsCore.TdsToken() -
Constructor for class net.sourceforge.jtds.jdbc.TdsCore.TdsToken
-
- TdsData - Class in net.sourceforge.jtds.jdbc
- Implement TDS data types and related I/O logic.
- TdsData() -
Constructor for class net.sourceforge.jtds.jdbc.TdsData
- Private constructor to prevent users creating an
actual instance of this class.
- TdsData.TypeInfo - Class in net.sourceforge.jtds.jdbc
- 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.
- 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 in net.sourceforge.jtds.ssl
- 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 in net.sourceforge.jtds.ssl
- 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 in net.sourceforge.jtds.ssl
- 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.ColInfo
- Internal TDS data type
- tdsType -
Variable in class net.sourceforge.jtds.jdbc.ParamInfo
- Internal TDS data type
- 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.SharedSocket
- Tds protocol version
- 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
-
- 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.
- 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.
- 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 in net.sourceforge.jtds.util
- Simple timer class used to implement login and query timeouts.
- TimerThread() -
Constructor for class net.sourceforge.jtds.util.TimerThread
- Construct a new
TimerThread instance.
- TimerThread.TimerListener - Interface in net.sourceforge.jtds.util
- Interface to be implemented by classes that request timer services.
- TimerThread.TimerRequest - Class in net.sourceforge.jtds.util
- 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 .
- timestampMask -
Static variable in class net.sourceforge.jtds.jdbc.SQLParser
- Syntax mask for timestamp escape.
- 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 .
- TLS_HEADER_SIZE -
Static variable in interface net.sourceforge.jtds.ssl.Ssl
- Size of TLS record header.
- 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.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.Driver
- Returns the string form of the object.
- toString() -
Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
- Returns the SQL command provided at construction time.
- toString() -
Method in class net.sourceforge.jtds.jdbc.ProcEntry
- Retrieves the procedure or handle name.
- toString() -
Method in class net.sourceforge.jtds.jdbc.TypeInfo
-
- toString() -
Method in class net.sourceforge.jtds.jdbc.UniqueIdentifier
- Retrieve the unique identifier as a formatted string.
- 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.BlobImpl
-
- truncate(long) -
Method in class net.sourceforge.jtds.jdbc.ClobImpl
-
- 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
-
- trustManagers() -
Static method in class net.sourceforge.jtds.ssl.SocketFactoriesSUN.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 in net.sourceforge.jtds.jdbc
- 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.
- 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
- 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 in net.sourceforge.jtds.jdbc
- 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.
- 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
-
- unwrap(Class) -
Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
-
- unwrap(Class) -
Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
-
- unwrap(Class) -
Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
- unwrap(Class) -
Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
-
- unwrap(Class) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- unwrap(Class) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
-
- unwrap(Class) -
Method in class net.sourceforge.jtds.jdbc.JtdsStatement
-
- unwrap(Class) -
Method in class net.sourceforge.jtds.jdbc.ParameterMetaDataImpl
-
- unwrap(Class) -
Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
-
- unwrap(Class) -
Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
-
- unwrap(Class) -
Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
-
- unwrap(Class) -
Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
-
- unwrap(Class) -
Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
-
- update(ResultSet) -
Method 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
-
- 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
-
- updateAsciiStream(int, InputStream) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- updateAsciiStream(String, InputStream) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- updateAsciiStream(int, InputStream, long) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- updateAsciiStream(String, InputStream, long) -
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
-
- updateBinaryStream(int, InputStream) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- updateBinaryStream(String, InputStream) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- updateBinaryStream(int, InputStream, long) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- updateBinaryStream(String, InputStream, long) -
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
-
- updateBlob(int, InputStream) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- updateBlob(String, InputStream) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- updateBlob(int, InputStream, long) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- updateBlob(String, InputStream, long) -
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
-
- updateCharacterStream(int, Reader) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- updateCharacterStream(String, Reader) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- updateCharacterStream(int, Reader, long) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- updateCharacterStream(String, Reader, long) -
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
-
- updateClob(int, Reader) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- updateClob(String, Reader) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- updateClob(int, Reader, long) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- updateClob(String, Reader, long) -
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
-
- updateNCharacterStream(int, Reader) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- updateNCharacterStream(String, Reader) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- updateNCharacterStream(int, Reader, long) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- updateNCharacterStream(String, Reader, long) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- updateNClob(int, NClob) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- updateNClob(String, NClob) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- updateNClob(int, Reader) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- updateNClob(String, Reader) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- updateNClob(int, Reader, long) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- updateNClob(String, Reader, 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 .
- updateNString(int, String) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- updateNString(String, String) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- 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.CachedResultSet
- The "update" row.
- updateRow() -
Method in class net.sourceforge.jtds.jdbc.CachedResultSet
-
- updateRow() -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- updateRow -
Variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
- The "update row".
- updateRow() -
Method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
-
- updateRowId(int, RowId) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- updateRowId(String, RowId) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- 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
-
- updateSQLXML(int, SQLXML) -
Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
- updateSQLXML(String, SQLXML) -
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.
- 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.
- 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 -
Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
- Default
useCursors property.
- USECURSORS -
Static variable in class net.sourceforge.jtds.jdbc.Driver
-
- useCursors -
Variable in class net.sourceforge.jtds.jdbcx.JtdsDataSource
-
- useJCIFS -
Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
- Force use of jCIFS library on Windows when connecting via named pipes.
- USEJCIFS -
Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
- Default
useJCIFS property.
- USEJCIFS -
Static variable in class net.sourceforge.jtds.jdbc.Driver
-
- useJCIFS -
Variable in class net.sourceforge.jtds.jdbcx.JtdsDataSource
-
- useLOBs -
Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
- Map large types (IMAGE and TEXT/NTEXT) to LOBs by default.
- USELOBS -
Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
- Default
useLOBs property.
- USELOBS -
Static variable in class net.sourceforge.jtds.jdbc.Driver
-
- useLOBs -
Variable in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
-
- useLOBs -
Variable in class net.sourceforge.jtds.jdbc.ParameterMetaDataImpl
-
- useLOBs -
Variable in class net.sourceforge.jtds.jdbcx.JtdsDataSource
-
- 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 -
Static variable in class net.sourceforge.jtds.jdbc.Driver
-
- useNTLMV2 -
Variable in class net.sourceforge.jtds.jdbcx.JtdsDataSource
-
- user -
Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
- The database user ID.
- USER -
Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
- Default
user property.
- USER -
Static variable in class net.sourceforge.jtds.jdbc.Driver
-
- user -
Variable in class net.sourceforge.jtds.jdbcx.JtdsDataSource
-
- 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.ConnectionProxy
- Validates the connection state.
- validateConnection() -
Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
- Validates the connection state.
- value -
Variable in class net.sourceforge.jtds.jdbc.cache.ProcedureCache.CacheEntry
-
- value -
Variable in class net.sourceforge.jtds.jdbc.ParamInfo
- Current parameter value
- 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() -
Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
-
- 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.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(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(int) -
Method in class net.sourceforge.jtds.jdbc.RequestStream
- Write an int value to the output stream.
- write(short) -
Method in class net.sourceforge.jtds.jdbc.RequestStream
- Write a short value to the output stream.
- write(long) -
Method in class net.sourceforge.jtds.jdbc.RequestStream
- Write a long value 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(String) -
Method in class net.sourceforge.jtds.jdbc.RequestStream
- Write a String object to the output stream.
- write(char[], int, int) -
Method in class net.sourceforge.jtds.jdbc.RequestStream
- Write a char array object to the output stream.
- write(BigDecimal) -
Method in class net.sourceforge.jtds.jdbc.RequestStream
- Write a BigDecimal value to the output stream.
- write(byte[], int, int) -
Method in class net.sourceforge.jtds.ssl.TdsTlsOutputStream
-
- write(int) -
Method in class net.sourceforge.jtds.util.BlobBuffer.AsciiOutputStream
- Writes a byte to the BLOB buffer.
- write(int) -
Method in class net.sourceforge.jtds.util.BlobBuffer.BlobOutputStream
- Write a byte to the BLOB buffer.
- write(byte[], int, int) -
Method in class net.sourceforge.jtds.util.BlobBuffer.BlobOutputStream
- Write bytes to the BLOB buffer.
- write(int, int) -
Method in class net.sourceforge.jtds.util.BlobBuffer
- Inserts a byte into the buffer at the specified location.
- write(int, byte[], int, int) -
Method in class net.sourceforge.jtds.util.BlobBuffer
- Inserts bytes into the buffer at the specified location.
- 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.AsciiOutputStream
-
- writePtr -
Variable in class net.sourceforge.jtds.util.BlobBuffer.BlobOutputStream
-
- 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 -
Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
- Default
wsid property.
- WSID -
Static variable in class net.sourceforge.jtds.jdbc.Driver
-
- wsid -
Variable in class net.sourceforge.jtds.jdbcx.JtdsDataSource
-
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 -
Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
- Default
XaEmulation property.
- XAEMULATION -
Static variable in class net.sourceforge.jtds.jdbc.Driver
-
- xaEmulation -
Variable in class net.sourceforge.jtds.jdbcx.JtdsDataSource
-
- xaState -
Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
- Current emulated XA State eg start/end/prepare etc.
- XASupport - Class in net.sourceforge.jtds.jdbc
- This class contains static utility methods used to implement distributed transactions.
- XASupport() -
Constructor for class net.sourceforge.jtds.jdbc.XASupport
-
- 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.ConnectionProxy
-
- _connection -
Variable in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
-
- _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 October 3 2011
|