|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Field | |
|---|---|
| org.postgresql.core | |
| org.postgresql.jdbc2 | |
| org.postgresql.jdbc3 | |
| org.postgresql.jdbc3g | |
| org.postgresql.jdbc4 | |
| Uses of Field in org.postgresql.core |
|---|
| Methods in org.postgresql.core with parameters of type Field | |
|---|---|
ResultSet |
BaseStatement.createDriverResultSet(Field[] fields,
Vector tuples)
Create a synthetic resultset from data provided by the driver. |
ResultSet |
BaseStatement.createResultSet(Query originalQuery,
Field[] fields,
Vector tuples,
ResultCursor cursor)
Create a resultset from data retrieved from the server. |
void |
ResultHandler.handleResultRows(Query fromQuery,
Field[] fields,
Vector tuples,
ResultCursor cursor)
Called when result rows are received from a query. |
| Uses of Field in org.postgresql.jdbc2 |
|---|
| Fields in org.postgresql.jdbc2 declared as Field | |
|---|---|
protected Field[] |
AbstractJdbc2ResultSetMetaData.fields
|
protected Field[] |
AbstractJdbc2ResultSet.fields
|
| Methods in org.postgresql.jdbc2 that return Field | |
|---|---|
protected Field |
AbstractJdbc2ResultSetMetaData.getField(int columnIndex)
|
| Methods in org.postgresql.jdbc2 with parameters of type Field | |
|---|---|
ResultSet |
AbstractJdbc2Statement.createDriverResultSet(Field[] fields,
Vector tuples)
|
abstract ResultSet |
AbstractJdbc2Statement.createResultSet(Query originalQuery,
Field[] fields,
Vector tuples,
ResultCursor cursor)
|
void |
AbstractJdbc2Statement.StatementResultHandler.handleResultRows(Query fromQuery,
Field[] fields,
Vector tuples,
ResultCursor cursor)
|
void |
AbstractJdbc2ResultSet.CursorResultHandler.handleResultRows(Query fromQuery,
Field[] fields,
Vector tuples,
ResultCursor cursor)
|
protected Object |
AbstractJdbc2ResultSet.internalGetObject(int columnIndex,
Field field)
|
| Constructors in org.postgresql.jdbc2 with parameters of type Field | |
|---|---|
AbstractJdbc2ResultSet(Query originalQuery,
BaseStatement statement,
Field[] fields,
Vector tuples,
ResultCursor cursor,
int maxRows,
int maxFieldSize,
int rsType,
int rsConcurrency)
|
|
AbstractJdbc2ResultSetMetaData(BaseConnection connection,
Field[] fields)
|
|
| Uses of Field in org.postgresql.jdbc3 |
|---|
| Methods in org.postgresql.jdbc3 with parameters of type Field | |
|---|---|
protected Object |
AbstractJdbc3ResultSet.internalGetObject(int columnIndex,
Field field)
|
| Constructors in org.postgresql.jdbc3 with parameters of type Field | |
|---|---|
AbstractJdbc3ResultSet(Query originalQuery,
BaseStatement statement,
Field[] fields,
Vector tuples,
ResultCursor cursor,
int maxRows,
int maxFieldSize,
int rsType,
int rsConcurrency,
int rsHoldability)
|
|
Jdbc3ResultSetMetaData(BaseConnection connection,
Field[] fields)
|
|
| Uses of Field in org.postgresql.jdbc3g |
|---|
| Constructors in org.postgresql.jdbc3g with parameters of type Field | |
|---|---|
AbstractJdbc3gResultSet(Query originalQuery,
BaseStatement statement,
Field[] fields,
Vector tuples,
ResultCursor cursor,
int maxRows,
int maxFieldSize,
int rsType,
int rsConcurrency,
int rsHoldability)
|
|
Jdbc3gResultSetMetaData(BaseConnection connection,
Field[] fields)
|
|
| Uses of Field in org.postgresql.jdbc4 |
|---|
| Constructors in org.postgresql.jdbc4 with parameters of type Field | |
|---|---|
Jdbc4ResultSetMetaData(BaseConnection connection,
Field[] fields)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||