Azavea.Open.DAO.SQLite.SQLiteDaLayer.GetByteArrayType C# (CSharp) Method

GetByteArrayType() protected method

Returns the SQL type used to store a byte array in the DB.
protected GetByteArrayType ( ) : string
return string
        protected override string GetByteArrayType()
        {
            return "BLOB";
        }