Package | Description |
---|---|
net.sourceforge.jtds.jdbc |
Modifier and Type | Field and Description |
---|---|
private ColInfo[] |
ProcEntry.colMetaData
Column meta data (Sybase only).
|
protected ColInfo[] |
JtdsStatement.colMetaData
The cached column meta data.
|
private ColInfo[] |
TdsCore.columns
The array of column meta data objects for this result set.
|
private ColInfo[] |
JtdsResultSetMetaData.columns |
protected ColInfo[] |
JtdsResultSet.columns
The array of column descriptors.
|
private ColInfo[] |
TdsCore.computedColumns
The array of column meta data objects for the computed columns of this result set.
|
(package private) ColInfo[] |
TdsCore.TdsToken.dynamParamInfo
The dynamic parameters from the last TDS_DYNAMIC token.
|
Modifier and Type | Method and Description |
---|---|
protected ColInfo[] |
JtdsResultSet.copyInfo(ColInfo[] info)
Copy an existing result set column descriptor array.
|
ColInfo[] |
ProcEntry.getColMetaData()
Retrieves the column meta data array.
|
(package private) ColInfo |
JtdsResultSetMetaData.getColumn(int column)
Return the column descriptor given a column index.
|
(package private) ColInfo[] |
TdsCore.getColumns()
Retrieve the current result set column descriptors.
|
protected ColInfo[] |
JtdsResultSet.getColumns()
Retrieve the column descriptor array.
|
(package private) ColInfo[] |
TdsCore.getComputedColumns()
Retrieve the current computed result set column descriptors, if any.
|
Modifier and Type | Method and Description |
---|---|
protected static ParamInfo |
CachedResultSet.buildParameter(int pos,
ColInfo info,
java.lang.Object value,
boolean isUnicode)
Creates a parameter object for an UPDATE, DELETE or INSERT statement.
|
protected ColInfo[] |
JtdsResultSet.copyInfo(ColInfo[] info)
Copy an existing result set column descriptor array.
|
(package private) static void |
TdsData.fillInType(ColInfo ci)
Fill in the TDS native type code and all other fields for a
ColInfo instance with the JDBC type set. |
(package private) static int |
TdsData.getCollation(ResponseStream in,
ColInfo ci)
TDS 8 supplies collation information for character data types.
|
protected static int |
JtdsResultSet.getColumnCount(ColInfo[] columns)
Retrieve the column count excluding hidden columns
|
(package private) static boolean |
TdsData.isCollation(ColInfo ci)
Retrieve the collation status of the column.
|
(package private) static boolean |
TdsData.isCurrency(ColInfo ci)
Retrieve the currency status of the column.
|
(package private) static boolean |
TdsData.isSearchable(ColInfo ci)
Retrieve the searchable status of the column.
|
(package private) static boolean |
TdsData.isSigned(ColInfo ci)
Retrieve the signed status of the column.
|
(package private) static boolean |
TdsData.isUnicode(ColInfo ci)
Determines whether the column is Unicode encoded.
|
(package private) static java.lang.Object |
TdsData.readData(JtdsConnection connection,
ResponseStream in,
ColInfo ci)
Read the TDS data item from the Response Stream.
|
(package private) static int |
TdsData.readType(ResponseStream in,
ColInfo ci)
Read the TDS datastream and populate the ColInfo parameter with
data type and related information.
|
void |
ProcEntry.setColMetaData(ColInfo[] colMetaData)
Sets the column meta data.
|
(package private) void |
JtdsPreparedStatement.setColMetaData(ColInfo[] value)
Update the cached column meta data information.
|
(package private) static void |
TdsData.setColumnCharset(ColInfo ci,
JtdsConnection connection)
Set the
charsetInfo field of ci according to
the value of its collation field. |
(package private) void |
TdsCore.setColumns(ColInfo[] columns)
Sets the column meta data.
|
Constructor and Description |
---|
CachedResultSet(JtdsStatement statement,
ColInfo[] columns,
java.lang.Object[] data)
Creates a cached result set containing one row.
|
JtdsResultSet(JtdsStatement statement,
int resultSetType,
int concurrency,
ColInfo[] columns)
Construct a simple result set from a statement, metadata or generated keys.
|
JtdsResultSetMetaData(ColInfo[] columns,
int columnCount,
boolean useLOBs)
Construct ResultSetMetaData object over the current ColInfo array.
|
ParamInfo(ColInfo ci,
java.lang.String name,
java.lang.Object value,
int length)
Construct a parameter based on a result set column.
|
Generated on June 8 2013