Microsoft SDK for Java

Fields Class

The Fields class of the com.ms.wfc.data package encapsulates the ADO Fields collection, which contains all Field objects of a Recordset object.

public class Fields
{
  // Methods
  public void append(String name, int type);
  public void append(String name, int type, int definedSize);
  public void append(String name, int type, int definedSize, int attrib);
  public void clear();
  public void delete(int n);
  public void delete(String s);
  public int getCount();
  public com.ms.wfc.data.Fields getItem(int n);
  public com.ms.wfc.data.Fields getItem(String s);
  public void refresh();
}

See Also

Errors

© 1999 Microsoft Corporation. All rights reserved. Terms of use.