Package com.gooddata.sdk.model.md
Class DataLoadingColumn
java.lang.Object
com.gooddata.sdk.model.md.AbstractObj
com.gooddata.sdk.model.md.DataLoadingColumn
- All Implemented Interfaces:
Obj,Queryable,Serializable
Represents datasets' loading column.
Deserialization only.
- See Also:
-
Field Summary
Fields inherited from class com.gooddata.sdk.model.md.AbstractObj
metaFields inherited from interface com.gooddata.sdk.model.md.Obj
CREATE_URI, CREATE_WITH_ID_URI, OBJ_URI, URI -
Method Summary
Methods inherited from class com.gooddata.sdk.model.md.AbstractObj
getAuthor, getCategory, getContributor, getCreated, getFlags, getId, getIdentifier, getSummary, getTags, getTitle, getUpdated, getUri, isDeprecated, isLocked, isProduction, isSharedWithSomeone, isUnlisted, setCategory, setDeprecated, setFlags, setIdentifier, setLocked, setProduction, setSharedWithSomeone, setSummary, setTags, setTitle, setUnlisted, uris
-
Method Details
-
getColumnUri
-
getName
-
getType
-
hasTypeVarchar
public boolean hasTypeVarchar()- Returns:
- true when the type is not null and equal to
VARCHAR, false otherwise
-
hasTypeInt
public boolean hasTypeInt()- Returns:
- true when the type is not null and equal to
INT, false otherwise
-
getLength
-
getPrecision
-
isUnique
public boolean isUnique() -
isNullable
public boolean isNullable() -
getSynchronizeType
-
getSynchronizeLength
-
getSynchronizePrecision
-
toString
- Overrides:
toStringin classAbstractObj
-