Interface SnowflakeDataType

All Superinterfaces:
Serializable
All Known Implementing Classes:
SnowflakeArray, SnowflakeBinary, SnowflakeBoolean, SnowflakeChar, SnowflakeDate, SnowflakeDateTime, SnowflakeDecimal, SnowflakeDouble, SnowflakeFloat, SnowflakeGeography, SnowflakeInteger, SnowflakeNumber, SnowflakeNumeric, SnowflakeObject, SnowflakeReal, SnowflakeString, SnowflakeText, SnowflakeTime, SnowflakeTimestamp, SnowflakeTimestampLTZ, SnowflakeTimestampNTZ, SnowflakeTimestampTZ, SnowflakeVarBinary, SnowflakeVarchar, SnowflakeVariant

public interface SnowflakeDataType extends Serializable
Interface for data types to provide SQLs for themselves.
  • Method Summary

    Modifier and Type
    Method
    Description
    sql()
     
  • Method Details