Uses of Class
org.firebirdsql.jdbc.field.FBField

Packages that use FBField
org.firebirdsql.jdbc   
org.firebirdsql.jdbc.field   
 

Uses of FBField in org.firebirdsql.jdbc
 

Methods in org.firebirdsql.jdbc that return FBField
protected  FBField AbstractPreparedStatement.getField(int columnIndex)
          Factory method for the field access objects
 FBField AbstractResultSet.getField(int columnIndex)
          Get the FBField object at the given column index
 FBField FBRowUpdater.getField(int fieldPosition)
           
 FBField AbstractResultSet.getField(int columnIndex, boolean checkRowPosition)
          Factory method for the field access objects
 FBField AbstractResultSet.getField(String columnName)
          Get a FBField by name.
 

Uses of FBField in org.firebirdsql.jdbc.field
 

Subclasses of FBField in org.firebirdsql.jdbc.field
 class FBBigDecimalField
          Describe class FBBigDecimalField here.
 class FBBlobField
          Describe class FBBlobField here.
 class FBCachedBlobField
          Describe class FBBlobField here.
 class FBCachedLongVarCharField
          This is Blob-based implementation of FBStringField for auto-commit case.
 class FBLongVarCharField
          This is Blob-based implementation of FBStringField.
 class FBStringField
          Describe class FBStringField here.
 class FBWorkaroundStringField
          Class implementing workaround for "operation was cancelled" bug in server.
 

Methods in org.firebirdsql.jdbc.field that return FBField
static FBField FBField.createField(XSQLVAR field, FieldDataProvider dataProvider, GDSHelper gdsHelper, boolean cached)
          This is a factory method that creates appropriate instance of the FBField class according to the SQL datatype.
 



Copyright © 2001-2010. All Rights Reserved.