Class SnowflakeColumnMetadata

    • Constructor Detail

      • SnowflakeColumnMetadata

        public SnowflakeColumnMetadata​(String name,
                                       int type,
                                       boolean nullable,
                                       int length,
                                       int precision,
                                       int scale,
                                       String typeName,
                                       boolean fixed,
                                       SnowflakeType base,
                                       String columnSrcDatabase,
                                       String columnSrcSchema,
                                       String columnSrcTable,
                                       boolean isAutoIncrement)
    • Method Detail

      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getType

        public int getType()
      • setType

        public void setType​(int type)
      • isNullable

        public boolean isNullable()
      • setNullable

        public void setNullable​(boolean nullable)
      • getLength

        public int getLength()
      • setLength

        public void setLength​(int length)
      • getPrecision

        public int getPrecision()
      • setPrecision

        public void setPrecision​(int precision)
      • getScale

        public int getScale()
      • setScale

        public void setScale​(int scale)
      • getTypeName

        public String getTypeName()
      • setTypeName

        public void setTypeName​(String typeName)
      • isFixed

        public boolean isFixed()
      • setFixed

        public void setFixed​(boolean fixed)
      • getColumnSrcTable

        public String getColumnSrcTable()
      • getColumnSrcSchema

        public String getColumnSrcSchema()
      • getColumnSrcDatabase

        public String getColumnSrcDatabase()
      • isAutoIncrement

        public boolean isAutoIncrement()
      • setAutoIncrement

        public void setAutoIncrement​(boolean autoIncrement)