|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DefaultInfo
An interface for describing a default for a column or parameter in Derby systems.
Method Summary | |
---|---|
java.lang.String |
getDefaultText()
Get the text of a default. |
java.lang.String |
getOriginalCurrentSchema()
Return the name of the current schema when the default was created. |
java.lang.String[] |
getReferencedColumnNames()
If this default is a generation clause, then return the names of other columns in the row which the generation clause references. |
boolean |
isDefaultValueAutoinc()
Is default value generated by auto increment? |
boolean |
isGeneratedColumn()
Return true if this is the generation clause for a generated column. |
Method Detail |
---|
java.lang.String getDefaultText()
java.lang.String[] getReferencedColumnNames()
boolean isDefaultValueAutoinc()
boolean isGeneratedColumn()
java.lang.String getOriginalCurrentSchema()
|
Built on Thu 2012-03-29 21:53:33+0000, from revision ??? | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |