Uses of Class net.sourceforge.jtds.jdbc.ColInfo

Uses in package net.sourceforge.jtds.jdbc

Constructors with parameter type net.sourceforge.jtds.jdbc.ColInfo

JtdsResultSet.JtdsResultSet(JtdsStatement statement, int resultSetType, int concurrency, ColInfo[] columns)
Construct a simple result set from a statement, metadata or generated keys.
JtdsResultSetMetaData.JtdsResultSetMetaData(ColInfo[] columns, int columnCount, boolean useLOBs)
Construct ResultSetMetaData object over the current ColInfo array.
ParamInfo.ParamInfo(ColInfo ci, String name, Object value, int length)
Construct a parameter based on a result set column.

Fields of type net.sourceforge.jtds.jdbc.ColInfo

ColInfo[]
The cached column meta data.
ColInfo[]
Column meta data (Sybase only).
ColInfo[]
The array of column descriptors.
ColInfo[]
ColInfo[]
The array of column meta data objects for this result set.
ColInfo[]
The dynamic parameters from the last TDS_DYNAMIC token.

Methods with parameter type net.sourceforge.jtds.jdbc.ColInfo

ParamInfo
CachedResultSet.buildParameter(int pos, ColInfo info, Object value, boolean isUnicode)
Creates a parameter object for an UPDATE, DELETE or INSERT statement.
ColInfo[]
Copy an existing result set column descriptor array.
void
Fill in the TDS native type code and all other fields for a ColInfo instance with the JDBC type set.
int
TDS 8 supplies collation information for character data types.
int
Retrieve the column count excluding hidden columns
boolean
Retrieve the collation status of the column.
boolean
Retrieve the currency status of the column.
boolean
Retrieve the searchable status of the column.
boolean
Retrieve the signed status of the column.
boolean
Determines whether the column is Unicode encoded.
Object
Read the TDS data item from the Response Stream.
int
Read the TDS datastream and populate the ColInfo parameter with data type and related information.
void
Update the cached column meta data information.
void
Sets the column meta data.
void
Set the charsetInfo field of ci according to the value of its collation field.
void
Sets the column meta data.

Methods with return type net.sourceforge.jtds.jdbc.ColInfo

ColInfo[]
Copy an existing result set column descriptor array.
ColInfo[]
Retrieves the column meta data array.
ColInfo
Return the column descriptor given a column index.
ColInfo[]
Retrieve the column descriptor array.
ColInfo[]
Retrieve the current result set column descriptors.

Generated on September 18 2009