Uses of Class
net.sourceforge.jtds.jdbc.JtdsConnection
Packages that use JtdsConnection
Package
Description
-
Uses of JtdsConnection in net.sourceforge.jtds.jdbc
Fields in net.sourceforge.jtds.jdbc declared as JtdsConnectionModifier and TypeFieldDescriptionprotected JtdsConnection
CachedResultSet.connection
The parent connection objectprivate final JtdsConnection
JtdsDatabaseMetaData.connection
protected JtdsConnection
JtdsStatement.connection
The connection owning this statement object.private final JtdsConnection
SQLParser.connection
Connection object for server specific parsing.private final JtdsConnection
TdsCore.connection
The Connection object that created this object.Methods in net.sourceforge.jtds.jdbc that return JtdsConnectionModifier and TypeMethodDescriptionprivate JtdsConnection
JtdsResultSet.getConnection()
Returns theJtdsConnection
object referenced by theJtdsResultSet.statement
instance variable.private static JtdsConnection
Support.getConnection
(Object callerReference) Returns the connection for a givenResultSet
,Statement
orConnection
object.Methods in net.sourceforge.jtds.jdbc with parameters of type JtdsConnectionModifier and TypeMethodDescriptionprivate SharedSocket
JtdsConnection.createNamedPipe
(JtdsConnection connection) Creates aSharedSocket
object representing a connection to a named pipe.private Socket
SharedSocket.createSocketForJDBC3
(JtdsConnection connection) Creates aSocket
connection.(package private) static void
Support.embedData
(StringBuilder buf, Object value, boolean isUnicode, JtdsConnection connection) Embed the data object as a string literal in the buffer supplied.(package private) static void
TdsData.getNativeType
(JtdsConnection connection, ParamInfo pi) Retrieve the TDS native type code for the parameter.private static Object
TdsData.getVariant
(JtdsConnection connection, ResponseStream in) Read a MSQL 2000 sql_variant data value from the input stream.(package private) static boolean
TdsData.isMSSQL2005Plus
(JtdsConnection connection) (package private) static String[]
SQLParser.parse
(String sql, ArrayList paramList, JtdsConnection connection, boolean extractTable) Parse the SQL statement processing JDBC escapes and parameter markers.(package private) static Object
TdsData.readData
(JtdsConnection connection, ResponseStream in, ColInfo ci) Read the TDS data item from the Response Stream.(package private) static void
TdsData.setColumnCharset
(ColInfo ci, JtdsConnection connection) Set thecharsetInfo
field ofci
according to the value of itscollation
field.(package private) static String
Support.substituteParameters
(String sql, ParamInfo[] list, JtdsConnection connection) Substitute actual data for the parameter markers to simulate parameter substitution in a PreparedStatement.Constructors in net.sourceforge.jtds.jdbc with parameters of type JtdsConnectionModifierConstructorDescription(package private)
BlobImpl
(JtdsConnection connection) Constructs a new emptyBlob
instance.(package private)
BlobImpl
(JtdsConnection connection, byte[] bytes) Constructs a newBlob
instance initialized with data.(package private)
ClobImpl
(JtdsConnection connection) Constructs a new emptyClob
instance.(package private)
ClobImpl
(JtdsConnection connection, String str) Constructs a new initializedClob
instance.(package private)
JtdsCallableStatement
(JtdsConnection connection, String sql, int resultSetType, int concurrency) Construct a CallableStatement object.JtdsDatabaseMetaData
(JtdsConnection connection) (package private)
JtdsPreparedStatement
(JtdsConnection connection, String sql, int resultSetType, int concurrency, boolean returnKeys) Construct a new preparedStatement object.(package private)
JtdsStatement
(JtdsConnection connection, int resultSetType, int resultSetConcurrency) Construct a new Statement object.ParameterMetaDataImpl
(ParamInfo[] parameterList, JtdsConnection connection) SharedLocalNamedPipe
(JtdsConnection connection) Creates a new instance ofSharedLocalNamedPipe
.SharedNamedPipe
(JtdsConnection connection) Creates a new instance ofSharedNamedPipe
.(package private)
SharedSocket
(JtdsConnection connection) Construct aSharedSocket
object specifying host name and port.private
SQLParser
(String sqlIn, ArrayList paramList, JtdsConnection connection) Constructs a new parser object to process the supplied SQL.(package private)
TdsCore
(JtdsConnection connection, SQLDiagnostic messages) Construct a TdsCore object. -
Uses of JtdsConnection in net.sourceforge.jtds.jdbc.cache
Constructors in net.sourceforge.jtds.jdbc.cache with parameters of type JtdsConnection -
Uses of JtdsConnection in net.sourceforge.jtds.jdbcx.proxy
Fields in net.sourceforge.jtds.jdbcx.proxy declared as JtdsConnection