org.apache.derby.catalog
Interface DefaultInfo

All Known Implementing Classes:
DefaultInfoImpl

public interface DefaultInfo

An interface for describing a default for a column or parameter in Cloudscape systems.


Method Summary
 java.lang.String getDefaultText()
          Get the text of a default.
 boolean isDefaultValueAutoinc()
          Is default value generated by auto increment?
 

Method Detail

getDefaultText

public java.lang.String getDefaultText()
Get the text of a default.

Returns:
The text of the default.

isDefaultValueAutoinc

public boolean isDefaultValueAutoinc()
Is default value generated by auto increment?

Returns:
true if always generated by auto increment.

Built on Tue 2006-10-10 19:23:47+0200, from revision exported

Apache Derby V10.1 Engine Documentation - Copyright © 1997,2005 The Apache Software Foundation or its licensors, as applicable.