com.sap.sl.sdk.authoring.datafoundation
Interface DatabaseColumn

All Superinterfaces:
Column, Identifiable, Nameable

public interface DatabaseColumn
extends Column

A representation of the 'Database Column' model object.

This is a column defined in the database.


Method Summary
 
Methods inherited from interface com.sap.sl.sdk.authoring.datafoundation.Column
getDataType, getDescription, getTable, isNullable, isSigned, isVisible, setDataType, setDescription, setNullable, setSigned, setVisible
 
Methods inherited from interface com.sap.sl.sdk.authoring.commons.Identifiable
getIdentifier
 
Methods inherited from interface com.sap.sl.sdk.authoring.commons.Nameable
getName, setName
 



© Copyright 2016 SAP SE or an SAP affiliate company. All rights reserved.