Class Hierarchy Previous Next Index
Interface COM.cloudscape.types.DefaultInfo
- public interface DefaultInfo
- extends COM.cloudscape.protocol.BasicServices.StoredFormat.Formatable
Copyright © 1998-2000, Informix Software, Inc. All rights reserved.
An interface for describing a default for a column or parameter in Cloudscape systems.
getDefaultText()
- Get the text of a default.
getDefaultText
public java.lang.String getDefaultText()
Get the text of a default.
- Returns:
- The text of the default.
Class Hierarchy Previous Next Index