DefaultInfoImpl
public interface DefaultInfo
An interface for describing a default for a column or parameter in Derby systems.
Modifier and Type | Method | Description |
---|---|---|
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.
|
java.lang.String getDefaultText()
java.lang.String[] getReferencedColumnNames()
boolean isDefaultValueAutoinc()
boolean isGeneratedColumn()
java.lang.String getOriginalCurrentSchema()
Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.