JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.apple.foundationdb.relational.api.metadata
Interface Column
All Superinterfaces:
Metadata
public interface
Column
extends
Metadata
Represents a Relational
Column
metadata being part of a
Table
.
Method Summary
All Methods
Instance Methods
Abstract Methods
Default Methods
Modifier and Type
Method
Description
default void
accept
(
Visitor
visitor)
DataType
getDatatype
()
Returns the
DataType
of the column.
Methods inherited from interface com.apple.foundationdb.relational.api.metadata.
Metadata
getName
Method Details
getDatatype
DataType
getDatatype
()
Returns the
DataType
of the column.
Returns:
The
DataType
of the column.
accept
default
void
accept
(@Nonnull
Visitor
visitor)
Specified by:
accept
in interface
Metadata