Frames | No Frames |
Constructors with parameter type net.sourceforge.jtds.jdbc.ConnectionJDBC2 | |
Classes derived from net.sourceforge.jtds.jdbc.ConnectionJDBC2 | |
class | Implements JDBC 3.0 specific functionality. |
Constructors with parameter type net.sourceforge.jtds.jdbc.ConnectionJDBC2 | |
Constructs a new empty Blob instance. | |
Constructs a new Blob instance initialized with data. | |
Constructs a new empty Clob instance. | |
Constructs a new initialized Clob instance. | |
JtdsCallableStatement.JtdsCallableStatement(ConnectionJDBC2 connection, String sql, int resultSetType, int concurrency) Construct a CallableStatement object. | |
JtdsPreparedStatement.JtdsPreparedStatement(ConnectionJDBC2 connection, String sql, int resultSetType, int concurrency, boolean returnKeys) Construct a new preparedStatement object. | |
JtdsStatement.JtdsStatement(ConnectionJDBC2 connection, int resultSetType, int resultSetConcurrency) Construct a new Statement object. | |
Constructs a new parser object to process the supplied SQL. | |
Creates a new instance of SharedLocalNamedPipe . | |
Creates a new instance of SharedNamedPipe . | |
Construct a SharedSocket object specifying host name and
port. | |
Construct a TdsCore object. |
Fields of type net.sourceforge.jtds.jdbc.ConnectionJDBC2 | |
ConnectionJDBC2 | The parent connection object |
ConnectionJDBC2 | |
ConnectionJDBC2 | The connection owning this statement object. |
ConnectionJDBC2 | Connection object for server specific parsing. |
ConnectionJDBC2 | The Connection object that created this object. |
Methods with parameter type net.sourceforge.jtds.jdbc.ConnectionJDBC2 | |
SharedSocket | Creates a SharedSocket object representing a connection to a named
pipe. |
Socket | |
void | Embed the data object as a string literal in the buffer supplied. |
SimpleLRUCache | Retrieves the statement cache, creating it if required. |
void | Retrieve the TDS native type code for the parameter. |
Object | Read a MSQL 2000 sql_variant data value from the input stream. |
String[] | Parse the SQL statement processing JDBC escapes and parameter markers. |
Object | Read the TDS data item from the Response Stream. |
void | Set the charsetInfo field of ci according to
the value of its collation field. |
String | Substitute actual data for the parameter markers to simulate
parameter substitution in a PreparedStatement. |
Methods with return type net.sourceforge.jtds.jdbc.ConnectionJDBC2 | |
ConnectionJDBC2 | Returns the ConnectionJDBC2 object referenced by the
statement instance variable. |
ConnectionJDBC2 | Support.getConnection(Object callerReference) Returns the connection for a given ResultSet ,
Statement or Connection object. |
Fields of type net.sourceforge.jtds.jdbc.ConnectionJDBC2 | |
ConnectionJDBC2 |