Uses of Class
org.apache.arrow.flight.sql.FlightSqlColumnMetadata.Builder
-
Uses of FlightSqlColumnMetadata.Builder in org.apache.arrow.flight.sql
Modifier and TypeMethodDescriptionFlightSqlColumnMetadata.Builder.catalogName
(String catalogName) Sets the catalog name.FlightSqlColumnMetadata.Builder.isAutoIncrement
(boolean isAutoIncrement) Sets if the column is auto incremented.FlightSqlColumnMetadata.Builder.isCaseSensitive
(boolean isCaseSensitive) Sets if the column is case-sensitive.FlightSqlColumnMetadata.Builder.isReadOnly
(boolean isReadOnly) Sets if the column is read only.FlightSqlColumnMetadata.Builder.isSearchable
(boolean isSearchable) Sets if the column is searchable.FlightSqlColumnMetadata.Builder.precision
(int precision) Sets the precision / column size.FlightSqlColumnMetadata.Builder.scale
(int scale) Sets the scale / decimal digits.FlightSqlColumnMetadata.Builder.schemaName
(String schemaName) Sets the schema name.Sets the table name.Sets the type name.