Uses of Class
com.tableau.hyperapi.SqlType
Packages that use SqlType
Package
Description
This is the public Tableau Hyper API documentation version 0.0.22502
-
Uses of SqlType in com.tableau.hyperapi
Methods in com.tableau.hyperapi that return SqlTypeModifier and TypeMethodDescriptionstatic SqlTypeSqlType.bigInt()Returns the BIG_INT SQL type.static SqlTypeSqlType.bool()Returns the BOOL SQL type.static SqlTypeSqlType.bytes()Returns the BYTES SQL type.static SqlTypeSqlType.character(int maxLength) Returns the CHAR SQL type.static SqlTypeSqlType.date()Returns the DATE SQL type.static SqlTypeSqlType.doublePrecision()Returns the DOUBLE PRECISION SQL type.static SqlTypeSqlType.geography()Returns the GEOGRAPHY SQL type.ResultSchema.Column.getType()Returns the SQL type of the column.TableDefinition.Column.getType()Returns the type of the column.static SqlTypeSqlType.integer()Returns the INT SQL type.static SqlTypeSqlType.interval()Returns the INTERVAL SQL type.static SqlTypeSqlType.json()Returns the JSON SQL type.static SqlTypeSqlType.numeric(int precision, int scale) Returns the NUMERIC SQL type.static SqlTypeSqlType.oid()Returns the OID SQL type.static SqlTypeSqlType.real()Returns the REAL SQL type.static SqlTypeSqlType.smallInt()Returns the SMALL_INT SQL type.static SqlTypeSqlType.tabgeography()Returns the TABGEOGRAPHY SQL type.static SqlTypeSqlType.text()Returns the TEXT SQL type.static SqlTypeSqlType.time()Returns the TIME SQL type.static SqlTypeSqlType.timestamp()Returns the TIMESTAMP SQL type.static SqlTypeSqlType.timestampTz()Returns the TIMESTAMP_TZ SQL type.static SqlTypeSqlType.varchar(int maxLength) Returns the VARCHAR SQL type.Methods in com.tableau.hyperapi with parameters of type SqlTypeModifier and TypeMethodDescriptionAdds a column to the table definition.TableDefinition.addColumn(String columnName, SqlType type, Nullability nullability) Adds a column to the table definition.Adds a column to the table definition.TableDefinition.addColumn(String columnName, SqlType type, String collation, Nullability nullability) Adds a column to the table definition.intCompares this SQL type with the specified SQL type for order.Constructors in com.tableau.hyperapi with parameters of type SqlTypeModifierConstructorDescriptionCreates a column.Creates a column.Column(Name columnName, SqlType type, Nullability nullability) Creates a column.Creates a column.Column(Name columnName, SqlType type, String collation, Nullability nullability) Creates a column.Creates a column.Column(String columnName, SqlType type, Nullability nullability) Creates a column.Creates a column.Column(String columnName, SqlType type, String collation, Nullability nullability) Creates a column.