Microsoft SDK for Java

AdoProperty Class Methods

The AdoProperty class contains the following methods:

getAttributes retrieves one or more characteristics of an object.
getBoolean uses the Java boolean data type to retrieve the value of the AdoProperty object.
getByte uses the Java byte primitive data type to retrieve the value of the AdoProperty object.
getBytes uses the Java byte primitive data type to retrieve the byte array values of the AdoProperty object.
getDouble uses the Java double primitive data type to retrieve the value of the AdoProperty object.
getFloat uses the Java float primitive data type to retrieve the value of the AdoProperty object.
getInt uses the Java int primitive data type to retrieve the value of the AdoProperty object.
getLong uses the Java long primitive data type to retrieve the value of the AdoProperty object.
getName retrieves the name of an object.
getObject uses the Java object primitive data type to retrieve the value of the AdoProperty object.
getShort uses the Java short primitive data type to retrieve the value of the AdoProperty object.
getString uses the Java string primitive data type to retrieve the value of the AdoProperty object.
getType retrieves the operational type or data type of a Parameter, Field, or Property object.
getValue retrieves the value assigned to a Field, Parameter, or Property object.
isNull returns a boolean value indicating whether the property is null.
setAttributes sets one or more characteristics of an object.
setBoolean uses the Java boolean primitive data type to set the value of the AdoProperty object.
setByte uses the Java byte primitive data type to set the value of the AdoProperty object.
setBytes uses the Java byte primitive data type to set the byte array values of the AdoProperty object.
setDouble uses the Java double primitive data type to set the value of the AdoProperty object.
setFloat uses the Java float primitive data type to set the value of the AdoProperty object.
setInt uses the Java int primitive data type to set the value of the AdoProperty object.
setLong uses the Java long primitive data type to set the value of the AdoProperty object.
setNull sets the property to null.
setObject uses the Java object primitive data type to set the value of the AdoProperty object.
setShort uses the Java short primitive data type to set the value of the AdoProperty object.
setString uses the Java string primitive data type to set the value of the AdoProperty object.
setValue sets the value assigned to a Field, Parameter, or Property object.

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